You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
T2I-Adapter is a simple and small (~70M parameters, ~300M storage space) network that can provide extra guidance to pre-trained text-to-image models while freezing the original large text-to-image models.
It has 3 pre-trained models can work with Stable Diffusion 1.4 (and other finetuned Stable Diffusion 1.4 models)
I have a basic integration StableDiffusionT2IAdapterPipeline , and I'm wondering if it is possible to contribute it become a official (or community) pipeline?
Open source status
The model implementation is available
The model weights are available (Only relevant if addition is not a scheduler).
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Model/Pipeline/Scheduler description
T2I-Adapter is a simple and small (~70M parameters, ~300M storage space) network that can provide extra guidance to pre-trained text-to-image models while freezing the original large text-to-image models.
It has 3 pre-trained models can work with Stable Diffusion 1.4 (and other finetuned Stable Diffusion 1.4 models)
I have a basic integration StableDiffusionT2IAdapterPipeline , and I'm wondering if it is possible to contribute it become a official (or community) pipeline?
Open source status
Provide useful links for the implementation
Official implementation of T2I-Adapter: https://github.com/TencentARC/T2I-Adapter/
Pre-trained models: https://huggingface.co/TencentARC/T2I-Adapter/tree/main/models
My basic diffusers pipeline integration: https://github.com/huo-ju/diffusers
The text was updated successfully, but these errors were encountered: