diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
### Model/Pipeline/Scheduler description Lumina-T2X is a text-to-any generation model. Our model is capable of generating multiple modalities, most notably image generation. Currently, our image generation supports any resolution, achieving stunning...
Hi, this pipeline aims to speed up the inference of AnimateDiff on Intel Xeon CPUs on Linux. It is much alike the previous one I proposed and merged [#6683 ](https://github.com/huggingface/diffusers/pull/3105)...
### Describe the bug From the SD3 research paper, it seems that the new context window (token limit) should be 77 + 77 = 154? However, submitting a prompt longer...
# What does this PR do? This PR will add the official DC-AE (Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models) into the `diffusers` lib. DC-AE first makes the Autoencoder...
## What does this PR do? Followed by [this ](https://github.com/huggingface/diffusers/pull/9399) PR
## What does this PR do? Below are some evidences: ```bash PASSED tests/pipelines/animatediff/test_animatediff.py::AnimateDiffPipelineFastTests::test_to_device PASSED tests/pipelines/amused/test_amused.py::AmusedPipelineFastTests::test_model_cpu_offload_forward_pass PASSED tests/pipelines/amused/test_amused.py::AmusedPipelineFastTests::test_cpu_offload_ forward_pass_twice PASSED tests/pipelines/amused/test_amused_inpaint.py::AmusedInpaintPipelineFastTests::te st_to_device ``` @yiyixuxu
small updates to model card saving
# What does this PR do? Implement Flash Attention for NPU machine Add cleaning memory function for NPU machine ## Before submitting - [ ] This PR fixes a typo...
Is it possible to provide img2img code for CogView3?
# What does this PR do? Fixes LoRA loading behaviour when used with a model that is sharded into multiple devices. Minimal code ```python """ Minimal example to show how...