MyApricity commited on
Commit
3f21de6
·
verified ·
1 Parent(s): d25aa2d

Update src/pipeline.py

Browse files
Files changed (1) hide show
  1. src/pipeline.py +2 -2
src/pipeline.py CHANGED
@@ -225,8 +225,8 @@ def load_pipeline() -> Pipeline:
225
  "puzzlehead",
226
  ]
227
 
228
- for __ in prms:
229
- pipeline(prompt=p,
230
  width=1024,
231
  height=1024,
232
  guidance_scale=0.0,
 
225
  "puzzlehead",
226
  ]
227
 
228
+ for warmprompt in prms:
229
+ pipeline(prompt=warmprompt,
230
  width=1024,
231
  height=1024,
232
  guidance_scale=0.0,