mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-13 21:01:06 +08:00
i
This commit is contained in:
parent
79fa80a346
commit
97b313e5b5
@ -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))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user