InvokeAI/invokeai/app/invocations
psychedelicious 9c89d3452c feat(nodes): add high-level images service
feat(nodes): add ResultsServiceABC & SqliteResultsService

**Doesn't actually work bc of circular imports. Can't even test it.**

- add a base class for ResultsService and SQLite implementation
- use `graph_execution_manager` `on_changed` callback to keep `results` table in sync

fix(nodes): fix results service bugs

chore(ui): regen api

fix(ui): fix type guards

feat(nodes): add `result_type` to results table, fix types

fix(nodes): do not shadow `list` builtin

feat(nodes): add results router

It doesn't work due to circular imports still

fix(nodes): Result class should use outputs classes, not fields

feat(ui): crude results router

fix(ui): send to canvas in currentimagebuttons not working

feat(nodes): add core metadata builder

feat(nodes): add design doc

feat(nodes): wip latents db stuff

feat(nodes): images_db_service and resources router

feat(nodes): wip images db & router

feat(nodes): update image related names

feat(nodes): update urlservice

feat(nodes): add high-level images service
2023-05-24 11:30:47 -04:00
..
util feat(nodes): improve default model choosing output 2023-05-11 11:55:51 +10:00
__init__.py all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00
baseinvocation.py feat(nodes): add high-level images service 2023-05-24 11:30:47 -04:00
collections.py fix(nodes): fix usage of Optional 2023-05-11 11:55:51 +10:00
compel.py Merge branch 'main' into lstein/global-configuration 2023-05-17 14:37:09 -04:00
cv.py Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00
generate.py feat(nodes): add high-level images service 2023-05-24 11:30:47 -04:00
image.py feat(nodes): add high-level images service 2023-05-24 11:30:47 -04:00
infill.py fix(nodes): fix usage of Optional 2023-05-11 11:55:51 +10:00
latent.py Merge branch 'main' into feat/nodes/add-w-h-latentsoutput 2023-05-12 15:23:29 +12:00
math.py feat(nodes): add low and high to RandomIntInvocation 2023-05-16 13:50:52 +10:00
params.py [nodes] Add subgraph library, subgraph usage in CLI, and fix subgraph execution (#3180) 2023-04-14 06:41:06 +00:00
prompt.py fix(nodes): fix schema generation for output classes 2023-03-26 17:20:10 +11:00
reconstruct.py Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00
upscale.py Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00