Commit 8e15b74d authored by kurumuz's avatar kurumuz

ok

parent 74c57c46
......@@ -194,7 +194,7 @@ class StableDiffusionModel(nn.Module):
self.config = config
self.premodules = None
if self.config.use_s3 == '1':
self.model = self.from_url(self.config.model_path)
model, model_config = self.from_url(self.config.model_path)
else:
if Path(self.config.model_path).is_dir():
......
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