Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

IDEA-CCNL
/
Taiyi-Stable-Diffusion-XL-3.5B

Text-to-Image
Diffusers
Safetensors
multilingual
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-diffusers
bilingual
English
Chinese
Model card Files Files and versions
xet
Community
7

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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

[WIP] Upload folder using huggingface_hub (multi-commit c0e62160246788740bba80a95453c8aaa36e3ac6c45c478be6ff48855cb643d1)

#1 opened over 2 years ago by
wuxiaojun
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs