diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

Results 1293 diffusers issues
Sort by recently updated
recently updated
newest added

# What does this PR do? Exposes the ```mid_block_add_attention``` parameter in Encoder and Decoder to enable attentionless VAEs using AutoencoderKL config . ## Before submitting - [x] Did you read...

This pull request updates the `is_google_colab` check to use an environment variable instead of checking for the presence of the `google.colab` module. This change ensures that the check is more...

# What does this PR do? https://github.com/InstantID/InstantID has more than 10k stars. So, makes sense to include it IMO.

### Describe the bug There seems to be an issue with certain non power of 2 sized control net guidance images when using SD3ControlNetModel ### Reproduction ``` import diffusers import...

bug

### Describe the bug https://github.com/huggingface/diffusers/pull/8623 removed obsolete `LoRAAttnProcessor` which in principle is a good thing, but it was done without considerations where is that feature currently in-use so it breaks...

bug

# What does this PR do? We have several ControlNet models now and I think it makes sense to now have a separate `controlnets` module under `src/diffisers/models`.

### Describe the bug Today I trained using examples/dreambooth/train_dreambooth_lora.py in google colab, everything was OK I wanted to try examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py I use the stable diffusion 1.5 model original (which I...

bug

adds `--clip_skip` to the advanced sdxl dreambooth lora trainer

# What does this PR do? So the following tests pass: ``` tests/models/unets/test_models_unet_2d.py::NCSNppModelTests::test_sharded_checkpoints tests/models/autoencoders/test_models_vae.py::ConsistencyDecoderVAETests::test_sharded_checkpoints ``` Some comments in line.