HaileyStorm
commited on
Commit
•
f0dc184
1
Parent(s):
4b6d250
Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,16 @@ I modified sayakpaul's merge code to do merges at various ratios (weights), rath
|
|
41 |
|
42 |
I first did a series of ratios ranging from mostly Schnell to mostly Dev. Based on those results, I did more tests with larger images in ratios favoring Schnell more.
|
43 |
|
44 |
-
From these tests, I saved and uploaded a few of my favorite ratios, namely 10:1, 4:1, and 2.5:1. Then I did some additional generations using those models, see [infer.py](./infer.py).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
I first did a series of ratios ranging from mostly Schnell to mostly Dev. Based on those results, I did more tests with larger images in ratios favoring Schnell more.
|
43 |
|
44 |
+
From these tests, I saved and uploaded a few of my favorite ratios, namely 10:1, 4:1, and 2.5:1. Then I did some additional generations* using those models, see [infer.py](./infer.py).
|
45 |
+
|
46 |
+
*1280x1024, Prompt1: "Impressionistic tableau medium shot painting with soft, blended brushstrokes and muted colors complemented by sporadic vibrant highlights.", Prompt2:
|
47 |
+
10:1, 6 steps:
|
48 |
+
<img src="./images/flowers_10_1.png">
|
49 |
+
|
50 |
+
4:1, 10 steps:
|
51 |
+
<img src="./images/flowers_4_1.png">
|
52 |
+
|
53 |
+
2.51:1, 16 steps:
|
54 |
+
<img src="./images/flowers_2.5_1.png">
|
55 |
+
|
56 |
+
All image genereations where done with CFG=3.5. The test/grid images were done with seed=0, and the other images of the two women with seed=42.
|