MyApricity commited on
Commit
7cf7a66
·
verified ·
1 Parent(s): 24f9b3f

Update src/pipeline.py

Browse files
Files changed (1) hide show
  1. src/pipeline.py +2 -2
src/pipeline.py CHANGED
@@ -238,8 +238,8 @@ def load_pipeline() -> Pipeline:
238
  "puzzlehead",
239
  ]
240
 
241
- for __ in prms:
242
- pipeline(prompt=p,
243
  width=1024,
244
  height=1024,
245
  guidance_scale=0.0,
 
238
  "puzzlehead",
239
  ]
240
 
241
+ for prompt in prms:
242
+ pipeline(prompt=prompt,
243
  width=1024,
244
  height=1024,
245
  guidance_scale=0.0,