Flux: Open-source text-to-image model with 12B parameters
11–20 of 239 posts
Re: Flux: Open-source text-to-image model with 12B parameters
#12Really curious to see what other low-hanging fruits people are finding.
Re: Flux: Open-source text-to-image model with 12B parameters
#13Re: Flux: Open-source text-to-image model with 12B parameters
#14Re: Flux: Open-source text-to-image model with 12B parameters
#15The [schnell] model variant is Apache-licensed and is open sourced on Hugging Face: https://huggingface.co/black-forest-labs/FLUX.1-schnell It is very fast and very good at rendering text, and appears to have a text encoder such that the model can handle both text and positioning much better: https://x.com/minimaxir/status/1819041076872908894 A fun consequence of better text rendering is that it means text watermarks…
Re: Flux: Open-source text-to-image model with 12B parameters
#16...then it's not open source. At least the others are Apache 2.0 (real open source) and correctly labeled proprietary, respectively.
Re: Flux: Open-source text-to-image model with 12B parameters
#17The [schnell] model variant is Apache-licensed and is open sourced on Hugging Face: https://huggingface.co/black-forest-labs/FLUX.1-schnell It is very fast and very good at rendering text, and appears to have a text encoder such that the model can handle both text and positioning much better: https://x.com/minimaxir/status/1819041076872908894 A fun consequence of better text rendering is that it means text watermarks…
Thank you. Their website is super hard to navigate and I can't find a "DOWNLOAD" button.
There is a PR to that repo for a diffusers implementation, which may run on a cheap L4 GPU w/ enable_model_cpu_offload(): https://huggingface.co/black-forest-labs/FLUX.1-schnell/comm...
Re: Flux: Open-source text-to-image model with 12B parameters
#18Earlier quoted context omitted.
Thank you. Their website is super hard to navigate and I can't find a "DOWNLOAD" button.
Note that actually running the model without a A100 GPU or better will be tricker than usual given its size (12B parameters, 24GB on disk). There is a PR to that repo for a diffusers implementation, which may run on a cheap L4 GPU w/ enable_model_cpu_offload(): https://huggingface.co/black-forest-labs/FLUX.1-schnell/comm...
Re: Flux: Open-source text-to-image model with 12B parameters
#19It is very good at "non-human subjects in photos with shallow focus". Really curious to see what other low-hanging fruits people are finding.
Re: Flux: Open-source text-to-image model with 12B parameters
#20It looks like this is the case for LLMs, that the training quality of the data has a significant impact on the output quality of the model, which makes sense.
So the real magic is in designing a system to curate that high quality data.