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

Enabling safetensors support for the LoRA files: Asked here: https://github.com/huggingface/safetensors/issues/180 Same attitude as the regular model weights. If: - safetensors is installed - repo has the safetensors lora then it...

Hi, I was experiencing this error frequently 4 among 10 trainings. Has anyone faced or know about this on how to get around? CC: @patrickvonplaten @patil-suraj @cloneofsimo 02/19/2023 10:40:23 -...

As far as I know there is not way right now to load a model from a safetensors file directly to cuda. You always have to load it to cpu...

### Describe the bug I've been running train_dreambooth_inpaint.py from https://github.com/huggingface/diffusers/tree/main/examples/research_projects/dreambooth_inpaint for the last few days with the same environment configurations. Today I ran it again and got: Traceback (most recent...

bug

Trying to run via Openvino IR - inferencing a pixelated image currently Input Nodes for SD2.1: sample - [2,4,64,64],timestep [-1] and encoder_hidden_states [2,77,1024] Still I do get the inferenced image...

@thedarkzeno @patil-suraj thank you for the amazing work here!!!: https://github.com/huggingface/diffusers/tree/main/examples/research_projects/dreambooth_inpaint **Questions:** 1. Should loss be decreasing while running train_dreambooth_inpaint.py? 2. If it should, how would you go about debugging why...

### Describe the bug Following this tutorial: https://huggingface.co/runwayml/stable-diffusion-inpainting I tried to made to load the model with float16, but I have follow error: RuntimeError: "LayerNormKernelImpl" not implemented for 'Half' If...

bug

### Describe the bug Following this tutorial: https://huggingface.co/runwayml/stable-diffusion-inpainting I tried to made an inference with and image jpg of size 283x530 (and a mask png of same size) , but...

bug

Dear Develops, I noticed that in https://github.com/huggingface/diffusers/blob/17ecf72d4472f5dc11e7c86841c95898f6edbc0b/src/diffusers/models/unet_2d.py#L307-#L309, you scaled the samples with the timestep when the time embedding type is fourier. But you did not apply such normalization for the...

# What does this PR do? Fixes #7014 #6935 - [x] Switch to PEFT - [x] Move to core - [x] Add tests @yiyixuxu @sayakpaul ## Create face embeddings ```py...