Update forge_svd.py

This commit is contained in:
lllyasviel
2024-01-25 22:53:07 -08:00
parent 97b313e5b5
commit c4009135f5

View File

@@ -12,7 +12,7 @@ from ldm_patched.contrib.external_video_model import ImageOnlyCheckpointLoader,
from ldm_patched.contrib.external import KSampler, VAEDecode
gradio_compile(SVD_img2vid_Conditioning.INPUT_TYPES(), prefix='condition')
gradio_compile(SVD_img2vid_Conditioning.INPUT_TYPES(), prefix='')
gradio_compile(KSampler.INPUT_TYPES(), prefix='sampling')
gradio_compile(VideoLinearCFGGuidance.INPUT_TYPES(), prefix='guidance')
a = 0