ComfyUI-to-Python-Extension
ComfyUI-to-Python-Extension copied to clipboard
A powerful tool that translates ComfyUI workflows into executable Python code.
I have a super simple workflow that takes 3 images, feeds them into ip adapter and generates an image, then upsacles it. Works fine on GUI Here is the original...
When converting this ComfyUI-VideoHelperSuite "Load VIdeo (Path)" to python the result is: ``` vhs_loadvideopath = NODE_CLASS_MAPPINGS["VHS_LoadVideoPath"]() vhs_loadvideopath_568 = vhs_loadvideopath.load_video() ``` Notice no args for the load video function which causes...
New to comfyUI, launched comfyUI thru a jupyter notebook on a GPU VM. Save (API format) works for the default template and I'm able to download a .json. But I...
I think it would be useful to be able to run the generated workflow repeatedly, without re-loading everything into memory every single time. For instance, one could use it as...
is there a way to set vram state like HIGH_VRAM and NORMAL_VRAM like in comfyui?
This would be a killer feature but if you could specify input and output nodes then export this as a python script that is a comyui node.
 Global Models Cache: Ckpt: [1] taureal (ids: None) Vae: [1] vae-ft-mse-840000-ema-pruned.vae (ids: None) Traceback (most recent call last): File "E:\ComfyUI\workflow_api.py", line 166, in main() File "E:\ComfyUI\workflow_api.py", line 137, in...
Thaks for your contribution. I meet a node which the repo doesn't supported.The custom node git : https://github.com/ltdrdata/ComfyUI-Impact-Pack, class in ComfyUI-Impact-Pack/modules/impact/util_nodes.py. which named GeneralSwitch can't pass the workflow_json.py process.