Commit graph

306 commits

Author SHA1 Message Date
zero01101
32f38d9b1d Prettified Code! 2024-08-31 15:40:35 +00:00
Metachs
a24bc7eb60 Fix error when nothing is selected 2024-08-26 15:55:35 -04:00
Metachs
954a2ac0ec Cleanup, removed a new control that no longer made sense. 2024-08-26 10:44:37 -04:00
Metachs
27896897b2 Layer Selection Controls 2024-08-26 09:25:22 -04:00
Metachs
d9efd82f27 Additional Controls, adjust UI. 2024-08-25 22:28:36 -04:00
Metachs
b4c84a8351 Adjust Text 2024-08-25 18:38:07 -04:00
Metachs
073c1b2b78 Overhaul Select Tool 2024-08-25 18:24:28 -04:00
Metachs
78fee4fa84 Reset state before Ctrl-A shortcuts to avoid deleted currently selected content 2024-08-25 17:09:35 -04:00
Metachs
a8f208eda4 Add onundo/redo events, add undo/redo handling to select tool to avoid history desync when undoing with an active selection. 2024-08-25 16:59:35 -04:00
tim h
70d7a5ce5c ack controlnet deprecated their input_image param like 2 months ago and broke my terrible impelementation ha ha ha 2024-08-07 17:38:47 -05:00
zero01101
882c1ff9fc Prettified Code! 2024-03-02 13:19:58 +00:00
tim h
e720f4dd8f version bump for webUI 1.8.0, remove soft inpainting from dream tool, prettier infighting forever 2024-03-02 07:19:42 -06:00
zero01101
9040f37849 Prettified Code! 2024-02-22 04:04:11 +00:00
tim h
a7a25e1bee adds soft inpainting to dream tool for outpainting, seems to work crappily, maybe just sdxl, maybe doing it wrong 2024-02-21 22:03:56 -06:00
zero01101
04e2d5ceaf Prettified Code! 2024-02-21 23:20:27 +00:00
tim h
51265ff808 probably unnecessary 2024-02-21 17:18:36 -06:00
tim h
c252ed6ea1 it works 2024-02-21 14:40:02 -06:00
tim h
ce6052d68e ui works 2024-02-21 08:18:28 -06:00
zero01101
970de24031 Prettified Code! 2024-01-27 13:45:23 +00:00
AlexL
15385773c2 added resource upscale 2024-01-04 17:39:35 +01:00
zero01101
7de3a268e9 Prettified Code! 2023-12-16 12:36:07 +00:00
AlexL
aeaf98a898 Fixed variable typo 2023-12-15 17:27:44 +01:00
AlexL
29eaf84ec6 Slider visibility corrected 2023-12-11 22:42:19 +01:00
zero01101
90dfea4f6a Prettified Code! 2023-12-09 13:58:00 +00:00
zero01101
2f3c65e28f Prettified Code! 2023-08-31 12:55:13 +00:00
tim h
ed309a034d remove cruft 2023-08-20 10:54:38 -05:00
zero01101
b60b4fccdf Prettified Code! 2023-08-12 18:43:44 +00:00
tim h
e5dfa4fa93 adds options for + button to update prompt in request and jump to new images automatically, reverts stupid outpaint type suggestion because it was Bad 2023-08-12 13:42:34 -05:00
zero01101
5abf5914a3 Prettified Code! 2023-07-22 16:01:24 +00:00
tim h
fb3bf0a939 did something change with sdxl outpainting >:( 2023-07-22 11:00:43 -05:00
tim h
ba4893d821 model selector update for upcoming webUI 1.5 2023-07-22 10:43:31 -05:00
zero01101
e04dd2ee17 Prettified Code! 2023-07-15 17:13:01 +00:00
tim h
6461e3b990 adds controlnet reference for probably the wrong reasons 2023-07-15 12:10:45 -05:00
zero01101
eba83d9e0e Prettified Code! 2023-07-15 14:00:22 +00:00
tim h
ed9928f9ec teensiest change for SDXL fill recommendation 2023-07-15 09:00:02 -05:00
zero01101
b48f53f967 Prettified Code! 2023-07-09 02:54:42 +00:00
tim h
7b1cd4f267 getting better 2023-07-08 17:45:47 -05:00
tim h
5b3782e82a think it's finally getting somewhere but it's still really janky 2023-07-08 16:17:25 -05:00
tim h
e5d1b23268 sort of working? time to test against webui 2023-07-08 15:21:58 -05:00
tim h
de915b33a3 i guess the dynamic prompts stuff wasn't worthless after all now that i figured out how i was using it wrong 2023-07-08 12:54:17 -05:00
tim h
c8252299f9 well all the dynamic prompts garbage was a waste of time because it seems to REALLY be "alwayson_" script 2023-07-08 10:49:56 -05:00
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
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
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
e1a694281e fixes flipped stamp rotation math 2023-02-26 09:36:05 -06: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
c0e936f216 Merge branch 'main' into manual-scripts
# Conflicts:
#	index.html
2023-02-25 09:06:50 -06:00