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

### Describe the bug errors when Xlabs controlnets are used with FluxControlNetInpaintPipeline ### Reproduction controlnet = FluxControlNet.from_pretrained(“xlabs…”) pipe = FluxControlNetInpaintPipeline.from_pretrained(…, controlnet=controlnet) image = pipe(…) ### Logs ```shell Given groups=1, weight...

bug
good first issue
contributions-welcome

### Model/Pipeline/Scheduler description A new state-of-the-art open-source video model was released today under the Apache-2.0 license: Mochi. Would be fantastic to get support for this model via a pipeline in...

### Describe the bug Hello. I tried the Img2Img Pipeline and encountered the error in the images. Could you please check it for me? Thank you ### Reproduction ```python import...

bug

This PR adds the possibility to hot-swap LoRA adapters. It is WIP. ## Description As of now, users can already load multiple LoRA adapters. They can offload existing adapters or...

**Is your feature request related to a problem? Please describe.** It would be awesome to see a training script for InstructPix2Pix based on Stable Diffusion 3 such as [this](https://github.com/huggingface/diffusers/blob/main/examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py). **Describe...

stale

### Describe the bug when I run the script train_dreambooth_lora_flux.py. It raise ValueError: unexpected save model: . something bug in save_model_hook? ![Uploading image.png…]() ### Reproduction accelerate launch train_dreambooth_lora_flux_custom.py \ --pretrained_model_name_or_path=$MODEL_NAME...

bug

# What does this PR do? I have only touched a handful of tests with the marker being introduced. I think we may need to change the slices based on...

[GGUF](https://huggingface.co/docs/hub/en/gguf) is becoming a preferred means of distribution of FLUX fine-tunes. Transformers recently added general support for GGUF and are slowly adding support for [additional model types](https://github.com/huggingface/transformers/issues/33260). (implementation is by...

### Describe the bug Was exploring train_dreambooth_lora_flux_advanced.py from the advanced diffusion training examples. When I used --enable_t5_ti was getting the error ValueError: unexpected save model: ### Reproduction export MODEL_NAME="black-forest-labs/FLUX.1-dev" export...

bug

### Describe the bug I tried to train flux using accelerate and deepspeed, but when using two L40s, the model could not be saved properly. What is the problem? ###...

bug