InvokeAI/invokeai/app/invocations
Brandon Rising 2d185fb766 Run ruff
2024-08-26 20:17:50 -04:00
..
custom_nodes fix(nodes): gracefully handle custom nodes init error 2024-04-02 13:25:14 +11:00
__init__.py fix(config): remove unnecessary resolve on config path 2024-03-19 09:24:28 +11:00
baseinvocation.py Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04:00
blend_latents.py Move BlendLatentsInvocation to its own file. No functional changes. 2024-06-07 09:28:42 -04:00
collections.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
compel.py Make lora as separate extensions 2024-07-27 02:39:53 +03:00
constants.py Fix static type errors with SCHEDULER_NAME_VALUES. And, avoid bi-directional cross-directory imports, which contribute to circular import issues. 2024-07-05 07:38:35 -07:00
controlnet_image_processors.py fix: Update depth anything node default to v2 2024-07-31 23:52:29 +05:30
create_denoise_mask.py Fix all comparisons against the DEFAULT_PRECISION constant. DEFAULT_PRECISION is a torch.dtype. Previously, it was compared to a str in a number of places where it would always resolve to False. This is a bugfix that results in a change to the default behavior. In practice, this will not change the behavior for many users, because it only causes a change in behavior if a users has configured float32 as their default precision. 2024-06-14 11:26:10 -07:00
create_gradient_mask.py Update gradient mask node version 2024-07-26 19:33:41 +03:00
crop_latents.py Move CropLatentsCoreInvocation to its own file. No functional changes. 2024-06-07 09:28:42 -04:00
cv.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
denoise_latents.py Merge branch 'main' into stalker-modular_lora 2024-07-31 15:13:22 -04:00
facetools.py chore: bump nodes versions 2024-03-20 10:28:07 +11:00
fields.py Switch flux to using its own conditioning field 2024-08-26 20:17:50 -04:00
flux_text_encoder.py Switch flux to using its own conditioning field 2024-08-26 20:17:50 -04:00
flux_text_to_image.py Run ruff 2024-08-26 20:17:50 -04:00
grounding_dino.py Expose all model options in the GroundingDinoInvocation and the SegmentAnythingInvocation. 2024-08-01 14:23:32 -04:00
ideal_size.py Move IdealSizeInvocation to its own file. No functional changes. 2024-06-07 09:28:42 -04:00
image_to_latents.py Expose the VAE tile_size on the VAE encode and decode invocations. 2024-07-02 09:07:03 -04:00
image.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
infill.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
ip_adapter.py feat(nodes): make all ModelIdentifierField inputs accept connections 2024-05-19 20:14:01 +10:00
latents_to_image.py Remove old seamless class 2024-07-23 18:04:33 +03:00
mask.py (minor) Tweak order of mask operations. 2024-08-01 10:12:24 -04:00
math.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
metadata.py Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04:00
model.py ruff 2024-08-26 20:17:50 -04:00
noise.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
param_easing.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
primitives.py Switch flux to using its own conditioning field 2024-08-26 20:17:50 -04:00
prompt.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
resize_latents.py Move ScaleLatentsInvocation and ResizeLatentsInvocation to their own file. No functional changes. 2024-06-07 09:28:42 -04:00
scheduler.py Fix static type errors with SCHEDULER_NAME_VALUES. And, avoid bi-directional cross-directory imports, which contribute to circular import issues. 2024-07-05 07:38:35 -07:00
sdxl.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
segment_anything.py Expose all model options in the GroundingDinoInvocation and the SegmentAnythingInvocation. 2024-08-01 14:23:32 -04:00
spandrel_image_to_image.py feat(nodes): split spandrel node 2024-07-24 08:22:46 +10:00
strings.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
t2i_adapter.py feat(nodes): make all ModelIdentifierField inputs accept connections 2024-05-19 20:14:01 +10:00
tiled_multi_diffusion_denoise_latents.py Fix function call that we forgot to update in https://github.com/invoke-ai/InvokeAI/pull/6606 2024-07-19 17:07:52 -04:00
tiles.py chore: bump nodes versions 2024-03-20 10:28:07 +11:00
upscale.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
util.py fix(nodes): fix constraints/validation for controlnet 2024-01-02 07:28:53 -05:00