CLIP guidance
Hades32 opened this issue · 1 comments
Hades32 commented
Maybe this already works and I just don't know how to pass the relevant config in, but:
Is it possible to use https://github.com/huggingface/diffusers/tree/main/examples/community#clip-guided-stable-diffusion with this container?
gadicc commented
Mmm, not yet :/ I just had a quick look, and we're halfway there.
- Community pipeline support - yes
- Ability to pass in custom models will require a bit more work
- First step - download the models at runtime, shouldn't be too hard.
- Second step - cloud-cache with safetensors & ability to build into image
So I think the "first step" should be relatively easy to add, but there's a lot of other stuff I need to finish up first before I'll have a chance to look at this :/ Thanks for opening an issue for this though, would like to get this done (and start looking at some of the other community pipelines too!).