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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ from nodes import (
138
  VAELoader,
139
  SaveImage,
140
  )
141
- from custom_nodes.
142
  # Initialize all model loaders outside the function
143
  randomnoise = NODE_CLASS_MAPPINGS["RandomNoise"]()
144
  emptysd3latentimage = NODE_CLASS_MAPPINGS["EmptySD3LatentImage"]()
 
138
  VAELoader,
139
  SaveImage,
140
  )
141
+
142
  # Initialize all model loaders outside the function
143
  randomnoise = NODE_CLASS_MAPPINGS["RandomNoise"]()
144
  emptysd3latentimage = NODE_CLASS_MAPPINGS["EmptySD3LatentImage"]()