diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
# What does this PR do? Fixes a wrong link to supported Python versions in [`contributing.md`](https://github.com/huggingface/diffusers/blob/main/CONTRIBUTING.md) file. ## Before submitting - [x] This PR fixes a typo or improves the...
# What does this PR do? Refactored some code by Merging `isinstance` calls. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can...
# What does this PR do? This PR just adds an extra branch to the parameter checking (in `self.check_inputs`) which makes sure that the value being passed in as `ip_adapter_image_embeds`...
[Vulture](https://github.com/jendrikseipp/vulture)'s suggestions. This pull request removes dead code and fixes an issue with f-strings in `Python
# What does this PR do? Adds utilities to support `_no_split_modules` to the `ModelMixin`. Closely follows what's done in https://github.com/huggingface/transformers/blob/main/src/transformers/modeling_utils.py. Part of https://github.com/huggingface/diffusers/issues/6240. I think it's better to tackle the...
**Is your feature request related to a problem? Please describe.** There's a feature from A1111 that I want to use in diffusers **Describe the solution you'd like.** I'd like it...
### Model/Pipeline/Scheduler description Marigold depth is the current diffusion-based state-of-the-art monocular depth estimation pipeline (image-to-depth). It is derived from Stable Diffusion and fine-tuned with synthetic data. Marigold can zero-shot transfer...
### Model/Pipeline/Scheduler description how can i load my own llm,like Chillout and real? ### Open source status - [X] The model implementation is available. - [X] The model weights are...
### Model/Pipeline/Scheduler description https://github.com/Zeqiang-Lai/OpenDMD ### Open source status - [X] The model implementation is available. - [X] The model weights are available (Only relevant if addition is not a scheduler)....
### Describe the bug diffuers version: 0.27.1 when run StableDiffusionXLControlNetInpaintPipeline.from_single_file, error occur: ``` self.pipe = StableDiffusionXLControlNetInpaintPipeline.from_single_file(model_address['sdxl3D'], File "aaaa/anaconda/envs/sd-webui/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "aaaa/anaconda/envs/sd-webui/lib/python3.10/site-packages/diffusers/loaders/single_file.py", line 289, in...