Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ LoRas trained on Noob 1.0 should still work adequately on this merge. If trainin
|
|
10 |
|
11 |
Generally safe settings are 3-6 CFG, Euler A, and Beta sheduler.
|
12 |
|
13 |
-
I reccomend using an up-to-date Forge/ReForge as they automatically detect the
|
14 |
Alternatively I reccomend using an up-to-date ComfyUI. As of https://github.com/comfyanonymous/ComfyUI/commit/8b275ce5be29ff7d847c3c4c2f3fea1faa68e07b ComfyUI will also automatically detect that the model is V-Prediction/ZSNR and set it for you.
|
15 |
-
If
|
16 |
|
17 |
|
|
|
10 |
|
11 |
Generally safe settings are 3-6 CFG, Euler A, and Beta sheduler.
|
12 |
|
13 |
+
I reccomend using an up-to-date Forge/ReForge as they automatically detect the `vpred` and `tznsr` key I've added to the state_dict of both models and inference as V-Prediction/ZSNR. Forge currently doesn't have RescaleCFG extension built in, but ReForge does. However I have included a backport of RescaleCFG for Forge in this repo that may work unless the code has changed since creating it. Extract it into extensions-builtin.
|
14 |
Alternatively I reccomend using an up-to-date ComfyUI. As of https://github.com/comfyanonymous/ComfyUI/commit/8b275ce5be29ff7d847c3c4c2f3fea1faa68e07b ComfyUI will also automatically detect that the model is V-Prediction/ZSNR and set it for you.
|
15 |
+
If for some reason the autodetection doesn't work or you are on an older ComfyUI, use the ModelSamplingDiscrete node to set V-Prediction and ZSNR.
|
16 |
|
17 |
|