Skip to main content

🧬 ComfyUI

Jarvislabs.ai ComfyUI

Experience ComfyUI - The most powerful and modular stable diffusion GUI with a graph/nodes interface.

Launch and explore ComfyUI on Jarvislabs out of the box in less than 30 seconds ⏰. It comes with 50+ preloaded models.

Get started in 2 simple steps.

  • Launch an instance
  • Start with your creative journey

Launch an instance

Start an instance with the framework as ComfyUI. Choose the required GPUs and storage.

Jarvislabs.ai Create Stable Diffusion

Start with your creative journey

Once the instance is up and running, right-click on your running instance and select the API endpoint to access the comfyUI.

Jarvislabs.ai Web Stable Diffusion

This may take a few seconds to load. You can start with your creative journey.

Launch/Modify the parameters used to launch

When the instance is started, we start the main.py from inside a tmux session. You can check that from the JupyterLab terminal.

From the terminal run the below command

tmux attach -t comfyui

The output would look something like this.

Jarvislabs.ai Web Stable Diffusion

If you do a 'CTRL + C', the application will stop. You can launch it again using the below command.

cd /home/ComfyUI/
python ComfyUI/main.py --port 6006 --listen 0.0.0.0