Last active
June 1, 2024 08:16
-
-
Save MaraScott/f8390400b9a9961b946ac2ae4c7b68dd to your computer and use it in GitHub Desktop.
run_nvidia_gpu_jurigged.bat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .\python_embeded\python.exe .\python_embeded\Scripts\pip.exe install jurigged | |
.\python_embeded\python.exe -m jurigged --watch ComfyUI/custom_nodes/ComfyUI_MaraScott_nodes/ -v ComfyUI/main.py --listen local.marascott.ai --port 8188 |
exactly
IMPORTANT : if you restart the server from ComfyUI-Manager, the hot-reload jurigged won't be trigger again.
If you need to restart and keep jurigged active you have to manualy stop the server and restart it
Awesome, thanks.... here goes. Trying to code a new node :D
OK, sorry... so, how the heck do I use it? Every time the .py file is saved it loads it?
Have you install jurigged first?
Yes, it reloads the py code each time.
You should see it in the console log
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, I only watch the node I am developing and not the entire ComfyUI? is that what I understand from the above command?