Vladimir Mandic
|
cb307399dd
|
jumbo merge
|
2023-06-13 11:59:56 -04:00 |
|
Vladimir Mandic
|
fcb9bde068
|
add pause button
|
2023-05-31 11:47:22 -04:00 |
|
Vladimir Mandic
|
54257dd226
|
refactoring for pylint
|
2023-05-28 17:09:58 -04:00 |
|
Vladimir Mandic
|
a64bb4375a
|
minor upadtes
|
2023-05-22 10:50:59 -04:00 |
|
Vladimir Mandic
|
d647bb5c05
|
minor updates
|
2023-05-21 18:49:07 -04:00 |
|
Vladimir Mandic
|
2ce9852cff
|
update
|
2023-05-20 13:14:04 -04:00 |
|
Vladimir Mandic
|
f8f81f86e6
|
update prompt parser and image size
|
2023-05-20 13:12:50 -04:00 |
|
Vladimir Mandic
|
335ad42fc8
|
fix segment delimiter
|
2023-05-20 09:35:14 -04:00 |
|
Vladimir Mandic
|
527dc0eedf
|
update parser
|
2023-05-18 19:46:11 -04:00 |
|
Vladimir Mandic
|
fef49279f8
|
update
|
2023-05-18 15:41:52 -04:00 |
|
Vladimir Mandic
|
1ef3c69804
|
add compel parser
|
2023-05-17 08:29:04 -04:00 |
|
Vladimir Mandic
|
6936804474
|
add compatiblity prompt parser
|
2023-05-17 07:07:51 -04:00 |
|
Vladimir Mandic
|
ff4f94fc2a
|
fixes
|
2023-05-16 18:05:29 -04:00 |
|
Vladimir Mandic
|
e737419ba4
|
update
|
2023-05-15 13:05:05 -04:00 |
|
Vladimir Mandic
|
1b73161e4d
|
update prompt parser
|
2023-05-15 12:25:41 -04:00 |
|
Disty0
|
8171d57c36
|
Remove unnecessary IPEX imports
|
2023-05-04 02:34:34 +03:00 |
|
Disty0
|
de8d0bef9f
|
More patches and Import IPEX after Torch
|
2023-04-30 18:19:37 +03:00 |
|
Vladimir Mandic
|
02f93037c8
|
fix prompt parser
|
2023-04-01 07:53:23 -04:00 |
|
Vladimir Mandic
|
61032b8d9b
|
stricter linting
|
2023-03-30 12:11:18 -04:00 |
|
Vladimir Mandic
|
f6679fcc77
|
add global exception handler
|
2023-03-17 10:08:07 -04:00 |
|
AUTOMATIC
|
8e2aeee4a1
|
add BREAK keyword to end current text chunk and start the next
|
2023-01-15 22:29:53 +03:00 |
|
catboxanon
|
ab388d6f8b
|
Remove compat option check for prompt parser
|
2023-01-11 08:59:47 -05:00 |
|
catboxanon
|
7e45fba55b
|
Fix prompt parser default step transformer w/ test
|
2023-01-10 21:47:03 -05:00 |
|
Ikko Ashimine
|
bb0e7232b3
|
Fix typo in prompt_parser.py
assoicated -> associated
|
2022-10-19 11:52:12 +03:00 |
|
Artem Zagidulin
|
a5550f0213
|
alternate prompt
|
2022-10-08 18:12:19 +03:00 |
|
AUTOMATIC
|
7001bffe02
|
fix AND broken for long prompts
|
2022-10-08 15:43:25 +03:00 |
|
AUTOMATIC
|
2d3ea42a2d
|
workaround for a mysterious bug where prompt weights can't be matched
|
2022-10-06 13:21:12 +03:00 |
|
DepFA
|
af02ee1297
|
Merge branch 'master' into use-typing-list
|
2022-10-05 23:02:45 +01:00 |
|
DepFA
|
34c358d10d
|
use typing.list in prompt_parser.py for wider python version support
|
2022-10-05 22:11:30 +01:00 |
|
AUTOMATIC
|
20f8ec877a
|
remove type annotations in new code because presumably they don't work in 3.7
|
2022-10-06 00:09:32 +03:00 |
|
AUTOMATIC
|
f8e41a96bb
|
fix various float parsing errors
|
2022-10-05 23:52:05 +03:00 |
|
AUTOMATIC
|
c26732fbee
|
added support for AND from https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
|
2022-10-05 23:16:27 +03:00 |
|
Rae Fu
|
90e911fd54
|
prompt_parser: allow spaces in schedules, add test, log/ignore errors
Only build the parser once (at import time) instead of for each step.
doctest is run by simply executing modules/prompt_parser.py
|
2022-10-04 20:26:15 +03:00 |
|
AUTOMATIC
|
1eb588cbf1
|
remove functools.cache as some people are having issues with it
|
2022-10-04 18:02:01 +03:00 |
|
dan
|
2f1b61d979
|
Allow nested structures inside schedules
|
2022-10-04 14:22:41 +03:00 |
|
AUTOMATIC
|
4127f4aff8
|
fix program breaking on empty prompt
|
2022-09-29 11:39:55 +03:00 |
|
AUTOMATIC
|
c1c27dad3b
|
new implementation for attention/emphasis
|
2022-09-29 11:31:48 +03:00 |
|
AUTOMATIC
|
01c93a8400
|
use model's dtype for #707
|
2022-09-19 18:39:21 +03:00 |
|
C43H66N12O12S2
|
cf28445f10
|
fix cpu usage
|
2022-09-19 18:36:32 +03:00 |
|
AUTOMATIC
|
0fde1f3eac
|
oh hey i broke batches with this
|
2022-09-15 18:05:42 +03:00 |
|
AUTOMATIC
|
f2693bec08
|
prompt editing
|
2022-09-15 13:10:16 +03:00 |
|