Text-to-Image
Diffusers
Chinese
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Chinese
Instructions to use IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-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-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-v0.1", dtype=torch.bfloat16, device_map="cuda") prompt = "孤帆远影碧空尽,惟见长江天际流,油画" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
訓練模型
#18
by cat666 - opened
想請問一下 你是怎麼訓練來做出模型的,我看了很多教學以及文章但沒有很懂
(我有將近17萬張數據,但我找到的教學以及文章只有使用少量的張數來做出模型
感謝,我會在研究看看(雖然我只有一個人,沒有團隊[傷心
想在請問一下 那她之後是怎麼在做之後訓練的(類似1.1版本 1.2版本那樣的更新(類似那樣
wuxiaojun changed discussion status to closed