Commit 2c580c72 authored by novelailab's avatar novelailab

Maybe fix JIT...

parent 1861450d
......@@ -311,7 +311,7 @@ class StableDiffusionModel(nn.Module):
config = self.get_default_config
config.steps = 1
config.prompt = ""
self.sample(config, ema=ema)
self.sample(config)
def from_folder(self, folder):
folder = Path(folder)
......
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