InvokeAI/frontend
2022-09-17 16:32:59 +10:00
..
dist Improves code structure, comments, formatting, linting 2022-09-17 16:32:59 +10:00
src Improves code structure, comments, formatting, linting 2022-09-17 16:32:59 +10:00
.eslintrc.cjs React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
.gitignore React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
index.d.ts React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
index.html React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
package.json Improves code structure, comments, formatting, linting 2022-09-17 16:32:59 +10:00
README.md Improves code structure, comments, formatting, linting 2022-09-17 16:32:59 +10:00
tsconfig.json React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
tsconfig.node.json React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
vite.config.ts React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
yarn.lock React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00

Stable Diffusion Web UI

Build

from frontend/:

  • yarn dev runs vite dev server
  • yarn build-dev builds dev
  • yarn build builds prod

from .:

TODO

  • Search repo for "TODO"
  • My one gripe with Chakra: no way to disable all animations right now and drop the dependence on framer-motion. I would prefer to save the ~30kb on bundle and have zero animations. This is on the Chakra roadmap. See https://github.com/chakra-ui/chakra-ui/pull/6368 for last discussion on this. Need to check in on this issue periodically.
  • More status info e.g. phase of processing, image we are on of the total count, etc
  • Mobile friendly layout
  • Proper image gallery/viewer/manager
  • Instead of deleting images directly, use something like send2trash