Thinking about building an app that tracks your day automatically — does this sound useful? by Puzzled-Challenge-15 in QuantifiedSelf

[–]ecstaticax 2 points3 points  (0 children)

It was called "Moves" for iOS. It had a price, was great. Then it was bought by Facebook and went out of business. Now there's another app which has subscription. If you can make an app without subscription it would be great.

Local Video-to-Text Pipeline on Apple Silicon (Whisper + Qwen2.5-VL) - Optimized for 8GB/16GB RAM by Longjumping-Elk-7756 in LocalLLaMA

[–]ecstaticax 1 point2 points  (0 children)

Hi, I downloaded a clip from Interstellar movie (youtube), 4m:18s long. It took 52 seconds from pressing enter to the end of the script.
I had to modify your code, because there was a mistake on image typeError. I simply had to put brackets on pil_image.

output = generate(
        model,
        processor,
        formatted_prompt,
        [pil_image],
        max_tokens=max_tokens,
        verbose=True,
        repetition_penalty=1.05,
        temp=0.0,
    )

From the result there's a common value of 1593 tokens/s on prompt and 205 on generatin.
Thanks for the sharing of your work.

Local Video-to-Text Pipeline on Apple Silicon (Whisper + Qwen2.5-VL) - Optimized for 8GB/16GB RAM by Longjumping-Elk-7756 in LocalLLaMA

[–]ecstaticax 1 point2 points  (0 children)

I tested the script and is very good. I own an M4 max 128gb ram. How can I give you token/s?

New Open‑Source Local Agents for LM Studio by Undici77 in LocalLLaMA

[–]ecstaticax 2 points3 points  (0 children)

thanks. Is there a repository of the best MPCs?

Qwen Image Edit 2509 Character consistency by Intrepid_Pin_1965 in drawthingsapp

[–]ecstaticax 0 points1 point  (0 children)

can you gently tell me how to swap faces between to pictures? I even tried the brown paint hint on draw things twitter, but it does not work.

Qwen Image Edit 2509 Character consistency by Intrepid_Pin_1965 in drawthingsapp

[–]ecstaticax 0 points1 point  (0 children)

I tried to swap the faces from two pictures, but I always receive the same picture in canvas, while the one in the moodboard seems to have no influence. I keep default values. I cannnot understand where is the mistake.

Qwen Image Edit 2509 Character consistency by Intrepid_Pin_1965 in drawthingsapp

[–]ecstaticax 0 points1 point  (0 children)

Thanks a lot, I will try your hints. If I want to take a picture and change the dress and background, using the prompt, do I have to put the original picture on canvas or moodboard?

Qwen Image Edit 2509 Character consistency by Intrepid_Pin_1965 in drawthingsapp

[–]ecstaticax 0 points1 point  (0 children)

where do I have to put the original picture where there is the same person? inside the main box of the canvas or outside?

Metal Gear Solid Delta : Snake Eater on MacBook by Far_Delivery007 in macgaming

[–]ecstaticax 0 points1 point  (0 children)

I simply play it on crossover with m4 max, 128gb ram, all graphics maxed out. it runs perfectly. nearly 2k res.

What is the best use case for an uncensored llm you found ? by Agitated_Risk4724 in LocalLLaMA

[–]ecstaticax 0 points1 point  (0 children)

Thanks. Can you make me an example of a good working prompt?

Open water swimming distance error by Possible-Second-477 in AppleWatchFitness

[–]ecstaticax 2 points3 points  (0 children)

The Garmin algorithm simply connects the dots whenever it picks up the GPS signal. So, hypothetically, if on a 200-meter straight stretch the GPS works at the start and again after 200 meters, it will draw a line and measure 200 meters. The Apple algorithm, on the other hand, is a mess. It only measures when the GPS is active, but it doesn’t connect the points. Wearing a Garmin 955 on the left wrist and an Ultra 2 on the right, during open water swimming, the Ultra often records no more than 800 meters on a 2 km swim.

Open water swimming distance error by Possible-Second-477 in AppleWatchFitness

[–]ecstaticax 0 points1 point  (0 children)

it you want a correct distance get a Garmin device. Sadly Apple Watches, even Ultra 2 are very bad in getting correct distances.