Spaces:
Build error
Build error
Update interfaces/ui.py
Browse files- interfaces/ui.py +1 -1
interfaces/ui.py
CHANGED
@@ -18,7 +18,7 @@ from interfaces import utils
|
|
18 |
|
19 |
# TODO: Replace checkpoint filename to Huggingface URL
|
20 |
#img_maker = ImageMaker('hellonijicute25d_V10b.safetensors', vae="kl-f8-anime2.vae.safetensors")
|
21 |
-
img_maker =
|
22 |
|
23 |
############
|
24 |
# for plotting
|
|
|
18 |
|
19 |
# TODO: Replace checkpoint filename to Huggingface URL
|
20 |
#img_maker = ImageMaker('hellonijicute25d_V10b.safetensors', vae="kl-f8-anime2.vae.safetensors")
|
21 |
+
img_maker = ImageMaker('hellonijicute25d_V10b.safetensors') # without_VAE
|
22 |
|
23 |
############
|
24 |
# for plotting
|