InvokeAI/invokeai/app/util
Jonathan dc96a3e79d Fix random number generator
Passing in seed=0 is not equivalent to seed=None. The latter will get a new seed from entropy in the OS, and that's what we should be using.
2023-08-06 00:29:08 +10:00
..
__init__.py feat(nodes): add list_images endpoint 2023-04-09 13:48:44 +10:00
controlnet_utils.py Apply black 2023-07-27 10:54:01 -04: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 Fix random number generator 2023-08-06 00:29:08 +10:00
model_exclude_null.py feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
step_callback.py Apply black 2023-07-27 10:54:01 -04:00
thumbnails.py Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00