Any web based front ends yet? I put together a system that runs a variety of web based open source AI image generation and editing tools on Vultr GPU instances. It spins up instances on demand, mounts an NFS filesystem with local caching and a COW layer, spawns the services, proxies the requests, and then spins down idle instances when I'm done. Would love to add this, suppose I could whip something up if none exists…
DeepFloyd IF: open-source text-to-image model
51–60 of 237 posts
Re: DeepFloyd IF: open-source text-to-image model
#52> Text > Hands good god it solves the two biggest meme issues with image models in one go. Will this be the new state of the art every other model is compared to?
Re: DeepFloyd IF: open-source text-to-image model
#53> Text > Hands good god it solves the two biggest meme issues with image models in one go. Will this be the new state of the art every other model is compared to?
Re: DeepFloyd IF: open-source text-to-image model
#54Earlier quoted context omitted.
Once these are quantized (I assume they can be), they should be ~1/4th the size. Can anyone explain why it needs so much ram in the first place though? 4.3B is only ~9GB at 16bit (I'm not as familiar with image models). I'm really happy to see that fits under 24GB - that's what I consider the limit for being able to run on "consumer hardware".
They took down the blogpost, but from what I remember the model is composite and consists of a text encoder as well as 3 "stages": 1. (11B) T5-XXL text encoder [1] 2. (4.3B) Stage 1 UNet 3. (1.3B) Stage 2 upscaler (64x64 -> 256x256) 4. (?B) Stage 3 upscaler (256x256 -> 1024x1024) Resolution numbers could be off though. Also the third stage can apparently use the existing stable diffusion x4, or a new upscaler that th…
Re: DeepFloyd IF: open-source text-to-image model
#55Neither the source code nor the weights are open source... This is actually worse than Stability AI's previous offering, in that regard.
They are technically open source. It's just that the model license prohibits commercial use and the code license prohibits bypassing the filters. So it's kind of worse than closed source in a way because it's like a tease. With no API apparently. Theoretically large companies or rich people might be able to make a licensing agreement.
Are people suggesting that "look at the code but don't touch" actually fits what some people think of as open source?
Re: DeepFloyd IF: open-source text-to-image model
#56Earlier quoted context omitted.
You can't remove the filters per the license, but the weights will be available soon and so anyone can just reimplement this code using the weights
There is a similar license clause for the weights[0] as well, so I'm not sure this would apply unless you write the code and train your model from scratch. [0] https://github.com/deep-floyd/IF/blob/main/LICENSE-MODEL#L54
Re: DeepFloyd IF: open-source text-to-image model
#57Earlier quoted context omitted.
> model license prohibits commercial use I thought that at first, but I think it only prohibits commercial use that breaks regional copyright or privacy laws.
That's already prohibited by, you know, those very same copyright and privacy laws. Adding those same prohibitions to the license not only makes the software nonfree, but pointlessly does so.
EDIT: That said, it’s unambiguously not open source.
Re: DeepFloyd IF: open-source text-to-image model
#5816GB VRAM minimum is a bit steep. Sadly excludes my 3080 which is annoying because I'd like something better than Stable Diffusion locally.
If you don't mind the power consumption I noticed that older nvidia P6000's (24GB) are pretty cheap on ebay! My 16GB P5000 is pretty handy for this stuff.
Re: DeepFloyd IF: open-source text-to-image model
#59Has anyone tried the Scott Alexander AI bet prompts? 1. A stained glass picture of a woman in a library with a raven on her shoulder with a key in its mouth 2. An oil painting of a man in a factory looking at a cat wearing a top hat 3. A digital art picture of a child riding a llama with a bell on its tail through a desert 4. A 3D render of an astronaut in space holding a fox wearing lipstick 5. Pixel art of a farmer…
Re: DeepFloyd IF: open-source text-to-image model
#60Earlier quoted context omitted.
Then by definition it isn't open source, violating points 3, 4, and 6 of the open source definition. https://opensource.org/osd/
Yep. It's getting really exhausting seeing projects falsely advertising themselves as "open source". Either be FOSS or don't be; don't pretend to be while using some nonsense like the BSL or whatever adhocery is in play here.