mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-30 05:41:11 -08:00
fixes for B007
This commit is contained in:
parent
550256db1c
commit
a5121e7a06
28 changed files with 57 additions and 62 deletions
|
|
@ -247,7 +247,7 @@ Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 965400086, Size: 512x512, Model
|
|||
lines.append(lastline)
|
||||
lastline = ''
|
||||
|
||||
for i, line in enumerate(lines):
|
||||
for line in lines:
|
||||
line = line.strip()
|
||||
if line.startswith("Negative prompt:"):
|
||||
done_with_prompt = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue