Bump invocation versions for the multi-image IP feature.

This commit is contained in:
Ryan Dick
2023-10-14 13:28:50 -04:00
parent 49279bbe74
commit 35ebc9e18d
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ def get_scheduler(
title="Denoise Latents",
tags=["latents", "denoise", "txt2img", "t2i", "t2l", "img2img", "i2i", "l2l"],
category="latents",
version="1.3.0",
version="1.4.0",
)
class DenoiseLatentsInvocation(BaseInvocation):
"""Denoises noisy latents to decodable images"""