TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
397 stars 45 forks source link

VAE wrong #68

Closed cardenluo closed 11 months ago

cardenluo commented 11 months ago

Error occurred when executing ttN pipeLoader:

VAE.init() got an unexpected keyword argument 'ckpt_path'

File "F:\StableDiffusion\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "F:\StableDiffusion\ComfyUI_windows_portable\ComfyUI\execution.py", line 83, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "F:\StableDiffusion\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "F:\StableDiffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes\tinyterraNodes.py", line 1159, in adv_pipeloader vae = ttNcache.load_vae(vae_name) File "F:\StableDiffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes\tinyterraNodes.py", line 306, in load_vae loaded_vae = comfy.sd.VAE(ckpt_path=vae_path)

cardenluo commented 11 months ago

image

imner0 commented 11 months ago

i have same problem but

please reply ASAP

Error occurred when executing ttN pipeLoader:

__init__() got an unexpected keyword argument 'sd'

File "/home/studio-lab-user/ComfyUI/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/home/studio-lab-user/ComfyUI/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/home/studio-lab-user/ComfyUI/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/home/studio-lab-user/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/tinyterraNodes.py", line 1160, in adv_pipeloader
vae = ttNcache.load_vae(vae_name)
File "/home/studio-lab-user/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/tinyterraNodes.py", line 307, in load_vae
loaded_vae = comfy.sd.VAE(sd=sd)
TinyTerra commented 11 months ago

"F:\StableDiffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes\tinyterraNodes.py", line 306, in load_vae loaded_vae = comfy.sd.VAE(ckpt_path=vae_path)

I believe this issue was fixed 2 weeks ago, have you updated to the latest version of the node pack?

i have same problem but

please reply ASAP File "/home/studio-lab-user/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/tinyterraNodes.py", line 307, in load_vae loaded_vae = comfy.sd.VAE(sd=sd)

this one looks like outdated comfyUI - please try updating to the latest release and let me know if this still happens

cardenluo commented 11 months ago

sorry ,I tried to upgrade comfyui, but there were too many bugs that prevented it from launching properly, so I've delayed to give up on upgrading. I will try to upgrade it again after some time has passed and confirm if the bugs have been fixed.Thank you for your concern.

Xiahussheng commented 11 months ago

"F:\StableDiffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes\tinyterraNodes.py", line 306, in load_vae loaded_vae = comfy.sd.VAE(ckpt_path=vae_path)

I believe this issue was fixed 2 weeks ago, have you updated to the latest version of the node pack?

i have same problem but please reply ASAP File "/home/studio-lab-user/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/tinyterraNodes.py", line 307, in load_vae loaded_vae = comfy.sd.VAE(sd=sd)

this one looks like outdated comfyUI - please try updating to the latest release and let me know if this still happens

I've upgraded comfyUI and still have the same problem. When I choose the sdxl checkpionts,the vae is fine, but when I choose the sd1.5 checkpoints, I get the error

Snipaste_2023-11-04_22-26-55
cardenluo commented 11 months ago

I upgraded comfyui, VAE can be used normally, thank you

Xiahussheng commented 11 months ago

I uninstalled and reinstalled comfyUI and now have no problems.