Hanusz Leszek
Hanusz Leszek
Yes, currently the only way with batch_size > 1 is to regenerate the full batch with the same seed and know the index of the image you want. The generator...
Because I think it's interesting for many people [I am going to maintain a unified pipeline](https://github.com/leszekhanusz/diffusion-ui-backend/tree/main/src/diffusionui/pipelines). to install: ``` pip install diffusionui ``` to use: ``` from diffusionui import StableDiffusionPipeline...
No, it is not on Hugging Face yet.
The gradio interface was a little bit limitating so I made a web frontend using Vue to test the inpainting of Stable Diffusion with diffusers. It is available [here](https://github.com/leszekhanusz/diffusion-ui) and...
Currently I am using `export CUDA_VISIBLE_DEVICES=""` to test using the only the cpu with your code. It would be neat if we could use a `--disable-cuda` flag as described in...
It is possible, [here is an example](https://github.com/leszekhanusz/diffusion-ui)
If you can't make it work: - you need to ensure you have a version of automatic1111 which is compatible with the current [backend definition json file](https://github.com/leszekhanusz/diffusion-ui/blob/main/src/backends/gradio/stable-diffusion-automatic1111.json). The current version...
> > Could you have an option to put a url as Im not hosting locally but on a server elsewhere, I can expose it and use this front end....
@bmaltais did you follow all the recommendations in [this comment](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1204#issuecomment-1260535530) ?
Does it actually work for someone else than me?