InvokeAI/invokeai/app/invocations
psychedelicious 160267c71a feat(nodes): refactor image types
- Remove `ImageType` entirely, it is confusing
- Create `ResourceOrigin`, may be `internal` or `external`
- Revamp `ImageCategory`, may be `general`, `mask`, `control`, `user`, `other`. Expect to add more as time goes on
- Update images `list` route to accept `include_categories` OR `exclude_categories` query parameters to afford finer-grained querying. All services are updated to accomodate this change.

The new setup should account for our types of images, including the combinations we couldn't really handle until now:
- Canvas init and masks
- Canvas when saved-to-gallery or merged
2023-05-28 20:19:56 -04:00
..
util feat(nodes): improve default model choosing output 2023-05-11 11:55:51 +10:00
__init__.py
baseinvocation.py fix(ui): fix node ui type hints 2023-05-26 21:44:00 -04:00
collections.py Added nodes for float params: ParamFloatInvocation and FloatCollectionOutput. Also added FloatOutput. 2023-05-26 21:44:00 -04:00
compel.py fix(nodes): use save instead of set 2023-05-24 11:30:47 -04:00
controlnet_image_processors.py Fixed controlnet preprocessors and controlnet handling in TextToLatents to work with revised Image services. 2023-05-26 21:44:00 -04:00
cv.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
generate.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
image.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
infill.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
latent.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
math.py Added nodes for float params: ParamFloatInvocation and FloatCollectionOutput. Also added FloatOutput. 2023-05-26 21:44:00 -04:00
params.py Added nodes for float params: ParamFloatInvocation and FloatCollectionOutput. Also added FloatOutput. 2023-05-26 21:44:00 -04:00
prompt.py fix(nodes): fix schema generation for output classes 2023-03-26 17:20:10 +11:00
reconstruct.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
upscale.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00