This commit is contained in:
lllyasviel
2024-01-26 00:32:54 -08:00
parent c495d81ba8
commit e9c770c76d
2 changed files with 8 additions and 9 deletions

View File

@@ -44,3 +44,11 @@ def gradio_compile(items, prefix):
print('error ' + str(t))
return names
# from modules_forge.gradio_compile import gradio_compile
# ps = []
# ps += gradio_compile(SVD_img2vid_Conditioning.INPUT_TYPES(), prefix='')
# ps += gradio_compile(KSampler.INPUT_TYPES(), prefix='sampling')
# ps += gradio_compile(VideoLinearCFGGuidance.INPUT_TYPES(), prefix='guidance')
# print(', '.join(ps))