Skip to main content
Pipeline UI home page
Search...
⌘K
Support
specialbottle/pipeline-ui
specialbottle/pipeline-ui
Search...
Navigation
How To Guides
How to Use the CLI
Documentation
Documentation
Get Started
Introduction
Quickstart
Differences with ComfyUI
How To Guides
How to Start a Pipeline‑UI Project
Create a Custom Node
Create a Custom Workflow
How to Use the Web UI
How to Serve a Workflow
How to Use the CLI
How to use Pipeline-UI with an AI IDE like Cursor
Concepts
Architecture of Pipeline UI
Node Concepts
Workflow Concepts
References
Glossary
CLI Reference
Node Reference
Workflow Reference
Contributing
How to Contribute
On this page
Common Commands
How To Guides
How to Use the CLI
The CLI lets you initialize projects, run pipeline-ui
Common Commands
Login
Copy
pui
login
Initialize Project
Copy
pui
init
Start Pipeline-UI (Folder Mode)
Copy
pui
start
optional arguments:
path/to/your/project use . by default
this starts both the python backend and the react frontend
Start Pipeline-UI (File Mode)
Copy
pui
start-file
path/to/your/script.py
For further details run:
Copy
pui
--help
How to Serve a Workflow
How to use Pipeline-UI with an AI IDE like Cursor
⌘I