ComfyWorkflows / ComfyUI-Launcher

Run any ComfyUI workflow w/ ZERO setup.
GNU Affero General Public License v3.0
441 stars 50 forks source link

Added the ability to define static ports for each workflow project #21

Closed thecooltechguy closed 4 months ago

thecooltechguy commented 4 months ago

You can now define a static port for each created/imported project.

When specified, the Launcher will always open that project on that port, and when not specified, the Launcher will open the project on a random, unused port.

To set/edit the fixed port for any existing project, go to the project's folder within server/projects/<project name> and create a port.txt file containing just the fixed port number you want that project to always run on.

Screenshot 2024-03-09 at 1 46 22 PM Screenshot 2024-03-09 at 1 46 41 PM Screenshot 2024-03-09 at 1 46 48 PM