docker-diffusers-api icon indicating copy to clipboard operation
docker-diffusers-api copied to clipboard

CLIP guidance

Open Hades32 opened this issue 3 years ago • 1 comments

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?

Hades32 avatar Jan 04 '23 16:01 Hades32

Mmm, not yet :/ I just had a quick look, and we're halfway there.

  1. Community pipeline support - yes
  2. Ability to pass in custom models will require a bit more work
    1. First step - download the models at runtime, shouldn't be too hard.
    2. 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!).

gadicc avatar Jan 04 '23 16:01 gadicc