mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-13 17:20:01 +00:00
skip_load_model -> force_full_load (#11390)
This should be a bit more clear and less prone to potential breakage if the logic of the load models changes a bit.
This commit is contained in:
@@ -44,7 +44,7 @@ class TrainGuider(comfy_extras.nodes_custom_sampler.Guider_Basic):
|
||||
noise.shape,
|
||||
self.conds,
|
||||
self.model_options,
|
||||
skip_load_model=True, # skip load model as we manage it in TrainLoraNode.execute()
|
||||
force_full_load=True, # mirror behavior in TrainLoraNode.execute() to keep model loaded
|
||||
)
|
||||
)
|
||||
device = self.model_patcher.load_device
|
||||
|
||||
Reference in New Issue
Block a user