Text-to-Image
Diffusers
Chinese
StableDiffusionPipeline
stable-diffusion
stable diffusion chinese
stable-diffusion-diffusers
Chinese
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
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