mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-09 05:40:49 +08:00
.
This commit is contained in:
parent
db74a27870
commit
74621b9d86
@ -117,7 +117,7 @@ class SeedVR2InputProcessing(io.ComfyNode):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def execute(cls, images, vae, resolution_height, resolution_width):
|
def execute(cls, images, vae, resolution_height, resolution_width):
|
||||||
comfy.model_management.load_models_gpu([vae.patcher], force_full_load=True)
|
comfy.model_management.load_models_gpu([vae.patcher])
|
||||||
device = vae.patcher.load_device
|
device = vae.patcher.load_device
|
||||||
|
|
||||||
offload_device = comfy.model_management.intermediate_device()
|
offload_device = comfy.model_management.intermediate_device()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user