InvokeAI/invokeai/app/invocations
Paul Curry 1c7ea57492
feat (ui, generation): High Resolution Fix- added automatic resolution toggle and replaced latent upscale with two improved methods (#4905)
* working

* added selector for method

* refactoring graph

* added ersgan method

* fixing yarn build

* add tooltips

* a conjuction

* rephrase

* removed manual sliders, set HRF to calculate dimensions automatically to match 512^2 pixels

* working

* working

* working

* fixed tooltip

* add hrf to use all parameters

* adding hrf method to parameters

* working on parameter recall

* working on parameter recall

* cleaning

* fix(ui): fix unnecessary casts in addHrfToGraph

* chore(ui): use camelCase in addHrfToGraph

* fix(ui): do not add HRF metadata unless HRF is added to graph

* fix(ui): remove unused imports in addHrfToGraph

* feat(ui): do not hide HRF params when disabled, only disable them

* fix(ui): remove unused vars in addHrfToGraph

* feat(ui): default HRF str to 0.35, method ESRGAN

* fix(ui): use isValidBoolean to check hrfEnabled param

* fix(nodes): update CoreMetadataInvocation fields for HRF

* feat(ui): set hrf strength default to 0.45

* fix(ui): set default hrf strength in configSlice

* feat(ui): use translations for HRF features

---------

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-11-11 00:11:46 +00:00
..
custom_nodes feat(nodes): change expected structure for custom nodes 2023-10-20 14:28:16 +11:00
__init__.py feat(nodes): change expected structure for custom nodes 2023-10-20 14:28:16 +11:00
baseinvocation.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
collections.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
compel.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
controlnet_image_processors.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
cv.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
facetools.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
image.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
infill.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
ip_adapter.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
latent.py Remove unused import: 2023-11-09 15:06:01 -05:00
math.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
metadata.py feat (ui, generation): High Resolution Fix- added automatic resolution toggle and replaced latent upscale with two improved methods (#4905) 2023-11-11 00:11:46 +00:00
model.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
noise.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
onnx.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
param_easing.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
primitives.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
prompt.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
sdxl.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
strings.py Prompts from file support nodes (#3964) 2023-09-13 08:06:38 +00:00
t2i_adapter.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
upscale.py feat: metadata refactor 2023-10-20 12:05:13 +11:00