ComfyWorkflows / ComfyUI-Launcher

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

Update web UI to use React instead of Next.js #4

Closed thecooltechguy closed 4 months ago

thecooltechguy commented 4 months ago

Currently the manual setup requires Node & NPM, since the web UI uses Next.js

This PR migrates the web app to use React instead, which removes the dependency on Node & NPM.