You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my inspire node version is 1.18.0, i used the makeBaiscPipe and found it sends empty clip to the following flow, but i did write the prompt, i thought it might be the prompt problem ,i change the prompt but nothing change.
here is the error from the comfyui :
[ERROR] An error occurred during the on_prompt_handler processing
Traceback (most recent call last):
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\server.py", line 860, in trigger_on_prompt
json_data = handler(json_data)
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\inspire_server.py", line 400, in onprompt
populate_wildcards(json_data)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\inspire_server.py", line 338, in populate_wildcards
inputs['positive_populated_text'] = wildcard_process(text=inputs['positive_wildcard_text'], seed=input_seed)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 2383, in process
return impact.wildcards.process(**kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\wildcards.py", line 106, in process
text = process_comment_out(text)
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\wildcards.py", line 85, in process_comment_out
lines = text.split('\n')
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'split'
[Inspire Pack] CheckpointLoaderSimpleShared: Cached ckpt 'waiSHUFFLENOOB_vPred20.safetensors' is loaded. (Loading skip)
CLIP: []
Requested to load SDXLClipModel
CLIP: []
The text was updated successfully, but these errors were encountered:
it might be i use perset text as input make that happen, i just use wd14 output text as prompt input, then the problem happen again. i make two basic pipes, one use wd14 output as input and one i copy output into the prompt,in which show diffrent output. if i convert input to widget, sometime the prompt can work normal, but sometimes it can't.
my inspire node version is 1.18.0, i used the makeBaiscPipe and found it sends empty clip to the following flow, but i did write the prompt, i thought it might be the prompt problem ,i change the prompt but nothing change.
here is the error from the comfyui :
[ERROR] An error occurred during the on_prompt_handler processing
Traceback (most recent call last):
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\server.py", line 860, in trigger_on_prompt
json_data = handler(json_data)
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\inspire_server.py", line 400, in onprompt
populate_wildcards(json_data)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\inspire_server.py", line 338, in populate_wildcards
inputs['positive_populated_text'] = wildcard_process(text=inputs['positive_wildcard_text'], seed=input_seed)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 2383, in process
return impact.wildcards.process(**kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\wildcards.py", line 106, in process
text = process_comment_out(text)
File "D:\DevelopmentPath\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\wildcards.py", line 85, in process_comment_out
lines = text.split('\n')
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'split'
[Inspire Pack] CheckpointLoaderSimpleShared: Cached ckpt 'waiSHUFFLENOOB_vPred20.safetensors' is loaded. (Loading skip)
CLIP: []
Requested to load SDXLClipModel
CLIP: []
The text was updated successfully, but these errors were encountered: