Update src/pipeline.py
Browse files- src/pipeline.py +2 -2
src/pipeline.py
CHANGED
|
@@ -238,8 +238,8 @@ def load_pipeline() -> Pipeline:
|
|
| 238 |
"puzzlehead",
|
| 239 |
]
|
| 240 |
|
| 241 |
-
for
|
| 242 |
-
pipeline(prompt=
|
| 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,
|