mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-25 07:05:44 -03:00
Update ttl_nn_latent_upscaler.py
This commit is contained in:
committed by
GitHub
parent
b22f09ad5a
commit
0c70bf32c4
@@ -311,3 +311,11 @@ class NNLatentUpscale:
|
|||||||
|
|
||||||
self.model.to(device=model_management.vae_offload_device())
|
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