Skip to content

Seed shortcut not operating as expected #476

@kmullinax

Description

@kmullinax

** First off, I want to THANK YOU for this amazing fork of SD. It's absolutely awesome. **

  • GPU: CUDA
  • VRAM: 8GB
  • CPU arch: x86
  • OS: Windows 11
  • Python: Miniconda3
  • Branch: on branch
  • Commit: 049ea02 (HEAD -> main, origin/main, origin/HEAD)

Describe the bug
When attempting to use the shortcut to rerun the last seed(s), the results are inconsistent and unknowable.
For instance, after running -n8, if I want to rerun the prompt with the 2nd image created, I should be able to enter -S-7 but the result is seemingly randomly any one of the 8 generated seeds.
I've error-tested it in multiple ways, adjusting for -1 incase the -S-1 is actually the second to last generated - that didn't work.
I've assumed that perhaps the second image of 8 was actually -S-2 and not -S-7, but that still doesn't work.
I thought maybe the order of the 8 images mattered, so I've tried it sorted on creation time and sorted on filename. Same results.

To Reproduce
Steps to reproduce the behavior:

  1. create 8 images
  2. attempt to reproduce the second image generated by rerunning the prompt with -S-7

Expected behavior
I expect that image2 will be recreated, but it's randomly any of the 8 originally images instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions