mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 19:42:34 +08:00
changed category
This commit is contained in:
parent
a0d9efc0df
commit
aa52bc2d34
@ -107,7 +107,7 @@ class LTXVLatentUpsamplerBySize:
|
|||||||
|
|
||||||
RETURN_TYPES = ("LATENT",)
|
RETURN_TYPES = ("LATENT",)
|
||||||
FUNCTION = "upsample_latent"
|
FUNCTION = "upsample_latent"
|
||||||
CATEGORY = "GiusTestNodes★/image"
|
CATEGORY = "latent/video"
|
||||||
DESCRIPTION = "Upscale latents to the desired size"
|
DESCRIPTION = "Upscale latents to the desired size"
|
||||||
|
|
||||||
def upsample_latent(cls, samples, upscale_method, upscale_model, vae, width, height, crop) -> tuple:
|
def upsample_latent(cls, samples, upscale_method, upscale_model, vae, width, height, crop) -> tuple:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user