Text-to-Image
Diffusers
English
StableDiffusionPipeline
Asian
China
Character
stable-diffusion
aiart
Instructions to use DGSpitzer/Guan-Yu-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DGSpitzer/Guan-Yu-Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DGSpitzer/Guan-Yu-Diffusion", 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
|
@@ -17,8 +17,11 @@ license: creativeml-openrail-m
|
|
| 17 |
|
| 18 |
# Guan Yu Diffusion
|
| 19 |
|
| 20 |
-
There is
|
|
|
|
|
|
|
| 21 |
Guan Yu Diffusion is an AI model that generates traditional oriental hero Guan Yu, from Three Kindoms Era in China during 220 to 280 AD!
|
|
|
|
| 22 |
|
| 23 |
It also comes with an additional support prompt to create Wu Xia - traditional Chinese martial art characters from movie and TV shows.
|
| 24 |
|
|
|
|
| 17 |
|
| 18 |
# Guan Yu Diffusion
|
| 19 |
|
| 20 |
+
There is few model that focus on elements of Asian culture and heritage, so I manage to make my own one!
|
| 21 |
+
Hope you like it! XD
|
| 22 |
+
|
| 23 |
Guan Yu Diffusion is an AI model that generates traditional oriental hero Guan Yu, from Three Kindoms Era in China during 220 to 280 AD!
|
| 24 |
+
As an ancient hero "Saint of War" and the Door God that ward off evil spirits, Guan Yu represents a big role in Asian culture, by chance you can find his status and mini temples in a lot of Asian restaurants and markets all over the world.
|
| 25 |
|
| 26 |
It also comes with an additional support prompt to create Wu Xia - traditional Chinese martial art characters from movie and TV shows.
|
| 27 |
|