mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-24 21:40:50 +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
|
||||
|
||||
def load_model_weights(self, sd, unet_prefix=""):
|
||||
import pdb; pdb.set_trace()
|
||||
to_load = {}
|
||||
keys = list(sd.keys())
|
||||
for k in keys:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user