mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-04 23:19:57 +00:00
i
This commit is contained in:
@@ -13,7 +13,7 @@ from ldm_patched.contrib.external import KSampler, VAEDecode
|
||||
|
||||
|
||||
gradio_compile(SVD_img2vid_Conditioning.INPUT_TYPES(), prefix='condition')
|
||||
gradio_compile(KSampler.INPUT_TYPES(), prefix='sample')
|
||||
gradio_compile(KSampler.INPUT_TYPES(), prefix='sampling')
|
||||
gradio_compile(VideoLinearCFGGuidance.INPUT_TYPES(), prefix='guidance')
|
||||
a = 0
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user