mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-31 17:21:03 +08:00
add debug log
This commit is contained in:
parent
2b222962c3
commit
c1eac555c0
@ -291,6 +291,7 @@ class BaseModel(torch.nn.Module):
|
|||||||
return out
|
return out
|
||||||
|
|
||||||
def load_model_weights(self, sd, unet_prefix=""):
|
def load_model_weights(self, sd, unet_prefix=""):
|
||||||
|
import pdb; pdb.set_trace()
|
||||||
to_load = {}
|
to_load = {}
|
||||||
keys = list(sd.keys())
|
keys = list(sd.keys())
|
||||||
for k in keys:
|
for k in keys:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user