comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
50.52k stars 5.31k forks source link

Node Development Test Environment #4651

Open EricoZhao opened 2 weeks ago

EricoZhao commented 2 weeks ago

Your question

I'm a nodepack developer who programming not good.

At every time development, I always write the code first, and then run it after opening ComfyUI to connect the required conditions to see the results. It's too slowly.

Is there some tools can do it relaxed(test my code)?

My idea: by jupyter notebook use ComfyUI engine to build one test environment for developers.

Logs

No response

Other

No response

BrechtCorbeel commented 2 weeks ago

Yes I've asked this before too, I forgot to do it but it should be possible to create nodes that can be updated and relaunched, but to get those nodes into actual comfy is a security issue, because anyone that implements them onto your system can create nodes and programs into your program while you are running the server and then create and execute any sort of program through your server into your system.

A test environment that does not run and has abilities to turn things on or off would be great, asked that too recently.