patrickvonplaten commited on
Commit
6e626f3
·
1 Parent(s): ae23482

correct vocab

Browse files
Files changed (1) hide show
  1. run_local.py +1 -1
run_local.py CHANGED
@@ -20,7 +20,7 @@ path = "patrickvonplaten/papa_out_5"
20
  pipe = StableDiffusionPipeline.from_pretrained(path, safety_checker=None, torch_dtype=torch.float16)
21
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
22
  pipe = pipe.to("cuda")
23
- counter = 0
24
 
25
  for b in begin:
26
  for m in mid:
 
20
  pipe = StableDiffusionPipeline.from_pretrained(path, safety_checker=None, torch_dtype=torch.float16)
21
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
22
  pipe = pipe.to("cuda")
23
+ counter = 1000
24
 
25
  for b in begin:
26
  for m in mid: