InvokeAI/ldm/invoke
Kyle Schouviller 34e3aa1f88 parent 9eed1919c2
author Kyle Schouviller <kyle0654@hotmail.com> 1669872800 -0800
committer Kyle Schouviller <kyle0654@hotmail.com> 1676240900 -0800

Adding base node architecture

Fix type annotation errors

Runs and generates, but breaks in saving session

Fix default model value setting. Fix deprecation warning.

Fixed node api

Adding markdown docs

Simplifying Generate construction in apps

[nodes] A few minor changes (#2510)

* Pin api-related requirements

* Remove confusing extra CORS origins list

* Adds response models for HTTP 200

[nodes] Adding graph_execution_state to soon replace session. Adding tests with pytest.

Minor typing fixes

[nodes] Fix some small output query hookups

[node] Fixing some additional typing issues

[nodes] Move and expand graph code. Add base item storage and sqlite implementation.

Update startup to match new code

[nodes] Add callbacks to item storage

[nodes] Adding an InvocationContext object to use for invocations to provide easier extensibility

[nodes] New execution model that handles iteration

[nodes] Fixing the CLI

[nodes] Adding a note to the CLI

[nodes] Split processing thread into separate service

[node] Add error message on node processing failure

Removing old files and duplicated packages

Adding python-multipart
2023-02-24 18:57:02 -08:00
..
app parent 9eed1919c2 2023-02-24 18:57:02 -08:00
ckpt_generator further improvements to ability to find location of data files 2023-01-31 12:24:55 -05:00
config add curated set of HuggingFace diffusers models for 2.3.1 release 2023-02-24 00:53:48 -05:00
generator fix generate backend to generate "accurate" intermediate images 2023-02-23 22:03:28 -05:00
restoration Change denoise_str to an arg instead of a class variable 2023-02-09 20:16:23 +13:00
training fix crash in textual inversion with "num_samples=0" error 2023-02-22 11:29:30 -05:00
__init__.py fix(xformers): shush about not having Triton available. 2023-02-17 17:41:27 -08:00
_version.py bump version to final 2.3.1 2023-02-24 10:04:41 -05:00
args.py Merge branch 'main' into install/refactor-configure-and-model-select 2023-02-22 14:22:52 -05:00
ckpt_to_diffuser.py fix ckpt_convert module to work with dreambooth v2 models 2023-02-23 15:43:58 -05:00
CLI.py fix ckpt_convert module to work with dreambooth v2 models 2023-02-23 15:43:58 -05:00
concepts_lib.py improve embed trigger token not found error 2023-01-19 15:46:58 -05:00
conditioning.py fix typeing to be compatible with python 3.9 2023-02-23 23:27:16 +01:00
devices.py fix(diffusers_pipeline): ensure cuda.get_mem_info always gets a specific device index. 2023-02-17 16:56:15 -08:00
globals.py add a sanity check to root directory finding algorithm 2023-02-23 10:15:01 -05:00
image_util.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
log.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
merge_diffusers.py Merge branch 'main' into install/refactor-configure-and-model-select 2023-02-20 14:48:41 -05:00
model_manager.py fix ckpt_convert module to work with dreambooth v2 models 2023-02-23 15:43:58 -05:00
offloading.py new OffloadingDevice loads one model at a time, on demand (#2596) 2023-02-16 23:48:27 +00:00
patchmatch.py defer patchmatch loading (#2039) 2022-12-20 15:32:35 -08:00
pngwriter.py correct bug when trying to enhance JPG images (#1928) 2022-12-11 13:48:47 -05:00
readline.py Add symmetry to generation (#2675) 2023-02-20 07:33:19 -05:00
seamless.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
server_legacy.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
server.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
txt2mask.py remove dead code 2023-02-03 17:35:35 -05:00