mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +00:00
- The seed printed needs to be the one generated prior to the initial noising operation. To do this, I added a new "first_seed" argument to the image callback in dream.py. - Closes #641