Closed begin2 closed 5 months ago
Is it an older saved workflow? If so, you might just need to load it and re-save it, there were issues in older versions that might've gotten saved into the file.
Note that generally you should load workflows in the comfy tab, and use it in that tab, OR use the "use this workflow in the generate tab", OR use the Simple tab -- if you're using the advanced parameter for custom workflow swap that should generally work but may have side effects, on top of, of course, not showing you the parameter list properly.
If your issue isn't resolved from the above, please post a relevant example workflow that demonstrates the issue (ideally a basic minimal one without external custom nodes so it's easy to test) + details of how you're using it
Thereis default simply workflow saved. Not working in generate tab
debug errors: 2024-05-29 07:31:44.890 [Debug] ComfyUI-0 on port 7821 stdout: - Failed to convert an input value to a INT value: width, %%_COMFYFIXME_896ENDFIXME%%, invalid literal for int() with base 10: '%%_COMFYFIXME_896ENDFIXME%%' 2024-05-29 07:31:44.890 [Debug] ComfyUI-0 on port 7821 stdout: - Failed to convert an input value to a INT value: height, %%_COMFYFIXME_1152ENDFIXME%%, invalid literal for int() with base 10: '%%_COMFYFIXME_1152ENDFIXME%%' 2024-05-29 07:31:44.891 [Debug] ComfyUI-0 on port 7821 stdout: - Failed to convert an input value to a INT value: batch_size, %%_COMFYFIXME_1ENDFIXME%%, invalid literal for int() with base 10: '%%_COMFYFIXME_1ENDFIXME%%' 2024-05-29 07:31:44.891 [Debug] ComfyUI-0 on port 7821 stdout: * KSampler 3: 2024-05-29 07:31:44.891 [Debug] ComfyUI-0 on port 7821 stdout: - Failed to convert an input value to a INT value: seed, %%_COMFYFIXME_1514380414ENDFIXME%%, invalid literal for int() with base 10: '%%_COMFYFIXME_1514380414ENDFIXME%%' 2024-05-29 07:31:44.891 [Debug] ComfyUI-0 on port 7821 stdout: - Failed to convert an input value to a INT value: steps, %%_COMFYFIXME_20ENDFIXME%%, invalid literal for int() with base 10: '%%_COMFYFIXME_20ENDFIXME%%' 2024-05-29 07:31:44.891 [Debug] ComfyUI-0 on port 7821 stdout: - Failed to convert an input value to a FLOAT value: cfg, %%_COMFYFIXME_7ENDFIXME%%, could not convert string to float: '%%_COMFYFIXME_7ENDFIXME%%' 2024-05-29 07:31:44.891 [Debug] ComfyUI-0 on port 7821 stdout: - Failed to convert an input value to a FLOAT value: denoise, %%_COMFYFIXME_1ENDFIXME%%, could not convert string to float: '%%_COMFYFIXME_1ENDFIXME%%' 2024-05-29 07:31:44.891 [Debug] ComfyUI-0 on port 7821 stdout: Output will be ignored
And you're using that how? The advanced custom workflow parameter?
Ah probably yes you're using that -- the above commit fixes COMFYFIXME
handling when running workflows with that param, so update to latest and you should be good
I use it at generate TAB comfyui section and [ComfyUI] Custom Workflow
I think that this change broke this: https://github.com/Stability-AI/StableSwarmUI/commit/8f286111efcd410724e338525627c6fa7e3ea4f3
before it's been working well.
Yeah the [ComfyUI] Custom Workflow
, that is the thing I'm saying you shouldn't normally be using, that's an advanced special case parameter not intended for usual usage.
It's fixed in the new dev build
now is working again - thanks :)
Saved workflow in Comfy Workflow window not working (since april :( ) When try tu use saved workflow as comfy UI custom workflow its not working. In json workflow file there is "%%COMFYFIXME and ENDFIXME%% which stay and not removed - when it removed manually - workflow almost working, because another error is showing: Value not in list: console_log_level: '1' not in [0, 1, 2] The problem is in: "console_log_level": "${comfyrawworkflowinputdecimalreactorfaceswapnodeconsoleloglevelm:1}" when it change to "console_log_level": 1 workflow can be used in main tab. This problem is in file: Data\Packages\StableSwarmUI\src\BuiltinExtensions\ComfyUIBackend\Assets\comfy_workflow_editor_helper.js Can you fix this, please ?