silveroxides commited on
Commit
d71e9f5
·
verified ·
1 Parent(s): 23af485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ t5tokenizeroptions = NODE_CLASS_MAPPINGS["T5TokenizerOptions"]()
148
  cliptextencode = CLIPTextEncode()
149
  unetloader = NODE_CLASS_MAPPINGS["ScaledFP8HybridUNetLoader"]()
150
  vaeloader = VAELoader()
151
- modelsamplingauraflow = NODE_CLASS_MAPPINGS["ModelSamplingAuraflow"]()
152
  basicguider = NODE_CLASS_MAPPINGS["BasicGuider"]()
153
  betascheduler = NODE_CLASS_MAPPINGS["BetaSamplingScheduler"]()
154
  samplercustomadvanced = NODE_CLASS_MAPPINGS["SamplerCustomAdvanced"]()
 
148
  cliptextencode = CLIPTextEncode()
149
  unetloader = NODE_CLASS_MAPPINGS["ScaledFP8HybridUNetLoader"]()
150
  vaeloader = VAELoader()
151
+ modelsamplingauraflow = NODE_CLASS_MAPPINGS["ModelSamplingAuraFlow"]()
152
  basicguider = NODE_CLASS_MAPPINGS["BasicGuider"]()
153
  betascheduler = NODE_CLASS_MAPPINGS["BetaSamplingScheduler"]()
154
  samplercustomadvanced = NODE_CLASS_MAPPINGS["SamplerCustomAdvanced"]()