pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.86k stars 144 forks source link

Automatically load pre-saved workflow adding an URL parameter #350

Open julien-moment opened 2 months ago

julien-moment commented 2 months ago

Hi! I love the feature to easily set a default workflow I pre-saved on the server.

Would it be possible to choose which workflow I want to load when opening ComfyUI by adding an URL parameter like : http://comfy-server:6970?load-workflow=my-workflow.json

That would be awesome to easily share access to specific workflows to other collaborators, like a deep link in a mobile App :)

Thank you!