InvokeAI/invokeai/app/util
psychedelicious d5a75eb833 feat: increase seed from int32 to uint32
At some point I typo'd this and set the max seed to signed int32 max. It should be *un*signed int32 max.

This restored the seed range to what it was in v2.3.
2023-07-24 16:34:50 +10:00
..
__init__.py feat(nodes): add list_images endpoint 2023-04-09 13:48:44 +10:00
controlnet_utils.py Added pixel_perfect_resolution() method to controlnet_utils.py, but not using yet. To be usable this will likely require modification of ControlNet preprocessors 2023-07-20 00:41:49 -07:00
metadata.py feat(db,nodes,api): refactor metadata 2023-07-13 15:40:05 +10:00
metaenum.py feat(nodes): address feedback 2023-05-24 11:30:47 -04:00
misc.py feat: increase seed from int32 to uint32 2023-07-24 16:34:50 +10:00
step_callback.py Add sdxl generation preview 2023-07-20 18:45:54 +03:00
thumbnails.py Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00