thedyze / save-image-extended-comfyui

Extended Save node for ComfyUI
64 stars 6 forks source link

the saved image node does not have an output #9

Closed jlitz closed 7 months ago

jlitz commented 7 months ago

the file name prefix does not want to connect to the save extended mode

aegis72 commented 7 months ago

Might want to show some more info there to assist in troubleshooting, but the one time I had this happen, I had forgotten to convert my data that I was trying to connect into a string (ie, if you are trying to pass an int f/e).

jlitz commented 7 months ago

Tnx for the response. I am pretty new to comfy but learning I am unfamiliar with the terms pass an int f/e Interesting how fast tech developes Instant images while you type.

This is the workflow SDXL. My idea is to create a video with the output.

sdxlturbo_example

thedyze commented 7 months ago

That workflow does not contain the save-image-extended node?

Also, it would be more helpful if you described the problem in more detail, and/or post a screenshot. I was missing quite a few of the custom nodes you are using.

jlitz commented 7 months ago

SDXL TURBO.json opera_m8IK3kWYls

The workflow has the has the extended save node the image shows which nodes do not attach arrows

thedyze commented 7 months ago

Have you hidden the node labels? The inputs you marked takes a string (text) input only (as labeled). You can not directly connect e.g the positive prompt to it. You need a node with a text output. For the filename prefix, you need to convert it, more information is available on the front page of the repo.

jlitz commented 7 months ago

OK got it working tnx for help