diffusers
diffusers copied to clipboard
Glide pipeline missing
Describe the bug
The readme file in pipelines describes glide but the link is broken as glide folder does not exist, was it removed?
Reproduction
No response
Logs
No response
System Info
Missing glide folder in pipelines
Hey @jfdelgad,
Very True! It should be quite easy to add back into it and would also be a nice occasion to define the super resolution class (cc @anton-l )
I'll add the feature request label if ok for you :-)
Hi, @patrickvonplaten if none are working on this bug, I can take this up. Can you help me to know what needs to be done here?.
Think @ydshieh is actually working on this one
Well I am working on blended-diffusion, which uses OpenAI/guided-diffusion, which itself is based on OpenAI/improved-diffusion.
When I searched GLIDE, I found OpenAI/glide-text2im.
Probably they will turn out to have the same origin, but I am a bit overwhelmed by all these variations, and not very sure if my work (once done) could be applied directly to GLIDE.
Ah yeah true - thanks for the info @ydshieh . So I guess there is overlap but there are not identical
Probably it's better for me to progress more on blended-diffusion, see how much the overlapping is, then decide what to do next, i.e. if the remaining work to add GLIDE could be a good PR for @rashmimarganiatgithub .