mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Update city96_latent_upscaler.py
This commit is contained in:
committed by
GitHub
parent
9090556dcd
commit
b22f09ad5a
@@ -85,4 +85,10 @@ class LatentUpscaler:
|
||||
mask = torch.nn.functional.interpolate(samples['noise_mask'], scale_factor=float(scale_factor), mode='bicubic')
|
||||
return ({"samples": lt, "noise_mask": mask},)
|
||||
return ({"samples": lt},)
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"LatentUpscaler": LatentUpscaler,
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"LatentUpscaler": "EFF-Latent Upscaler"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user