InvokeAI/invokeai/frontend/web/src/app/constants.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
75 B
TypeScript
Raw Normal View History

export const NUMPY_RAND_MIN = 0;
export const NUMPY_RAND_MAX = 4294967295;