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
#7
by JackieTeh70 - opened
Hi,
I need permission to donwload this model and use it in tyDiffusion + 3ds max, may I know how to apply permission?
Hi,
I need permission to donwload this model and use it in tyDiffusion + 3ds max, may I know how to apply permission?
This model does not set permissions for all users. Please check your code carefully or share the log with us.
Hi,
Thank you for your reply, i can download the model now
why can find the log?
