InvokeAI/invokeai/frontend/web/src/app
psychedelicious 41442eb7f6 feat(ui): convert canvas txt2img & img2img to latents
- Add graph builders for canvas txt2img & img2img - they are mostly copy and paste from the linear graph builders but different in a few ways that are very tricky to work around. Just made totally new functions for them.
- Canvas txt2img and img2img support ControlNet (not inpaint/outpaint). There's no way to determine in real-time which mode the canvas is in just yet, so we cannot disable the ControlNet UI when the mode will be inpaint/outpaint - it will always display. It's possible to determine this in near-real-time, will add this at some point.
- Canvas inpaint/outpaint migrated to use model loader, though inpaint/outpaint are still using the non-latents nodes.
2023-06-19 15:57:28 +10:00
..
components feat: Standardize IAIMantineSelect Component 2023-06-14 14:14:24 +10:00
contexts feat(ui): fix bugs with image deletion 2023-06-06 20:01:27 +10:00
logging feat(ui): add switch for logging 2023-04-29 18:28:19 +10:00
socketio feat(ui): wip canvas nodes migration 2023-05-11 11:55:51 +10:00
store feat(ui): convert canvas txt2img & img2img to latents 2023-06-19 15:57:28 +10:00
types feat(ui): improve controlnet-related config types 2023-06-13 00:04:21 +10:00
constants.ts feat(ui): enabledSchedulers -> favoriteSchedulers 2023-06-18 20:01:05 +10:00
features.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00