Text-to-Image
Diffusers
Chinese
AltDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
bilingual
Chinese
en
English
Instructions to use BAAI/AltDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BAAI/AltDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("BAAI/AltDiffusion", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ extra_gated_heading: Please read the LICENSE to access this model
|
|
| 25 |
|
| 26 |
| 名称 Name | 任务 Task | 语言 Language(s) | 模型 Model | Github |
|
| 27 |
|:----------:| :----: |:-------------------:| :----: |:------:|
|
| 28 |
-
| AltDiffusion | 多模态 Multimodal | 中英文 Chinese&English | Stable Diffusion | [
|
| 29 |
|
| 30 |
|
| 31 |
# 模型信息 Model Information
|
|
|
|
| 25 |
|
| 26 |
| 名称 Name | 任务 Task | 语言 Language(s) | 模型 Model | Github |
|
| 27 |
|:----------:| :----: |:-------------------:| :----: |:------:|
|
| 28 |
+
| AltDiffusion | 多模态 Multimodal | 中英文 Chinese&English | Stable Diffusion | [FlagAI](https://github.com/FlagAI-Open/FlagAI) |
|
| 29 |
|
| 30 |
|
| 31 |
# 模型信息 Model Information
|