tim h
07f0539c2e
this was never a fix anyway
...
see https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11569 and https://github.com/Mikubill/sd-webui-controlnet/issues/1719
2023-07-02 14:02:13 -05:00
tim h
656f237c71
proof of concept
2023-06-30 22:01:10 -05:00
tim h
899c2cb592
version bump lol
2023-04-10 18:00:34 -05:00
tim h
05aa2bef5f
Merge pull request #224 from zero01101/seijihariki/issue223
...
feat: Selection mirroring
2023-04-10 17:48:15 -05:00
Victor Seiji Hariki
1dcb897839
feat: Selection mirroring
...
For now only horizontal flip (we can add vertical flip too, but it would
be redundant)
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2023-04-08 23:05:22 -03:00
tim h
64bc673f45
adds reset zoom button, "fixes" save vis/vis to resource buttons (again?)
2023-04-05 17:02:28 -05:00
tim h
5fb01c901f
fixes send to buttons, moves smooth rendering option
2023-03-30 17:49:59 -05:00
tim h
e32dfc8891
removes unnecessary(?) second drawImage runCommand
2023-03-16 18:30:24 -05:00
zero01101
d8ec2c0d0a
Prettified Code!
2023-03-12 15:27:32 +00:00
tim h
f8ca9800c9
update prettier version
...
fingers crossed it magically fixes things
2023-03-12 10:27:14 -05:00
tim h
8538ba4931
update XYZ plot parameters
2023-03-12 09:52:27 -05:00
tim h
42626e0310
fix the tiniest, most invisible, least-affects-anything typo in history
2023-03-10 16:15:57 -06:00
tim h
e1a694281e
fixes flipped stamp rotation math
2023-02-26 09:36:05 -06:00
tim h
81e3c34cd9
tiniest verbiage update
2023-02-26 08:56:08 -06:00
seijihariki
65febc5a23
Fixed resource hashes
2023-02-26 02:24:57 +00:00
Victor Seiji Hariki
eac8200c7d
Some notification highlight animations
...
For better notification visibility, add notification highlight animation
around the screen.
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2023-02-25 23:24:36 -03:00
tim h
f558e8f94f
tooltip typo
2023-02-25 09:42:09 -06:00
tim h
dcf29b6906
update readme
2023-02-25 09:40:28 -06:00
tim h
c0e936f216
Merge branch 'main' into manual-scripts
...
# Conflicts:
# index.html
2023-02-25 09:06:50 -06:00
zero01101
0343eeb452
Fixed resource hashes
2023-02-25 14:50:22 +00:00
tim h
ccd6bd8430
Merge pull request #196 from ribawaja/main
...
Add ability to mark images
2023-02-25 08:50:03 -06:00
tim h
0b4618a789
Merge remote-tracking branch 'origin/seijihariki/issue188' into manual-scripts
2023-02-25 07:33:31 -06:00
tim h
eb8946266f
update loopback script to include interrogator "telephone" option, "remove" user script saving because i don't think JS can even silently write to one of its own files.... prove me wrong? please?
2023-02-25 07:30:52 -06:00
tim h
0e54435f4c
WIP really remedial attempts at getting user-savable scripts happening
...
computer crashing sigh
2023-02-19 09:49:48 -06:00
tim h
769182508f
Merge branch 'main' into manual-scripts
...
# Conflicts:
# index.html
2023-02-19 09:41:46 -06:00
seijihariki
6ec9907d8e
Fixed resource hashes
2023-02-19 13:16:34 +00:00
Victor Seiji Hariki
fe0095421a
fixes #195
...
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2023-02-19 10:16:15 -03:00
tim h
610f82174f
rearrange tool params to fit with array order
2023-02-18 21:50:48 -06:00
tim h
86c2fbca05
tiny changes
2023-02-18 21:45:04 -06:00
tim h
2598cb9c41
fixes deleted layer ghosts
2023-02-18 12:56:53 -06:00
tim h
0e63efc847
ghostbustin'
2023-02-18 12:56:06 -06:00
tim h
fad101184c
bugfix
2023-02-18 12:02:21 -06:00
tim h
34bdfbf1b7
adds controls for background removal parameters
...
also exposes a bug with how layer deletion works, will file bug report
2023-02-18 12:00:10 -06:00
tim h
b17c8baa0e
bugfix, whoops
...
my computer crashed 3 times because of thread APIC ID 4 and my forgetting that i set a NEGATIVE bias so i was choking it instead of feeding it -_-
2023-02-18 11:50:54 -06:00
tim h
23091ddcf7
of course i forgot to update the hashes
2023-02-18 10:44:54 -06:00
tim h
a71b52464d
merges all the recent awesome, adds stamp vertical flip too because I'M HELPING
2023-02-18 10:43:49 -06:00
tim h
6bc3043fc3
version bump
2023-02-16 00:05:08 -06:00
seijihariki
270607159b
Fixed resource hashes
2023-02-15 03:44:10 +00:00
Victor Seiji Hariki
32fefda98c
Merge pull request #199 from zero01101/seijihariki/issue193
...
adds stamp mirror option (button and '=' shortcut)
2023-02-15 00:43:51 -03:00
Victor Seiji Hariki
77a6137855
adds stamp mirror option (button and '=' shortcut)
...
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2023-02-15 00:37:06 -03:00
Victor Seiji Hariki
3caacdb803
brush opacity
...
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2023-02-15 00:16:28 -03:00
seijihariki
45f4412ab8
Prettified Code!
2023-02-15 03:04:01 +00:00
Victor Seiji Hariki
c19b9f48b4
fixes https://github.com/zero01101/openOutpaint-webUI-extension/issues/34
...
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2023-02-15 00:03:42 -03:00
seijihariki
978e96e3d7
Fixed resource hashes
2023-02-15 02:46:29 +00:00
Victor Seiji Hariki
995478c662
custom alerts and notifications
...
Adds custom notifications and dialog boxes. prompt() calls still not
updated
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2023-02-14 23:45:24 -03:00
tim h
68f82ce1ac
update default scripts
2023-02-10 20:59:56 -06:00
tim h
3d6066ecdf
Merge branch 'config-iface-overhaul' into manual-scripts
...
bring that sexy new config panel into manual-scripts which is turning into my "make ALL THE FEATURES WORK AT ONCE" branch lol
# Conflicts:
# pages/configuration.html
2023-02-10 20:35:53 -06:00
tim h
ba56052ec1
Merge branch 'testing' into manual-scripts because i wanted the iP2P in scripts branch and probably did this backwards but oh well
...
# Conflicts:
# index.html
# js/index.js
2023-02-09 19:21:40 -06:00
ribawaja
bd94f51526
Add ability to mark images
2023-02-06 23:26:55 -05:00
tim h
6148bf8e10
...is this even working?
2023-02-04 15:25:53 -06:00