Text-to-Image
Diffusers
Safetensors
multilingual
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-diffusers
bilingual
English
Chinese
Instructions to use IDEA-CCNL/Taiyi-Stable-Diffusion-XL-3.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IDEA-CCNL/Taiyi-Stable-Diffusion-XL-3.5B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("IDEA-CCNL/Taiyi-Stable-Diffusion-XL-3.5B", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
cannot download model
4
#7 opened 12 months ago
by
JackieTeh70
您好!下载模型后通过diffusers加载,似乎模型没有任何与中文关联的能力?是否我的加载方式有误?
7
#5 opened about 2 years ago
by
LanTianby
关于使用Fooocus ,里面提供了较多的模型,咱们 Taiyi-Stable-Diffusion-XL-3.5B的模型在哪里进行加载
1
#4 opened over 2 years ago
by
obtion
能支持直接diffusers加载使用吗
10
#3 opened over 2 years ago
by
loong
Any kind soul with a good machine to help convert to gguf format?
#2 opened over 2 years ago
by
exquisite