psychedelicious
eb976a2ab0
feat(ui): add dynamic prompts string generator (WIP)
2025-01-20 08:57:42 +11:00
psychedelicious
724028d974
feat(ui): port improved string parsing logic from string generator to float & int
2025-01-20 08:57:42 +11:00
psychedelicious
43c98fd99e
feat(ui): add string generator
2025-01-20 08:57:42 +11:00
psychedelicious
526d64a5e2
feat(nodes): add string generator
2025-01-20 08:57:42 +11:00
psychedelicious
58c6c6db53
feat(ui): make string collection component same as number collection
...
Same UI & better perf thanks to a different structure.
2025-01-20 08:57:42 +11:00
Kevin Turner
3848e1926b
chore(docker): reduce size between docker builds
...
by adding a layer with all the pytorch dependencies that don't change most of the time.
2025-01-18 09:10:54 -08:00
psychedelicious
8a41e09de3
feat(ui): seeded random generators
...
- Add JS Mersenne Twister implementation dependency to use as seeded PRNG. This is not a cryptographically secure algorithm.
- Add nullish seed field to float and integer random generators.
- Add UI to control the seed.
- When seed is not set, behaviour is unchanged - the values are randomized when you Invoke. When seed is set, the random distribution is deterministic depending on the seed. In this case, we can display the values to the user.
2025-01-18 08:45:56 +11:00
psychedelicious
c24eae1968
chore: bump version to v5.6.0rc4
v5.6.0rc4
2025-01-17 16:29:20 +11:00
psychedelicious
a6b207a0d9
fix(ui): string field textarea accidentally readonly
2025-01-17 16:17:13 +11:00
psychedelicious
eea5ecdd69
Update invokeai_version.py
v5.6.0rc3
2025-01-17 13:15:20 +11:00
psychedelicious
50de54dcfd
chore(ui): lint
2025-01-17 12:48:58 +11:00
psychedelicious
04b893f982
chore(ui): typegen
2025-01-17 12:48:58 +11:00
psychedelicious
4c655eeb48
chore(ui): lint
2025-01-17 12:48:58 +11:00
psychedelicious
298abab883
feat(ui): improved generator text area styling
2025-01-17 12:48:58 +11:00
psychedelicious
bd477ded2e
feat(ui): better preview for generators
2025-01-17 12:48:58 +11:00
psychedelicious
0b64d21980
tidy(ui): remove extraneous reset button on generators
2025-01-17 12:48:58 +11:00
psychedelicious
91d5f8537d
feat(ui): add integer & float parse string generators
2025-01-17 12:48:58 +11:00
psychedelicious
e498e1f07c
feat(ui): reworked float/int generators (arithmetic sequence, linear dist, uniform rand dist)
2025-01-17 12:48:58 +11:00
psychedelicious
73a3f195dc
fix(ui): remove nonfunctional button
2025-01-17 12:48:58 +11:00
psychedelicious
8cc790a030
fix(ui): batch size calculations
2025-01-17 12:48:58 +11:00
psychedelicious
57265c8869
feat(ui): rip out generator modal functionality
2025-01-17 12:48:58 +11:00
psychedelicious
66d08eaa1c
fix(ui): translation for generators
2025-01-17 12:48:58 +11:00
psychedelicious
d69e90ca5e
feat(ui): support integer generators
2025-01-17 12:48:58 +11:00
psychedelicious
f345fde512
fix(ui): use utils to get default float generator values
2025-01-17 12:48:58 +11:00
psychedelicious
508c702289
feat(nodes): remove default values for generator; let UI handle it
2025-01-17 12:48:58 +11:00
psychedelicious
8fbd2f9a97
feat(nodes): add integer generator nodes
2025-01-17 12:48:58 +11:00
psychedelicious
bfb26af36a
chore(ui): lint
2025-01-17 12:48:58 +11:00
psychedelicious
4400bc69f2
feat(ui): don't show generator preview for random generators
2025-01-17 12:48:58 +11:00
psychedelicious
10f2c0dc9a
feat(ui): support generator nodes (wip)
...
- Add `batch` property to field type object to differentiate between executable nodes and batch/generator nodes.
- Support for float generators
2025-01-17 12:48:58 +11:00
psychedelicious
5b0326fc49
chore(ui): typegen
2025-01-17 12:48:58 +11:00
psychedelicious
2f9a0a250d
feat(nodes): generators as nodes
2025-01-17 12:48:58 +11:00
psychedelicious
5d03328dc6
tidy(nodes): code dedupe for batch node init errors
2025-01-17 12:48:58 +11:00
psychedelicious
1fb32aec28
tidy(nodes): move batch nodes to own file
2025-01-17 12:48:58 +11:00
psychedelicious
2bbcd42036
chore(ui): knip
2025-01-17 12:34:54 +11:00
psychedelicious
2f40f7bafd
tweak(ui): error verbiage for collection size mismatch
2025-01-17 12:34:54 +11:00
psychedelicious
65dd01bf3a
fix(ui): invoke tooltip for invalid/empty batches
2025-01-17 12:34:54 +11:00
psychedelicious
81fc525f8a
chore(ui): lint
2025-01-17 12:34:54 +11:00
psychedelicious
d2dd5ee408
fix(ui): unclosed JSX tag
2025-01-17 12:34:54 +11:00
psychedelicious
b4b1daeb26
feat(ui): validate all batch nodes have connection
2025-01-17 12:34:54 +11:00
psychedelicious
90c4c10e14
feat(ui): show batch group in node title
2025-01-17 12:34:54 +11:00
psychedelicious
30e33d30d5
fix(ui): handle batch group ids of "None" correctly
2025-01-17 12:34:54 +11:00
psychedelicious
3df3be6c34
tweak(ui): enum field selects have size="sm"
2025-01-17 12:34:54 +11:00
psychedelicious
4e917bf2b2
chore(ui): typegen
2025-01-17 12:34:54 +11:00
psychedelicious
26e6e28a13
feat(nodes): add title for batch_group_id field
2025-01-17 12:34:54 +11:00
psychedelicious
f9cee42a06
tweak(ui): node editor layout padding
2025-01-17 12:34:54 +11:00
psychedelicious
1b8da023b8
chore(ui): typegen
2025-01-17 12:34:54 +11:00
psychedelicious
05f1026812
feat(nodes): batch_group_id is a literal of options
2025-01-17 12:34:54 +11:00
psychedelicious
ca1bd254ea
feat(ui): rename "link_id" -> "batch_group_id"
2025-01-17 12:34:54 +11:00
psychedelicious
29645326b9
chore(ui): typegen
2025-01-17 12:34:54 +11:00
psychedelicious
c23a2abc82
feat(nodes): rename "link_id" -> "batch_group_id"
2025-01-17 12:34:54 +11:00