jina-ai / dalle-flow

🌊 A Human-in-the-Loop workflow for creating HD images from text
grpcs://dalle-flow.dev.jina.ai
2.83k stars 209 forks source link

Switch to a faster, more memory efficient version of the stable-diffusion library #110

Closed AmericanPresidentJimmyCarter closed 1 year ago

AmericanPresidentJimmyCarter commented 1 year ago

That repo does not appear to be maintained:

https://github.com/CompVis/stable-diffusion/issues/260

I have started my own repo with an emphasis on purity and optimizations:

https://github.com/AmericanPresidentJimmyCarter/stable-diffusion

delgermurun commented 1 year ago

How about https://github.com/huggingface/diffusers? Should we switch to this? Looks like really simple to use.

AmericanPresidentJimmyCarter commented 1 year ago

I would need to tear out and rewrite all of my code. I've known about the existence of the library since it was created but compared to the origin compvis lib I found that the diffusers lib was too abstracted and gets performance updates later or never compared to some of the more popular libraries like lstein/neonsecret/automatic1111.

AmericanPresidentJimmyCarter commented 1 year ago

My library is already faster than this one too. Getting 15 it/s with it on a 3090.