Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.35 KB

ComfyUI Mini

A mobile-friendly frontend to run ComfyUI workflows.

* Not affiliated with ComfyUI or comfyanonymous

Features

  • Lightweight UI built for mobile devices
  • Store workflows locally on device or on PC
  • More coming soon

Requirements

PC:

  • ComfyUI installed and functional
  • NodeJS & NPM

Mobile:

  • Any modern browser
  • Connection to same network as PC

Installation

  1. Clone github repo (or download latest release)
git clone https://github.com/ImDarkTom/ComfyUIMini.git
cd ./ComfyUIMini
  1. Install dependencies
npm i
  1. Run
node .

You may change the ComfyUI url/port in the config.json folder as well as the port the app runs on.

After a sucessful run you should see text along the lines of Running on http://localhost:3000 in the console, simply put the local address of your PC along with the port into the url bar of another device and you should be able to see the main page.

Donating

If you find this to be useful you can donate at the button below.

Buy Me A Coffee

Coming Soon

  • Settings page
  • Better image viewing page