aaronb commited on
Commit
c8497e9
1 Parent(s): b590d3e
Files changed (1) hide show
  1. gradio_dmd.py +1 -1
gradio_dmd.py CHANGED
@@ -9,7 +9,7 @@ from scheduling_dmd import DMDScheduler
9
 
10
  parser = argparse.ArgumentParser()
11
  parser.add_argument("--unet-path", type='Lykon/dreamshaper-8')
12
- parser.add_argument("--model-path", type='aaronb/dreamshaper-8-dmd-1kstep')
13
  args = parser.parse_args()
14
 
15
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
9
 
10
  parser = argparse.ArgumentParser()
11
  parser.add_argument("--unet-path", type='Lykon/dreamshaper-8')
12
+ parser.add_argument("--model-path", type='aaronb/dreamshaper-8-dmd-kl-only-6kstep')
13
  args = parser.parse_args()
14
 
15
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")