mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-24 14:42:12 -03:00
Merge pull request #44 from jags111/jags111-patch-1
Update ttl_nn_latent_upscaler.py
This commit is contained in:
@@ -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