InvokeAI/invokeai/app/invocations
psychedelicious 8e90f9024d feat(ui): remove isRefinerAvailable state, update refiner node
We can derive `isRefinerAvailable` from the query result (eg are there any refiner models installed). This is a piece of server state, so by using the list models response directly, we can avoid needing to manually keep the client in sync with the server.

Created a `useIsRefinerAvailable()` hook to return this boolean wherever it is needed.

Also updated the main models & refiner models endpoints to only return the appropriate models. Now we don't need to filter the data on these endpoints.
2023-07-26 14:46:38 +10:00
..
__init__.py all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00
baseinvocation.py feat(nodes): add lora field, update lora loader 2023-07-05 12:47:34 +10:00
collections.py feat: Add titles and tags to all Nodes 2023-07-19 02:26:45 +12:00
compel.py Rename clip1 to clip 2023-07-18 18:58:17 +03:00
controlnet_image_processors.py Added resize_mode param to ControlNet node 2023-07-20 00:41:49 -07:00
cv.py feat: Add titles and tags to all Nodes 2023-07-19 02:26:45 +12:00
generate.py Merge branch 'main' into nodes-stuff 2023-07-19 02:37:50 +12:00
image.py Merge branch 'main' into feat/ui/upscale 2023-07-18 19:18:55 -04:00
infill.py feat: Add titles and tags to all Nodes 2023-07-19 02:26:45 +12:00
latent.py Use scale from vae 2023-07-20 18:54:51 +03:00
math.py feat: Add titles and tags to all Nodes 2023-07-19 02:26:45 +12:00
metadata.py feat: Add titles and tags to all Nodes 2023-07-19 02:26:45 +12:00
model.py add differentiated sdxl and sdxl_refiner model loaders 2023-07-16 12:17:56 -04:00
noise.py fix(nodes): fix seed modulus operation 2023-07-24 16:44:32 +10:00
param_easing.py feat: Add titles and tags to all Nodes 2023-07-19 02:26:45 +12:00
params.py fix: Missing context on string param node 2023-07-19 02:49:09 +12:00
prompt.py feat: Add titles and tags to all Nodes 2023-07-19 02:26:45 +12:00
sdxl.py feat(ui): remove isRefinerAvailable state, update refiner node 2023-07-26 14:46:38 +10:00
upscale.py Merge branch 'main' into feat/ui/upscale 2023-07-18 19:18:55 -04:00