Skip to content

Commit

Permalink
Update nodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kijai committed Dec 23, 2024
1 parent f52a49f commit ebb267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def loadmodel(self, model, base_precision, load_device, quantization,
patcher.model["manual_offloading"] = manual_offloading
patcher.model["quantization"] = "disabled"
patcher.model["block_swap_args"] = block_swap_args
patcher.model["auto_offload"] = auto_cpu_offload
patcher.model["auto_cpu_offload"] = auto_cpu_offload

return (patcher,)

Expand Down

0 comments on commit ebb267b

Please sign in to comment.