Instructions to use xiaolxl/GuoFengDimensionMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xiaolxl/GuoFengDimensionMix 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/GuoFengDimensionMix", 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
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- stable-diffusion-diffusers
|
| 10 |
---
|
| 11 |
|
| 12 |
-
<img src=https://huggingface.co/xiaolxl/
|
| 13 |
|
| 14 |
# 介绍 - GuoFengDimensionMix
|
| 15 |
|
|
@@ -48,3 +48,6 @@ Domestic acceleration address: https://jihulab.com/xiaolxl_pub/sd-face-editor.gi
|
|
| 48 |
|
| 49 |
(可在文件列表中找到原图,并放入WebUi查看关键词等信息) - (You can find the original image in the file list, and put WebUi to view keywords and other information)
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- stable-diffusion-diffusers
|
| 10 |
---
|
| 11 |
|
| 12 |
+
<img src=https://huggingface.co/xiaolxl/GuoFengDimensionMix/resolve/main/examples/cover.png>
|
| 13 |
|
| 14 |
# 介绍 - GuoFengDimensionMix
|
| 15 |
|
|
|
|
| 48 |
|
| 49 |
(可在文件列表中找到原图,并放入WebUi查看关键词等信息) - (You can find the original image in the file list, and put WebUi to view keywords and other information)
|
| 50 |
|
| 51 |
+
<img src=https://huggingface.co/xiaolxl/GuoFengDimensionMix/resolve/main/examples/a1.png>
|
| 52 |
+
|
| 53 |
+
<img src=https://huggingface.co/xiaolxl/GuoFengDimensionMix/resolve/main/examples/a2.png>
|