fix(nodes): bump version of nodes post-pydantic v2

This commit is contained in:
psychedelicious
2023-11-16 11:14:26 +11:00
parent ae749ada6e
commit 5cb3fdb64c
8 changed files with 50 additions and 50 deletions

View File

@ -790,7 +790,7 @@ class DenoiseLatentsInvocation(BaseInvocation):
title="Latents to Image",
tags=["latents", "image", "vae", "l2i"],
category="latents",
version="1.0.0",
version="1.1.0",
)
class LatentsToImageInvocation(BaseInvocation, WithMetadata, WithWorkflow):
"""Generates an image from latents."""