Skip to content

【bug】makeBaiscPipe prompt empty #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wen-lan opened this issue May 1, 2025 · 3 comments
Open

【bug】makeBaiscPipe prompt empty #226

wen-lan opened this issue May 1, 2025 · 3 comments

Comments

@wen-lan
Copy link

wen-lan commented May 1, 2025

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: []

Image

@ltdrdata
Copy link
Owner

ltdrdata commented May 3, 2025

Please upload the workflow.

@wen-lan
Copy link
Author

wen-lan commented May 4, 2025

inspireBasicPipe.json here is the unwork workflow.

@wen-lan
Copy link
Author

wen-lan commented May 7, 2025

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.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants