diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
### Describe the bug Hi, This only happens on the 768 model, the base and 1.5/1.4 are not affected as far as I can tell. Here are the samples produced...
Makes sure weights are always loaded in the correct format
### Describe the bug I had the training script working fine but then I updated diffusers to 0.7.2 and now I get the following error: ```sh Traceback (most recent call...
### Describe the bug If you try to generate multiple images with StableDiffusionImg2ImgPipeline by using the num_images_per_prompt parameter, under MPS all you get is noise/brown images. ). However, in the UNet2DConditionModel the order is an...
This PR makes it possible to generate 4k images in 8GB of VRAM using a tiled VAE codec combined with `enable_xformers_memory_efficient_attention()`. With 24GB of VRAM, you can generate 8k images....