Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# NPNet Pipeline Usage Guide😄
|
5 |
-
|
|
|
|
|
|
|
6 |
## Overview
|
7 |
|
8 |
This guide provides instructions on how to use the NPNet, a noise prompt network aims to transform the random Gaussian noise into golden noise, by adding a small desirable perturbation derived from the text prompt to boost the overall quality and semantic faithfulness of the synthesized images.
|
@@ -86,4 +93,4 @@ We thank the community and contributors for their invaluable support in developi
|
|
86 |
We thank @DataCTE for constructing the ComfyUI of NPNet inference code [ComfyUI](https://github.com/DataCTE/ComfyUI_Golden-Noise).
|
87 |
We thank @asagi4 for constructing the ComfyUI of NPNet inference code [ComfyUI](https://github.com/asagi4/ComfyUI-NPNet).
|
88 |
|
89 |
-
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- stabilityai/stable-diffusion-xl-base-1.0
|
5 |
+
- Tencent-Hunyuan/HunyuanDiT
|
6 |
+
- Lykon/DreamShaper
|
7 |
---
|
8 |
# NPNet Pipeline Usage Guide😄
|
9 |
+
|
10 |
+
|
11 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/651f8133dbf879b8c58f5136/fVnLLDpFdyaorfgPyRxmc.png)
|
12 |
+
|
13 |
## Overview
|
14 |
|
15 |
This guide provides instructions on how to use the NPNet, a noise prompt network aims to transform the random Gaussian noise into golden noise, by adding a small desirable perturbation derived from the text prompt to boost the overall quality and semantic faithfulness of the synthesized images.
|
|
|
93 |
We thank @DataCTE for constructing the ComfyUI of NPNet inference code [ComfyUI](https://github.com/DataCTE/ComfyUI_Golden-Noise).
|
94 |
We thank @asagi4 for constructing the ComfyUI of NPNet inference code [ComfyUI](https://github.com/asagi4/ComfyUI-NPNet).
|
95 |
|
96 |
+
---
|