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-1B-Chinese-EN-v0.1

Text-to-Image
Diffusers
Chinese
StableDiffusionPipeline
stable-diffusion
stable diffusion chinese
stable-diffusion-diffusers
Chinese
Model card Files Files and versions
xet
Community
13

Instructions to use IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-EN-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-EN-v0.1 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-1B-Chinese-EN-v0.1", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "小桥流水人家,Van Gogh style。"
    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

taiyi

#13 opened 9 months ago by
yanchen3

Adding `safetensors` variant of this model

#12 opened over 1 year ago by
SFconvertbot

生成的图片里,经常左下角会携带一些奇怪的水印标记,希望能去掉奇怪的水印标记

1
#10 opened about 3 years ago by
angrymike

感谢您的工作,这里有两个关于训练阶段的问题想请教下

#9 opened over 3 years ago by
wqf321

Add `scale_factor` to vae config.

#8 opened over 3 years ago by
valhalla

Stable Diffusion 26+ Tutorials & Guides - Not An Issue Thread - So Many Tips And Tricks - Informative

#7 opened over 3 years ago by
MonsterMMORPG

the most valuable part

#6 opened over 3 years ago by
feisan

Upload Taiyi-Stable-Diffusion-1B-Chinese-EN-v0.1.ckpt

1
#3 opened over 3 years ago by
xiayu

Script error

1
#2 opened over 3 years ago by
wizbe

请问如何在一个标准的 SD 环境中使用?我看到这里并没有 .ckpt 的文件,都是 .bin 的文件

👍 7
2
#1 opened over 3 years ago by
HexBin
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs