Open bazettfraga opened 1 year ago
I'm finding a similar issue with the regular KSampler too.
Error occurred when executing KSampler:
'NoneType' object has no attribute 'to'
File "E:\AI\ComfyUI\execution.py", line 153, in recursive_execute
Reverted back to the native Text Encoder (New) and the workflow runs without issue.
Same problem here. I'm using Efficiency custom nodes, I set positive and negative input from text and they work fine til the last update of ComfyUI.
Error occurred when executing KSampler (Efficient):
'NoneType' object has no attribute 'cpu'
File "/root/sd-comfyui/execution.py", line 153, in recursive_execute
Switch to regular text encode works no problem.
Same problems... first, I got some color noise corrupt images, then KSampler stop working and gave me those errors... Please help, somebody save us!
should be fixed now
should be fixed now
@BlenderNeko
I just tested it, and it's still wrong.
@liulsg I can't really do anything with that. Are these my nodes or someone else's? what are the current commit short hashes of both ComfyUI and ComfyUI_ADV_CLIP_emb? (you can check this by running git rev-parse --short HEAD
in the respective folders), what is the error message that it throws?
works for me now
Yeah, I updated it by running those 2 bat files in the update folder. And now I was able to make a simple image, the Ksampler didn´t crash...
list indices must be integers or slices, not str
Latest ComfyUI gives this error:
Error occurred when executing BNK_CLIPTextEncodeAdvanced:
The expanded size of the tensor (308) must match the existing size (154) at non-singleton dimension 1. Target sizes: [1, 308, 768]. Tensor sizes: [1, 154, 1]
for comfy++
and A1111
option.
update comfyui, be kill 99% of problems
I'm finding a similar issue with the regular KSampler too.
Error occurred when executing KSampler: 'NoneType' object has no attribute 'to' File "E:\AI\ComfyUI\execution.py", line 153, in recursive_execute
Reverted back to the native Text Encoder (New) and the workflow runs without issue.
Hi, have you solved it? I met the same problem.
I'm finding a similar issue with the regular KSampler too.
Error occurred when executing KSampler: 'NoneType' object has no attribute 'to' File "E:\AI\ComfyUI\execution.py", line 153, in recursive_execute
Reverted back to the native Text Encoder (New) and the workflow runs without issue.
Hello! Please tell me how to switch to this encoder in ComfyUI
Hi, as of ComfyUI commit https://github.com/comfyanonymous/ComfyUI/commit/e60ca6929a999f53a4eeb62cc80f70b1cd7a0acf the node seems to throw out the following error down below, refusing to begin generating at all. Reverting to https://github.com/comfyanonymous/ComfyUI/commit/6ec3f12c6e2e1d214c41f5713308818541da52a4 fixes this issue, leading me to believe that the changes in the tokenizer are responsible for this issue:
Thank you for your help in advance!