mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-07 11:00:43 -08:00
[BUG] Not Working As Intended - create a directory with name derived from the prompt #306
This commit is contained in:
parent
c205a07fbc
commit
a4416f3585
8 changed files with 28 additions and 27 deletions
|
|
@ -82,6 +82,6 @@ class Script(scripts.Script):
|
|||
processed.images.insert(0, grid)
|
||||
|
||||
if opts.grid_save:
|
||||
images.save_image(processed.images[0], p.outpath_grids, "prompt_matrix", prompt=original_prompt, seed=processed.seed)
|
||||
images.save_image(processed.images[0], p.outpath_grids, "prompt_matrix", prompt=original_prompt, seed=processed.seed, p=p)
|
||||
|
||||
return processed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue