BinaryQuantumSoul / sdnext-modernui

SD.Next ModernUI
GNU Affero General Public License v3.0
18 stars 7 forks source link

[Feature] Control missing re-use seed button #15

Closed brknsoul closed 5 months ago

Disty0 commented 5 months ago

Seems like this feature is missing in the backend.

vladmandic commented 5 months ago

reuse seed implementation dates from a1111 days and is really bad, it basically does a text parse of the status line string that ui placed in txt2img interface. i don't want to print random text in control tab just to be able to parse it later, this feature needs complete rewrite - and until that happens, its disabled in core.

BinaryQuantumSoul commented 5 months ago

Indeed it will need to be rewritten for control tab backend. Once it's done we can unhide it from modernui (it's already there but hidden)