InvokeAI/invokeai/app
skunkworxdark 0f0366f1f3
Update collections.py (#4513)
* Update collections.py

RangeOfSizeInvocation was not taking step into account when generating the end point of the range

* - updated the node description to refelect this mod
- added a gt=0 constraint to ensure only a positive size of the range
- moved the + 1 to be on the size. To ensure the range is the requested size in cases where the step is negative
- formatted with Black

* Removed +1 from the range calculation

---------

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-09-13 18:26:41 +10:00
..
api isort wip 2023-09-12 13:01:58 -04:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli isort wip 2023-09-12 13:01:58 -04:00
invocations Update collections.py (#4513) 2023-09-13 18:26:41 +10:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services Apply black, isort, flake8 2023-09-12 13:01:58 -04:00
util isort wip 2023-09-12 13:01:58 -04:00
api_app.py feat: parse config before importing anything else 2023-09-08 13:24:37 -04:00
cli_app.py feat: parse config before importing anything else 2023-09-08 13:24:37 -04:00