InvokeAI/invokeai/app
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
..
api Merge branch 'main' into feat/execution-stats 2023-08-03 19:49:00 -04:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli Run python black 2023-07-28 09:46:44 -04:00
invocations folded in changes from 4099 2023-08-04 18:24:47 -04:00
models Run python black 2023-07-28 09:46:44 -04:00
services add --ignore_missing_core_models CLI flag to bypass checking for missing core models 2023-08-05 12:05:24 +10:00
util Fix random number generator 2023-08-06 00:29:08 +10:00
api_app.py Run python black 2023-07-28 09:46:44 -04:00
cli_app.py added stats service to the cli_app startup 2023-08-02 18:41:43 -04:00