-
It seems that when I add smZNodes, I can't use T2I-Adapter's Style.
The following error occurs, and when smZNodes is disabled, it works fine.
Sorry, but could you please address this issue as I woul…
-
### Model/Pipeline/Scheduler description
Hi,
Is it possible to add support for ControlNet-LLLite to diffusers? The architecture is slightly different, but the results and performance look good.
###…
-
Hi, thank you for sharing this amazing project!
I've modified the ip_adapter_sdxl_controlnet_demo.ipynb to use T2I-Adapter-SDXL instead, but ran into an error.
```python
import torch
from diff…
-
### Model/Pipeline/Scheduler description
See https://huggingface.co/TencentARC/T2I-Adapter/blob/main/models/t2iadapter_style_sd14v1.pth
### Open source status
- [X] The model implementation is avai…
-
**Is your feature request related to a problem? Please describe.**
I have been experimenting with the [StableDiffusionGLIGENPipeline](https://github.com/huggingface/diffusers/blob/3105c710ba16fa2cf54…
-
### Discussed in https://github.com/vladmandic/automatic/discussions/3303
Originally posted by **DalekSkaro1** June 29, 2024
When trying to add a lora to the prompt the image generated does no…
-
We recently added IP-adapter support to many of our pipelines in diffusers! You can now very easily load your IP-Adapter into a diffusers pipeline with `pipe.load_ip_adapter(...)`;
However right n…
-
I was reading your paper. According to your figure 3, you can compound multiple t2i adapters into the U-net denoising process. However in this repo or in the huggingface tutorials, you do not provide …
-
### Model/Pipeline/Scheduler description
[ControlNet](https://github.com/lllyasviel/ControlNet) by @lllyasviel is a neural network structure to control diffusion models by adding extra conditions.
…
-
### Describe the bug
When I use HF diffusers to download a model/checkpoint from HF using the `.from_pretrained()` method, it downloads the same model/checkpoint over and over, usually on different…