Is this intended to replace Stable Diffusion? Somebody want to give the eli5?
This does outperform Stable Diffusion 2.1, but uses a different architecture and requires more memory and compute. Stable Diffusion runs its denoising process in a compressed "latent space" which is how it was able to be so compute-efficient compared to other diffusion models. It also uses the (relatively) small text encoder from OpenAI's CLIP model to encode user prompts. Both of these optimizations meant that it co…
DeepFloyd IF: open-source text-to-image model
161–170 of 237 posts
Re: DeepFloyd IF: open-source text-to-image model
#162Re: DeepFloyd IF: open-source text-to-image model
#163Earlier quoted context omitted.
This does outperform Stable Diffusion 2.1, but uses a different architecture and requires more memory and compute. Stable Diffusion runs its denoising process in a compressed "latent space" which is how it was able to be so compute-efficient compared to other diffusion models. It also uses the (relatively) small text encoder from OpenAI's CLIP model to encode user prompts. Both of these optimizations meant that it co…
tldr: bigger text encoder is better. SD will catch up quickly, as conditioning on a new set of precomputed text embeddings is a trivial change
Re: DeepFloyd IF: open-source text-to-image model
#164Wow this does so well on text! The original model struggled a lot, it's impressive to see how far they've come.
I'm quite curious how much of the improvement on text rendering is from the switch to pixel-space diffusion vs. the switch to a much larger pretrained text encoder. I'm leaning towards the latter, which then raises the question of what happens when you try training Stable Diffusion with T5-XXL-1.1 as the text encoder instead of CLIP — does it gain the ability to do text well?
From that - I would strongly suspect the answer to your question to be yes.
Re: DeepFloyd IF: open-source text-to-image model
#165Earlier quoted context omitted.
This is the dumb part about open-source models. Criminals, governments, and propaganda spreaders need not worry about the license; but legitimate users do.
This is the same problem with laws. The only people that follow them are legitimate users.
To make it concrete, one could argue that bank robbers rob banks even though it is illegal, so why have a law against it since law abiding people aren't going to rob banks. Does anyone really think we should remove such laws?
Re: DeepFloyd IF: open-source text-to-image model
#166Wow this does so well on text! The original model struggled a lot, it's impressive to see how far they've come.
I'm quite curious how much of the improvement on text rendering is from the switch to pixel-space diffusion vs. the switch to a much larger pretrained text encoder. I'm leaning towards the latter, which then raises the question of what happens when you try training Stable Diffusion with T5-XXL-1.1 as the text encoder instead of CLIP — does it gain the ability to do text well?
Re: DeepFloyd IF: open-source text-to-image model
#167Wow this does so well on text! The original model struggled a lot, it's impressive to see how far they've come.
> a photograph of raccoon in the woods holding a sign that says "I will eat your trash"
Re: DeepFloyd IF: open-source text-to-image model
#168GitHub: https://github.com/deep-floyd/IF Colab Notebook for running the model based on the diffusers library: https://colab.research.google.com/github/huggingface/noteboo... Hugging Face Space for testing the model: https://huggingface.co/spaces/DeepFloyd/IF Note that the model is substantially more compute-intensive than Stable Diffusion, so it may be slower even though that space is running on an A100.
Re: DeepFloyd IF: open-source text-to-image model
#169Earlier quoted context omitted.
I'm quite curious how much of the improvement on text rendering is from the switch to pixel-space diffusion vs. the switch to a much larger pretrained text encoder. I'm leaning towards the latter, which then raises the question of what happens when you try training Stable Diffusion with T5-XXL-1.1 as the text encoder instead of CLIP — does it gain the ability to do text well?
DeepFloyd IF is effectively the same architecture/text encoder as Imagen ( https://imagen.research.google/ ), although that paper doesn't hypothesize why text works out a lot better.
EDIT: According to the figure in the Imagen paper FL33TW00D's response referred me to, it looks like the text encoder size is the biggest factor in the improved model performance all-around.
Re: DeepFloyd IF: open-source text-to-image model
#170Is this intended to replace Stable Diffusion? Somebody want to give the eli5?
This does outperform Stable Diffusion 2.1, but uses a different architecture and requires more memory and compute. Stable Diffusion runs its denoising process in a compressed "latent space" which is how it was able to be so compute-efficient compared to other diffusion models. It also uses the (relatively) small text encoder from OpenAI's CLIP model to encode user prompts. Both of these optimizations meant that it co…
SDXL is available on StabilityAI’s hosted services already, so they can be compared head to head.