Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ t5tokenizeroptions = NODE_CLASS_MAPPINGS["T5TokenizerOptions"]()
|
|
| 148 |
cliptextencode = CLIPTextEncode()
|
| 149 |
unetloader = UNETLoader()
|
| 150 |
vaeloader = VAELoader()
|
| 151 |
-
modelsamplingflux = NODE_CLASS_MAPPINGS["ModelSamplingFlux"]
|
| 152 |
cfgguider = NODE_CLASS_MAPPINGS["CFGGuider"]()
|
| 153 |
betascheduler = NODE_CLASS_MAPPINGS["BetaSamplingScheduler"]()
|
| 154 |
samplercustomadvanced = NODE_CLASS_MAPPINGS["SamplerCustomAdvanced"]()
|
|
|
|
| 148 |
cliptextencode = CLIPTextEncode()
|
| 149 |
unetloader = UNETLoader()
|
| 150 |
vaeloader = VAELoader()
|
| 151 |
+
modelsamplingflux = NODE_CLASS_MAPPINGS["ModelSamplingFlux"]()
|
| 152 |
cfgguider = NODE_CLASS_MAPPINGS["CFGGuider"]()
|
| 153 |
betascheduler = NODE_CLASS_MAPPINGS["BetaSamplingScheduler"]()
|
| 154 |
samplercustomadvanced = NODE_CLASS_MAPPINGS["SamplerCustomAdvanced"]()
|