docker-diffusers-api
docker-diffusers-api copied to clipboard
Diffusers / Stable Diffusion in docker with a REST API, supporting various models, pipelines & schedulers.
Hi, Is it possible to upgrade to the latest diffusers version (currently 0.26.3) to support some of the newer models? Thanks!
Hi, thanks for making this project available! I was wondering if it is possible to point directly to local models? Instead of downloading from a URL or HF Hub?
Hey, I thought I would try the [Banana extension](https://github.com/kiri-art/docker-diffusers-api-build-download) repo today. I have tried changing the ENV variable model_id to a few different models, but I keep getting this error:...
Hello! I'm trying to use a custom ckpt to deploy to banana. My file is in S3 and I tried setting the `CHECKPOINT_URL` ARG in the Dockerfile with no luck...
I'm able to Post to the API in docker on my local machine. I get a 200 success after the Inpainting function is finished. Then on my fontend when i...
Hey hey! So I am using some models that either have VAE baked in or require a separate VAE to be defined during inference like this: ``` model = "CompVis/stable-diffusion-v1-4"...
``When i try to build the container from the Dockerfile. Passing either `stabilityai/stable-diffusion-2-1` or `stabilityai/stable-diffusion-2-1. Im getting very noisy and blurry images with the parameters adapted from the example: ```...
I try to run this project locally with Docker, but every time I use the inpaint function, the model input parameters from frontend to the backend are wrong in the...
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?
There has been a lot of interest around Cloudflare's R2 support too... I don't use it personally but will happily accept a PR for this (see e.g. https://github.com/kiri-art/docker-diffusers-api/tree/dev/utils/storage), or if...