Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,8 @@ The "no captions" versions have learned to conform entirely on a zero prompt sta
|
|
33 |
Adding the "noise" variation to the "no captions" normalized weights, results in a higher response and potency to very short or brief prompts based on random tokens being planted throughout the caption at various locations. This bleeds additional information into the model slowly while still allowing it to converge more rapidly without conforming to the non-noise hard-commit encoding memorization alternative.
|
34 |
|
35 |
### Code
|
36 |
-
The model code is present in model.py. Inference code will be available in the long-winded article.
|
|
|
|
|
|
|
|
|
|
33 |
Adding the "noise" variation to the "no captions" normalized weights, results in a higher response and potency to very short or brief prompts based on random tokens being planted throughout the caption at various locations. This bleeds additional information into the model slowly while still allowing it to converge more rapidly without conforming to the non-noise hard-commit encoding memorization alternative.
|
34 |
|
35 |
### Code
|
36 |
+
The model code is present in model.py. Inference code will be available in the long-winded article.
|
37 |
+
|
38 |
+
The SDXL shunt inference code is present in the comfyui release which is hosted on the github.
|
39 |
+
|
40 |
+
The training notebook is available now as I just pushed it.
|