ComfyUI-to-Python-Extension icon indicating copy to clipboard operation
ComfyUI-to-Python-Extension copied to clipboard

Add a button in omni panel

Open someghuser opened this issue 2 years ago • 2 comments

In the omni panel add a button like ComfyUI Manager button. And it generates and downloads the python script. I'm not sure if this is possible, but the environment is loaded so it doesn't have to look for cuda, rocm or others.

someghuser avatar Nov 23 '23 11:11 someghuser

I think this is a really great idea and a feature I'd like to add. I haven't had time to add new features lately, but am open to pull requests!

pydn avatar Nov 27 '23 23:11 pydn

I currently have this feature implemented in this fork. The one downside is it can't determine which nodes are custom by default, so the resultant script must load custom nodes. @pydn, would it be worth creating a pull request or maintaining the fork separately? I'm planning to add a few more features.

atmaranto avatar Mar 08 '24 04:03 atmaranto