woctezuma / stable-diffusion-colab

Colab notebook for Stable Diffusion Hyper-SDXL.
https://github.com/Stability-AI/generative-models
MIT License
319 stars 81 forks source link

Add seed support #11

Closed redromnon closed 1 year ago

redromnon commented 1 year ago

This PR aims to set and display a random seed value after the images in the output. This could be useful for users. Moreover, this also makes it possible to set the seed manually.

Here, the seed is considered a signed 32-bit integer.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

woctezuma commented 1 year ago

Thank you!