frankchieng / ComfyUI_MagicClothing

unofficial implementation of Comfyui magic clothing
Other
481 stars 42 forks source link

stabilityai/sd-vae-ft-mse does not appear??? #11

Open Lme53999 opened 4 months ago

Lme53999 commented 4 months ago

Error occurred when executing MagicClothing_Generate:

stabilityai/sd-vae-ft-mse does not appear to have a file named config.json.

File "E:\comfyui\ComfyUI-aki-v1.1\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "E:\comfyui\ComfyUI-aki-v1.1\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "E:\comfyui\ComfyUI-aki-v1.1\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) File "E:\comfyui\ComfyUI-aki-v1.1\custom_nodes\ComfyUI_MagicClothing\nodes.py", line 68, in garment_generation vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse").to(dtype=torch.float16) File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\huggingface_hub\utils_validators.py", line 118, in _inner_fn return fn(*args, *kwargs) File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\diffusers\models\modeling_utils.py", line 712, in from_pretrained config, unused_kwargs, commit_hash = cls.load_config( File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\huggingface_hub\utils_validators.py", line 118, in _inner_fn return fn(args, kwargs) File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\diffusers\configuration_utils.py", line 402, in load_config raise EnvironmentError(

Could you please tell me how to resolve this issue with the VAE?

frankchieng commented 4 months ago

install the full model as well as the config file in Huggingface

Andy2066 commented 4 months ago

Error occurred when executing MagicClothing_Generate:

stabilityai/sd-vae-ft-mse does not appear to have a file named config.json.

跟楼上相同问题,按照说明安装了所有模型还是不行

Andy2066 commented 4 months ago

Error occurred when executing MagicClothing_Generate:

stabilityai/sd-vae-ft-mse does not appear to have a file named config.json.

跟楼上相同问题,按照说明安装了所有模型还是不行

frankchieng commented 4 months ago

you can install this project thr ComfyUI-Manager as well, i just tested in Windows10 system, it run well, be aware of the huggingface stabilityai/sd-vae-ft-mse pretrained model will be installed automatically 1713585880291

Lme53999 commented 4 months ago

你也可以通过ComfyUI-Manager安装这个项目,我刚刚在Windows10系统中测试,它运行良好,注意huggingface stableai/sd-vae-ft-mse预训练模型将自动安装 1713585880291

thx

wanglu-milu commented 4 months ago

Error occurred when executing MagicClothing_Generate:

stabilityai/sd-vae-ft-mse does not appear to have a file named config.json.

File "E:\comfyui\ComfyUI-aki-v1.1\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "E:\comfyui\ComfyUI-aki-v1.1\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "E:\comfyui\ComfyUI-aki-v1.1\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) File "E:\comfyui\ComfyUI-aki-v1.1\custom_nodes\ComfyUI_MagicClothing\nodes.py", line 68, in garment_generation vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse").to(dtype=torch.float16) File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\huggingface_hub\utils_validators.py", line 118, in _inner_fn return fn(*args, *kwargs) File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\diffusers\models\modeling_utils.py", line 712, in from_pretrained config, unused_kwargs, commit_hash = cls.load_config( File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\huggingface_hub\utils_validators.py", line 118, in _inner_fn return fn(args, kwargs) File "E:\comfyui\ComfyUI-aki-v1.1\python\lib\site-packages\diffusers\configuration_utils.py", line 402, in load_config raise EnvironmentError(

Could you please tell me how to resolve this issue with the VAE?

I have encountered the same problem. Have you solved this problem?

usaking12 commented 4 months ago

跟楼上相同问题,按照说明安装了所有模型还是不行

FourTest commented 3 months ago

same error

sechina commented 3 months ago

遇到相同的问题我解决了,一般遇到这个问题的都是中国大陆人,要把你的COMFYUI运行在科学上网环境下,才能够下载[Hugging Face的模型和comfig.josn文件,因为Hugging Face 被大陆那个狗屁GOVEMENT给屏蔽了,操他M的搞得我弄了半天找不到原因,气死我了! 另外感谢作者提供这么好用的工具。

caole10086 commented 1 month ago

秋叶安装包的要在设置里打开代理

Cyber-Blacat commented 4 weeks ago

遇到相同的问题我解决了,一般遇到这个问题的都是中国大陆人,要把你的COMFYUI运行在科学上网环境下,才能够下载[Hugging Face的模型和comfig.josn文件,因为Hugging Face 被大陆那个狗屁GOVEMENT给屏蔽了,操他M的搞得我弄了半天找不到原因,气死我了! 另外感谢作者提供这么好用的工具。

最后怎么解决的?