mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Update ttl_nn_latent_upscaler.py
This commit is contained in:
committed by
GitHub
parent
b22f09ad5a
commit
0c70bf32c4
@@ -310,4 +310,12 @@ class NNLatentUpscale:
|
||||
latent_out = latent_out.to(device="cpu")
|
||||
|
||||
self.model.to(device=model_management.vae_offload_device())
|
||||
return ({"samples": latent_out},)
|
||||
return ({"samples": latent_out},)
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"NNLatentUpscale": NNLatentUpscale
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"NNlLatentUpscale": "EFF-NN Latent Upscale"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user