Commit 6be043cc authored by novelailab's avatar novelailab

Fix copied_ema default.

parent 3f7bc418
......@@ -251,7 +251,7 @@ class StableDiffusionModel(nn.Module):
}
if config.prior_path:
self.prior = VectorAdjustPrior.load_model(config.prior_path).to(self.device)
self.copied_ema = True
self.copied_ema = False
@property
def get_default_config(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment