kiri-art/docker-diffusers-api

CLIP guidance

Opened this issue · 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?

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!).