mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
more grammar fixes
This commit is contained in:
@@ -86,7 +86,7 @@ def get_learned_conditioning_prompt_schedules(prompts, steps):
|
||||
yield args[(step - 1) % len(args)]
|
||||
def start(self, args):
|
||||
def flatten(x):
|
||||
if type(x) == str:
|
||||
if isinstance(x, str):
|
||||
yield x
|
||||
else:
|
||||
for gen in x:
|
||||
|
Reference in New Issue
Block a user