HN user

leodriesch

1,110 karma
Posts12
Comments247
View on HN

That's what I really like about Flux Kontext, it has similar editing capabilities to the multimodal models, but doesn't mess up the details. The editing with gpt-image-1 only really works for complete style changes like "make this ghibli", but not adding glasses to a photorealistic image and have it retain all the details.

I think it’s fair to leave it out in the on-device model comparison. 3b is much smaller than 8b, it is obviously not going to be as good as llama 3 if they did not make groundbreaking advancements with the technology.

The model is always wrong, since it predicts a propability distribution over all possible tokens, but the target has 100% possibility for one token and 0 for all others.

Stable-Audio-Demo 2 years ago

I'd say most are thinking of Midjourneys success in image generation when talking about this kind of progress.

Their privacy policy lists OpenAI as one of their partners for data processing, which indicates that this is happening not on your device, and data is also shared with third parties.

For me this is the main counterargument against apps like these. I want to feel free to post any information into this without thinking about who may read or use it.

Local is the only way to go for software like this in my opinion.

I am wondering how much value social network data like Twitter or Discord really has when compared to something like Wikipedia or textbooks.

It is mostly unformatted, contains slang and is often far from the truth. Is this data really all that useful for training an LLM?

This is a difficult question I think independent of the restrictions that OpenAI imposes on GPT-4.

The model does not know what it knows, that’s why it sometimes hallucinates instead of saying it doesn’t know. But to answer the latest event it knows, it has to know which events it knows.

macOS native dictation is not as good as Whisper in terms of accuracy, however that is probably going to change with macOS Sonoma since they will switch the model for speech recognition to a better one (Transformer based iirc).

Iteration speeds, I could see myself using a slower framework to ship faster.

See usage of React Native for example, it certainly produces apps worse than native ones, however many businesses still choose to work with it because you can improve the developer experience and ship faster.

They seem to have closed down comments on it, I'm seeing

An owner of this repository has limited the ability to comment to users that have contributed to this repository in the past.

I'm interested in how the transformer based speech recognition from iOS 17 will perform compared to Whisper. I guess it will work more "real-time" like the current dictation on iOS/macOS, but I'm unsure as I am not on the beta right now.

It is fairly normal to build web servers in a way so they can be scaled horizontally (more instances rather than larger instances). So they can just have more containers run their Django servers and distribute the load between them.