Bump DenoiseLatentsInvocation version.

This commit is contained in:
Ryan Dick 2023-10-06 18:20:59 -04:00 committed by Kent Keirsey
parent e1b576c72d
commit 9c720da021

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.2.0",
version="1.3.0",
)
class DenoiseLatentsInvocation(BaseInvocation):
"""Denoises noisy latents to decodable images"""