Skip to content

A web app made to let mobile users run ComfyUI workflows.

License

Notifications You must be signed in to change notification settings

ImDarkTom/ComfyUIMini

Repository files navigation

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