diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
This repository has https://github.com/huggingface/diffusers/tree/main/examples/text_to_image to do text to image training method? How to do image to image finetuning or training with text guided? Is there any example?
I've an **image with target object**. And I like to generate new image with **text-guided background** with the **target object** in a natural view. In short - An image with...
We are thinking if we can reuse the single pipe, created on startup, between multiple threads from ThreadPoolExecutor. Is it thread safe?
Here is the next part of my improvements to the textual inversion script. Quite a lot changed in the meantime, so it may need some changes (e.g. where `save_path` should...
### Describe the bug The release notes claim that using `enable_xformers_memory_efficient_attention` makes inference faster. In my tests, this is true when using SD 1.5, but false when using SD 2.0....
Am I right in saying the diffusers to OG stable diffusion script (link below), shouldn't work for a non-standard architectures? I've finetuned an inpainting model from Runway's SD 1.5 Inpainting...
Hello everyone! I recently tried following [this guide](https://github.com/huggingface/diffusers/tree/main/examples/dreambooth) to finetune stable diffusion. I get 2 errors. **First error** ``` AttributeError: Can't pickle local object 'main..' ``` **Second error** ``` CalledProcessError:...
**Is your feature request related to a problem? Please describe.** AIGC has recently risen to be one of the hottest topics in AI. Unfortunately, large hardware requirements and training costs...
Hi just a stupid question but it's driving me nuts - running in colab on defaults just testing, where do the generated images end up? or how to download?
This PR is related to the issue https://github.com/huggingface/diffusers/issues/1581. Please refer to it as why for the proposed PR, if more extensive local tests needed please let me know : )