diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
### Describe the bug ## Enviroment GPU: A10, CUDA 11.6, cuDNN 8.4.0 Torch: 1.12.1 diffuser: 0.4.1 ## Phenomenon When I ran the StableDiffusionPipeline with fp16 precision, I found the time...
[](https://localhost:8080/#) 6 import PIL 7 ----> 8 from diffusers import StableDiffusionInpaintPipeline 9 10 def download_image(url): ImportError: cannot import name 'StableDiffusionInpaintPipeline' from 'diffusers' (/usr/local/lib/python3.7/dist-packages/diffusers/__init__.py)
Hi there! From the pipeline: `strength (`float`, *optional*, defaults to 0.8): Conceptually, indicates how much to transform the reference `init_image`. Must be between 0 and 1. `init_image` will be used...
Required changes to make diffusers work out of the book with CoreML: https://gist.github.com/madebyollin/86b9596ffa4ab0fa7674a16ca2aeab3d?permalink_comment_id=4295017
**Is your feature request related to a problem? Please describe.** The resulting `.bin` file from the textual inversion script can be loaded with a few lines of code into the...
### Describe the bug (https://www.reddit.com/r/StableDiffusion/comments/wwm2at/sampler_vs_steps_comparison_low_to_mid_step_counts/?utm_medium=android_app&utm_source=share) Check here, now ``` Now I launch it like this: import sys import torch from torch import autocast from diffusers import StableDiffusionPipeline model_id = "CompVis/stable-diffusion-v1-4"...
[This](https://github.com/patil-suraj/stable-diffusion-jax/pull/8) is a very nice PR by @pcuenca showing what changes need to be done to the PNDM/PMLS scheduler to make it work with JAX/XLA - it's actually more then...
I'm trying to control the sampler, but can't find a way to do it. How can I change the sampler?
### Describe the bug Import Libraries Fails screenshot: https://i.gyazo.com/ea42aead7543ac9847412ccc554dffda.png Think it needs updating, cannot proceed to begin training due to failure Importing ### Reproduction just start the Colab, it will...
Tried to install Dreambooth according to Nerdy Rodent video (https://www.youtube.com/watch?v=w6PTviOCYQY) I am absolutely new to Linux, and failed on last step running the training. As I understood, something wrong with:...