Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,9 @@ The t5-small is used as a conditioning factor for normalization and guidance.
|
|
9 |
|
10 |
There are many possible toggles and many variations for this shunt to be used.
|
11 |
|
12 |
-
The only one I hooked up is the basic tool meant for simple text encoder guidance, then I shunted it into clip_embeds for a test.
|
|
|
|
|
13 |
|
14 |
|
15 |
Drag and drop into colab and generate some sdxl images with it. Two nodes; one above the generator
|
|
|
9 |
|
10 |
There are many possible toggles and many variations for this shunt to be used.
|
11 |
|
12 |
+
The only one I hooked up is the basic tool meant for simple text encoder guidance, then I shunted it into clip_embeds for a test - only to see it fall apart.
|
13 |
+
|
14 |
+
The results that worked with diffusers without a headache ended up being prompt_encode overriding with a monkey patch.
|
15 |
|
16 |
|
17 |
Drag and drop into colab and generate some sdxl images with it. Two nodes; one above the generator
|