diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
### Describe the bug I have install diffusers from source and I am trying to train kandisnky 2.2 decoder with LoRa method but I get this error. Traceback (most recent...
# What does this PR do? Allow users to save only the LoRA weights for one text encoder if desired, often used in the Dreambooth realm to avoid overcooking the...
**What API design would you like to have changed or added to the library? Why?** I want to add param "strict" in from_pretrained. I want to add zerosft controlnet, but...
I tried examples/text_to_image/train_text_to_image.py but it did not work because the version of the datasets library is out of date. If the datasets library is old, it will not read the...
There are such introductory data: take the basic module (https://civitai.com/models/4384 ?modelVersionId=128713), this is the control network (https://huggingface.co/lllyasviel/sd-controlnet-depth ), ip adapter “ip-adapter-plus-face_sd15" (https://huggingface.co/h94/IP-Adapter/tree/main/models ). This time we decided to help you...
### Describe the bug I'm using `StableDiffusionPipeline` with [lpw_stable_diffusion](https://github.com/huggingface/diffusers/blob/main/examples/community/lpw_stable_diffusion.py) to do txt2img generations from long prompts. When loading the safetensors checkpoint file using `.from_single_file`, prompts longer than 77 tokens still...
Co-authored-by: Bagheera # What does this PR do? This was talked about at a previous PR: #7858. ## Before submitting - [ ] This PR fixes a typo or improves...
### Describe the bug Loading a checkpoint from file crashes as it tries to print a warning with unexpected keys because is accessing `__name__` on incorrect target (instance instead of...
Hi According to this [link](https://civitai.com/articles/5111/stable-cascade-sampler-config) . I want to test other samplers in stable cascade. but I get the below error.  my inference code ``` """...
### Describe the bug When loading a DoRA model from a kohya state_dict some keys are silently skipped in the state_dict. DoRA loading was added in https://github.com/huggingface/diffusers/pull/7371. This feature has...