Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use xiaolxl/GuoFeng3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xiaolxl/GuoFeng3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xiaolxl/GuoFeng3", 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
|
@@ -24,7 +24,7 @@ Welcome to the GuoFeng3 model - (TIP: the name of this version has been fine-tun
|
|
| 24 |
|
| 25 |
# 如何使用 - How to use
|
| 26 |
|
| 27 |
-
TIP:经过一天的测试,发现很多人物可能出现红眼问题,可以尝试在负面词添加red eyes - After a day of testing, we found that many characters may have red-eye problems. We can try to add red eyes to negative words
|
| 28 |
|
| 29 |
简单:第三代大幅度减少上手难度 - Simple: the third generation greatly reduces the difficulty of getting started
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
# 如何使用 - How to use
|
| 26 |
|
| 27 |
+
**TIP:经过一天的测试,发现很多人物可能出现红眼问题,可以尝试在负面词添加red eyes - After a day of testing, we found that many characters may have red-eye problems. We can try to add red eyes to negative words**
|
| 28 |
|
| 29 |
简单:第三代大幅度减少上手难度 - Simple: the third generation greatly reduces the difficulty of getting started
|
| 30 |
|