Fooocus GitHub Bot Commit

This commit is generated by a GitHub bot of Fooocus
This commit is contained in:
lllyasviel
2023-11-11 10:20:02 -08:00
parent 3d180e9eb6
commit fd4a5b2eaf
2 changed files with 2 additions and 2 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("missing", m)
print("Visited extra keys:", m)
return model
def load_clip_weights(model, sd):