fix vae download path
This commit is contained in:
parent
09f327326b
commit
5ec01cbff4
2
nodes.py
2
nodes.py
@ -92,7 +92,7 @@ class DownloadAndLoadMochiModel:
|
|||||||
),
|
),
|
||||||
"vae": (
|
"vae": (
|
||||||
[
|
[
|
||||||
"mochi_preview_vae_bf16.safetensors",
|
"mochi_preview_vae_decoder_bf16.safetensors",
|
||||||
],
|
],
|
||||||
{"tooltip": "Downloads from 'https://huggingface.co/Kijai/Mochi_preview_comfy' to 'models/vae/mochi'", },
|
{"tooltip": "Downloads from 'https://huggingface.co/Kijai/Mochi_preview_comfy' to 'models/vae/mochi'", },
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user