diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
### Describe the bug I am trying to use the train_dreambooth.py script with the example [images of a dog](https://drive.google.com/drive/folders/1BO_dyz-p65qhBRRMRA4TbZ8qW4rB99JZ). When I run inferencing on the model that is output from...
How could I convert a LoRA .safetensors or .ckpt file into the format that diffusers can process?
### Describe the bug I got some LoRA model in .safetensors format, and tried to convert in to the format that can be used in diffusers. But nowhere I can...
### Describe the bug If the `accelerate config` is setup for multi-GPU (default config works) then training speed appears to dramatically slow. With a 2x 3090 system I'm seeing training...
### Describe the bug When I try to convert a Dance Diffusion .ckpt file to use with my Diffusers implementation, I'm running into this error: ``` File "./convert_dance_diffusion_to_diffusers.py", line 10,...
I define a new unet class (eg. CustomUnet)and a new pipeline(CustomPipeline) that is slightly different from StableDiffusionPipeline. After training, I use `save_pretrained()` to save it and I find the `model_index`...
@patrickvonplaten reminder!
I could not find anything for diffusers and unfortunately I'm not on the Level yet where I can implement it myself. :) It would be amazing to be able to...
Please integrate the pipeline of DifFace (https://arxiv.org/abs/2212.06512) to diffusers. DifFace aims to solve the problem of face image enhancement using a pre-trained diffusion model. Thanks.
### Describe the bug I want to export onnx for UNet2DConditionModel by torch.onnx.export. However, when I use diffusers==0.12.1, I get a model larger than 2GB, which outputs a bunch of...
- workaround for inference section after training pipeline finishes - 2/9 manual update