WAS
WAS
> @WASasquatch My English is very poor and I used Google Translate, so maybe these translated descriptions are not very accurate and caused you to misunderstand? Regarding 'video dump frames',...
ComfyUI only uses strings for combos `(["true","false"],)` Then you need to convert the result `var = (var == "true")` in the node function to get the boolean
Webp isn't saving workflow data. Only PNG.
I'll take a look at how they are embedding the workflow.
Are you sure? We are applying token parsing here: https://github.com/WASasquatch/was-node-suite-comfyui/blob/main/WAS_Node_Suite.py#L7010
Ohh my apologies, yeah that's possible. Probably should be a toggle though.
These are various custom_nodes from different authors. I only developed WAS Node Suite. What custom_nodes are you having trouble with?
> Sounds like you want to "pad" the image.  I don't think you can use a fill crop for 512x768 cause the original image is below that resolution so...
>  > The output is transparent, so you'll need to use a Image to RGB node.
FreeU Advanced patched the forward method with new (outdated) code. Comfy has added the ability to patch the input block, so I can update off vanilla, but we will loose...