Fooocus GitHub Bot Commit

This commit is generated by a GitHub bot of Fooocus
This commit is contained in:
lllyasviel
2023-11-11 23:46:55 -08:00
parent 448fb6e7ea
commit 38b01230f2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def load_model_weights(model, sd):
w = sd.pop(x)
del w
if len(m) > 0:
print("Visited extra keys:", m)
print("extra keys", m)
return model
def load_clip_weights(model, sd):