Instructions to use xiaolxl/Gf_style2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xiaolxl/Gf_style2 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/Gf_style2", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ tags:
|
|
| 11 |
|
| 12 |
<img src=https://huggingface.co/xiaolxl/Gf_style2/resolve/main/examples/cover.png>
|
| 13 |
|
|
|
|
|
|
|
| 14 |
# 本人郑重声明:本模型禁止用于训练基于明星、公众人物肖像的风格模型训练,因为这会带来争议,对AI社区的发展造成不良的负面影响。
|
| 15 |
|
| 16 |
# 本模型注明:训练素材中不包含任何真人素材。
|
|
|
|
| 11 |
|
| 12 |
<img src=https://huggingface.co/xiaolxl/Gf_style2/resolve/main/examples/cover.png>
|
| 13 |
|
| 14 |
+
# 基于SDXL的国风4已发布!- GuoFeng4 based on SDXL has been released! : https://huggingface.co/xiaolxl/GuoFeng4_XL
|
| 15 |
+
|
| 16 |
# 本人郑重声明:本模型禁止用于训练基于明星、公众人物肖像的风格模型训练,因为这会带来争议,对AI社区的发展造成不良的负面影响。
|
| 17 |
|
| 18 |
# 本模型注明:训练素材中不包含任何真人素材。
|