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

@ -29,7 +29,7 @@ if choose_torch_device() == torch.device("mps"):
from torch import mps
@invocation("esrgan", title="Upscale (RealESRGAN)", tags=["esrgan", "upscale"], category="esrgan", version="1.1.0")
@invocation("esrgan", title="Upscale (RealESRGAN)", tags=["esrgan", "upscale"], category="esrgan", version="1.2.0")
class ESRGANInvocation(BaseInvocation, WithWorkflow, WithMetadata):
"""Upscales an image using RealESRGAN."""