diffusers
diffusers copied to clipboard
π€ Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
### Describe the bug when running retrieve.py to produce class prior photo using laion datasset,, I run through below errors. url is bad in the code below... could be the...
Hi, everyone! I'm struggling with the inpainting/outpainting, and quite confused about the input of the model in the training stage, hope can get some helpπ’ In **diffusers/examples/research_projects/multi_subject_dreambooth_inpainting/train_multi_subject_dreambooth_inpainting.py** @gzguevara and **diffusers/examples/research_projects/dreambooth_inpaint/train_dreambooth_inpaint.py**,...
# What does this PR do? Recreate from #7173 ## Who can review? @sayakpaul , @yiyixuxu
# Community Pipelines As of `diffusers==0.4.0`, you can make use of [Community Pipelines](https://huggingface.co/docs/diffusers/using-diffusers/custom_pipelines). The goal with community pipelines is to have ***a community-driven offering of an exotic variety of features...
### Describe the bug SD inpainting works fine only if mask is absolutely perfect. Otherwise, there are always visible seams at the edge of the mask, and uneven colors between...
# What does this PR do? Fixes issue The shape of `time_context` should match the shape of `hidden_states` in [this line](https://github.com/huggingface/diffusers/blob/165af7edd3d5d35a77463b399a9d5257af3761db/src/diffusers/models/attention.py#L502). Thus, it should be `(b h w) n c`...
Are there plans to support `from_single_file` in the StableCascade pipelines? I would greatly appreciate it it's more convenient for me. Edit - Do the same for StableCascadePriorPipeline and StableCascadeDecoderPipeline Thanks!
### Describe the bug The error occurs after loading an IP Adapter and then calling `pipeline.enable_attention_slicing()` afterword. It only works if you don't enable attention slicing ### Reproduction ```py ip_adapter_path...
# What does this PR do? Cc: @younesbelkada I have added a temporary workflow to validate things. You can check a sample message here: https://huggingface.slack.com/archives/C06LR0CSR6H/p1709043893377739. Will delete the temporary workflow...
# What does this PR do? Introduces Posix to provide stronger support for Windows compatibility. Changes the instance of os.path.join() to Path(...).as_posix(). Fixes #6585 ## Before submitting - [ ]...