diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
is diffusers possible to support this hires fix? it looks 1.5 work too https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13974 https://www.youtube.com/watch?v=SbgMwHDXthU same seed at 1024x1024   This method will also improve the quality of inpainting...
### Describe the bug I load the trained pytorch_custom_diffusion_weights.bin using StableDiffusionAttendAndExcitePipeline, however, loading is failed. I am wondering if is it the same cause with this issue (https://github.com/huggingface/diffusers/issues/7261#issuecomment-1990962268) . ###...
# What does this PR do? Since we have shifted to the `peft` backend for all things LoRA, there's no need for us to use `LoRACompatible*` classes now. We should...
### Describe the bug If you have PEFT installed in your environment, then custom_diffusion will not successfully load the cross-attention parameter, leading to a poor generation result. Given the time...
# What does this PR do? This PR fixes the loading of cross-attention weights in custom diffusion models when PEFT is installed. This bug has been discussed in issue #7261...
I finished a lora traning based on Stable Cascade with onetrainer, but I cannot find a solution to load the load in diffusers pipeline. Anyone who can help me will...
### Model/Pipeline/Scheduler description ResAdapter support image generation in arbitrary resolution for comunity models. The result is quite interesting Project page: https://res-adapter.github.io/ Github: https://github.com/bytedance/res-adapter ### Open source status - [X] The...
# What does this PR do? Fixes # (issue) ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if...
# What does this PR do? This PR adds utilities to semi-automate the process of publishing a new release on PyPI and notifying our internal Slack channel about it. ##...
### Model/Pipeline/Scheduler description A competitor of LCM-Lora, with higher generation quality and consistency regardless number of steps Project page: https://piecewise-rectified-flow.github.io/ Github: https://github.com/magic-research/piecewise-rectified-flow/tree/main ### Open source status - [X] The model...