Commit Graph

93 Commits (main)

Author SHA1 Message Date
ljleb 1d86996ac4
fix fp64 not supported by intel hardware (#79)
* fix

* dtype in diff space only
2023-12-12 20:00:15 -05:00
ljleb a18775603a
Update readme.md 2023-12-10 17:54:15 -05:00
ljleb 0914a71572
fix (#77) 2023-11-28 22:08:45 -05:00
ljleb ea907b1801
Update readme.md 2023-11-27 23:35:34 -05:00
ljleb 8692c63aa4
average V1 (#76)
* basic impl

* split tests

* split tests
2023-11-27 23:00:22 -05:00
ljleb 676beea9c3
forward float steps (#74) 2023-10-15 22:29:40 -04:00
ljleb 95ff81c8cd
New hrfix float syntax (#73)
* new hrfix float syntax

* respect user settings
2023-10-13 19:36:11 -04:00
ljleb a3ba3075c7
Update readme.md 2023-09-21 17:42:42 -04:00
ljleb 3465fd9e19
Update readme.md 2023-09-21 17:42:10 -04:00
ljleb 5c6968dbb6
fix first hr (#71) 2023-09-05 19:11:05 -04:00
ljleb e1ab6fa346
fix nested interpolations (#69)
* fix nested interppolations

* build now actually builds something
2023-09-04 16:33:45 -04:00
ljleb 44a8641a1f
fix ad (#66) 2023-09-01 19:45:40 -04:00
ljleb 1b5b719d28
Update readme.md 2023-08-31 17:34:20 -04:00
ljleb 9744a6435f
alternating interpolation syntax (#54)
* add tests

* implementation

* parse editing first

* fix interpolation schedule

* negative speed

* weight means take over

---------

Co-authored-by: ljleb <set>
2023-08-31 15:29:08 -04:00
ljleb 076bc91cb8
fix cond schedule resizing (#64) 2023-08-31 09:59:26 -04:00
ljleb dd312169f3 fix negative prompt origin for old webui version 2023-08-30 23:27:01 -04:00
ljleb be8fd92093
Delete docs directory 2023-08-30 20:50:04 -04:00
ljleb 4805b9f085
support for webui 1.5.x and 1.6.0 (#61)
* i did something funny that does not work

* lost some changes

* it works now!

* simplify

* improvements

* div by 0

* multithreading, lru cache, assume linear step sections when omitted

* nuke lru cache and threads

* improvements, negative cond compat, reload, etc

* small refactor

* refact

* refact\

* refact

* remove main

* watever

* use is_negative_prompt

* dont importlib

* rename

* fix 1.5.x and 1.6.0

* fix

* move stuff

* no if

---------

Co-authored-by: ljleb <set>
2023-08-30 20:46:22 -04:00
ljleb b13617442d
rename enabled option (#53)
Co-authored-by: ljleb <set>
2023-07-08 17:21:15 -04:00
ljleb c8748ddc2d
fix: forward empty prompt editing to webui (#51)
* fix empty prompt editing

* add test case

* move test cases

* refact

* refact

* refact

---------

Co-authored-by: ljleb <set>
2023-06-10 21:24:15 -04:00
ljleb 8b8a2810d3
test mirror 2023-05-28 18:17:36 -04:00
ljleb 992ef374f1
test mirror 2023-05-28 18:15:11 -04:00
ljleb 7a3080130b Update readme.md 2023-05-28 17:34:19 -04:00
ljleb 5cc91c4717
update install instructions 2023-05-03 22:56:11 -04:00
ljleb 2b4d46a199
Update readme.md 2023-05-03 22:52:05 -04:00
ljleb 5e0788d90c
Update readme.md 2023-05-03 22:51:36 -04:00
ljleb d51f6df839
typo 2023-04-10 18:48:17 -04:00
ljleb cfe42b3eb0
add variables and functions to readme 2023-04-10 18:47:52 -04:00
Johnwl 9f6a636434
adding function parsing (#44)
* adding function parsing

* refactor a little bit
2023-03-29 21:35:49 -04:00
ljleb e3fc8f5a66
rename fusion -> prompt fusion 2023-03-17 16:46:59 -04:00
ljleb fb4c72220b
update requirements.txt 2023-02-06 11:16:03 -05:00
ljleb 8cc19f3f16
rewrite parser (#42)
* rewrite parser

* dont mix attention and attention interpolation impls

* interpolations

* refact

* add variables

* add step variables

* add backslash support

* better backslashes

* readability
2023-02-05 14:50:40 -05:00
ljleb a4296cfe41
add option to shallow-disable extension without undoing hijacks (#39)
* add option to shallow-disable extension without undoing hijacks

* move checkbox to settings section

* single quotes
2023-02-01 16:49:34 -05:00
ljleb 3a4b257ef1
offset first example step numbers 2023-02-01 14:25:21 -05:00
ljleb 7e900317b3
Update readme.md 2023-01-31 01:06:53 -05:00
ljleb dabc763b9a
update related projects section 2023-01-31 01:05:54 -05:00
ljleb c5604199cf
add parser tests back (#36)
* parser tests

* remove sys import before call

* remove unused code

* move tests to folder

* refact

* refact

* more test cases

* run all

* refact
2023-01-31 00:41:32 -05:00
Johnwl 22e5f0122b
Update readme.md 2023-01-30 22:36:32 -05:00
Johnwl e085b4fcbf
Update readme.md 2023-01-30 22:33:28 -05:00
Johnwl 5894bea632
add reference to prompt blending (similar feature) 2023-01-30 22:32:59 -05:00
ljleb 44a483a35a
fix prompt editing ratios (#33)
* fix prompt interpolation ratios

* dont context aware

* dont context aware
2023-01-29 01:26:39 -05:00
ljleb 1f7ad3617a
weight -> attention 2023-01-28 09:43:04 -05:00
ljleb b1c5f4638d
add mit license 2023-01-28 09:34:53 -05:00
ljleb 83da79d3fe
Update readme.md 2023-01-27 22:08:55 -05:00
ljleb 216e5e4e93
Update readme.md 2023-01-27 21:47:35 -05:00
ljleb 93767b09e3
fix empty cond not tokenizing at start of webui for some reason (#30)
* fix empty cond not tokenizing for some reason

* use default value

* refact
2023-01-27 21:13:38 -05:00
ljleb 6c4dd1c7f7
Add support for interpolation between embeds of different sizes (#27)
* off by one potatoe mistake

* uniformly resize embeds of different size within an interpolation tensor

* refactor

* call model directly

* off by one float fix
2023-01-26 21:41:52 -05:00
ljleb 0492b3cbd0
spaces for readability 2023-01-26 19:32:33 -05:00
ljleb 7ea21f6133
off by one potatoe mistake (#26) 2023-01-26 17:41:55 -05:00
ljleb 3b7a2b9485
Update readme.md 2023-01-26 17:33:52 -05:00