WAS

Results 397 comments of 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. ![image](https://github.com/WASasquatch/comfyui-plugins/assets/1151589/4c4225a0-5ada-4d38-914a-b80939898faa) I don't think you can use a fill crop for 512x768 cause the original image is below that resolution so...

> ![image](https://github.com/user-attachments/assets/c9722da8-60bf-4a9c-9e77-b26fa0ec5ea0) > 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...