Commit
·
f9d14d4
1
Parent(s):
f109714
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
inference:
|
| 3 |
parameters:
|
| 4 |
-
steps:
|
| 5 |
-
guidance_scale:
|
| 6 |
width: 512
|
| 7 |
height: 512
|
| 8 |
license: other
|
|
@@ -19,7 +19,7 @@ pipeline_tag: text-to-image
|
|
| 19 |
|
| 20 |
# Overall V1
|
| 21 |
|
| 22 |
-
<img src="https://huggingface.co/ehristoforu/6786578687/resolve/main/assets/banner/
|
| 23 |
|
| 24 |
|
| 25 |
Overall is not just an ordinary Diffusion model, it was trained on a huge image dataset, and you can use it freely right now!
|
|
|
|
| 1 |
---
|
| 2 |
inference:
|
| 3 |
parameters:
|
| 4 |
+
steps: 50
|
| 5 |
+
guidance_scale: 7
|
| 6 |
width: 512
|
| 7 |
height: 512
|
| 8 |
license: other
|
|
|
|
| 19 |
|
| 20 |
# Overall V1
|
| 21 |
|
| 22 |
+
<img src="https://huggingface.co/ehristoforu/6786578687/resolve/main/assets/banner/example.png" alt="overall-banner" style="width:60%; height:60%;">
|
| 23 |
|
| 24 |
|
| 25 |
Overall is not just an ordinary Diffusion model, it was trained on a huge image dataset, and you can use it freely right now!
|