This commit is contained in:
lllyasviel
2024-01-25 22:52:42 -08:00
parent 79fa80a346
commit 97b313e5b5
2 changed files with 7 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ def gradio_compile(items, prefix):
pass
elif t == 'LATENT':
pass
elif t == 'CLIP_VISION':
pass
elif t == 'IMAGE':
pass
elif t == 'VAE':
pass
else:
print('error ' + str(t))