InvokeAI/invokeai/app/invocations
Sergey Borisov fbbc4b3f69 Fixes
2023-07-18 16:51:16 +03: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(nodes): add ImageCollection node in prep for batch processing 2023-07-04 00:18:27 +10:00
compel.py Disable lazy offloading on disabled vram cache, move resulted tensors to cpu(to not stack vram tensors in cache), fix - text encoder not freed(detach) 2023-07-18 16:20:25 +03:00
controlnet_image_processors.py feat(nodes): valid controlnet weights are -1 to 2 2023-07-15 19:56:44 +10:00
cv.py feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00
generate.py Fixes 2023-07-18 16:51:16 +03:00
image.py Allow ImageResizeInvocation w/h to take inputs from other nodes (#3765) 2023-07-15 05:34:13 +12:00
infill.py Union[foo, None]=>Optional[foo] 2023-07-03 12:17:45 -04:00
latent.py Fixes 2023-07-18 16:51:16 +03:00
math.py Added nodes for float params: ParamFloatInvocation and FloatCollectionOutput. Also added FloatOutput. 2023-05-26 21:44:00 -04:00
metadata.py feat(db,nodes,api): refactor metadata 2023-07-13 15:40:05 +10:00
model.py add differentiated sdxl and sdxl_refiner model loaders 2023-07-16 12:17:56 -04:00
noise.py Disable lazy offloading on disabled vram cache, move resulted tensors to cpu(to not stack vram tensors in cache), fix - text encoder not freed(detach) 2023-07-18 16:20:25 +03:00
param_easing.py fix(nodes): use context for logger in param_easing 2023-06-27 23:30:10 -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 revert conflict 2023-06-15 01:05:16 +10:00
reconstruct.py Union[foo, None]=>Optional[foo] 2023-07-03 12:17:45 -04:00
sdxl.py Fixes 2023-07-18 16:51:16 +03:00
upscale.py Union[foo, None]=>Optional[foo] 2023-07-03 12:17:45 -04:00