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
|
@@ -28,6 +28,8 @@ It also comes with an additional support prompt to create Wu Xia - traditional C
|
|
| 28 |
|
| 29 |
Based of Stable Diffusion V1.5, training in Fast Dreambooth
|
| 30 |
|
|
|
|
|
|
|
| 31 |
by [DGSpitzer](https://www.youtube.com/channel/UCzzsYBF4qwtMwJaPJZ5SuPg)
|
| 32 |
|
| 33 |
<center><img src="https://huggingface.co/DGSpitzer/Guan-Yu-Diffusion/resolve/main/img/2.jpg" width="768" height="600"/></center>
|
|
|
|
| 28 |
|
| 29 |
Based of Stable Diffusion V1.5, training in Fast Dreambooth
|
| 30 |
|
| 31 |
+
For research purposes only! This is an experiment I did to generate consistent character with clothing using AI - I used a series of photo of an 1/6 Guan Yu action figure model from Inflames Toy, with still photos from classic Three Kingdom TV Show as the dataset, therefore the model probably gonna overfit quite a lot by using only the default prompt keyword! (but you can then adding more prompts to reduce this issue)
|
| 32 |
+
|
| 33 |
by [DGSpitzer](https://www.youtube.com/channel/UCzzsYBF4qwtMwJaPJZ5SuPg)
|
| 34 |
|
| 35 |
<center><img src="https://huggingface.co/DGSpitzer/Guan-Yu-Diffusion/resolve/main/img/2.jpg" width="768" height="600"/></center>
|