rewbs
|
c01e57d926
|
Initial test framework
|
2023-07-31 13:24:26 +10:00 |
rewbs
|
2b54cfd3e5
|
Merge branch 'origin/automatic1111-webui' into andyxr/automatic1111-webui
|
2023-07-28 16:00:22 +10:00 |
Robin Fernandes
|
02a13cf9e6
|
Merge pull request #807 from rewbs/parseq-guided-images
Allow Parseq to control guided images schedules
|
2023-07-28 14:19:30 +10:00 |
Robin Fernandes
|
943a10ad3b
|
Update args.py - undo unrelated max value change.
|
2023-07-28 13:56:39 +10:00 |
rewbs
|
6682572d96
|
Fix case when preview option has never been set.
|
2023-07-27 23:00:52 +10:00 |
Robin Fernandes
|
0fafce9c57
|
Don't skip creating preview video if the preview frame is a cadence frame (create it on the next generation frame)
|
2023-07-21 23:48:00 +10:00 |
Robin Fernandes
|
45f5abc96c
|
Rudimentary status tracking.
|
2023-07-20 01:12:19 +10:00 |
Robin Fernandes
|
8a9ffdd333
|
Improve API implementation (don't run on a separate port); add CLI options to run&done a list of settings files on startup.
|
2023-07-19 23:22:23 +10:00 |
Robin Fernandes
|
2abee0b90e
|
Messing around with an API to trigger deforum runs with settings supplied in the request.
|
2023-07-19 19:19:13 +10:00 |
andyxr
|
cadb7808a9
|
Added option to delete all inputframes
In Output tab, users can now choose to not only delete frames, but delete all inputframes, including those created by ControlNet
|
2023-07-08 11:33:36 +01:00 |
Tomislav Teskac
|
53a4fbec8d
|
Added init_image_box
|
2023-07-07 00:00:15 +02:00 |
rewbs
|
c3a3b13afc
|
Don't pollute list of managed/unmanaged fields with internal attributes.
|
2023-07-05 11:32:01 +10:00 |
rewbs
|
71917cab9e
|
Add support for Parseq to control guided images schedules.
|
2023-07-05 10:59:57 +10:00 |
hithereai
|
43273d8cc2
|
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/796
|
2023-07-02 19:56:40 +03:00 |
rewbs
|
39cf10db68
|
Video preview improvements: don't render video on last frames (final video is being rendered anyway); in concurrent mode, detect case where previous preview is still rendering and skip the current render.
|
2023-06-29 06:27:33 +10:00 |
clemos
|
27c9de8014
|
add filename/fieldname to syntax errors for keyframes
|
2023-06-27 11:25:06 +02:00 |
rewbs
|
d2705e2edf
|
Fixed missed variable inlining in upscale invocation
|
2023-06-27 14:19:27 +10:00 |
rewbs
|
9cedc48739
|
Add optional preview video render which generates the vid every N frames (either sync or async. Minor: improve error message if hybrid video finds no frames to use. Minor: include 2D centre transform x/y in the console log along side other anim params.
|
2023-06-26 19:34:15 +10:00 |
rewbs
|
78a7f3e7e3
|
Fix remaining references to looper in test.
|
2023-06-16 15:30:47 +10:00 |
rewbs
|
bec0817b72
|
Simplify PR #790 to include only changes to enable controlnet to be controlled by Parseq (not guided images).
|
2023-06-16 15:21:15 +10:00 |
rewbs
|
9805c3ff57
|
Add support for Parseq to control ControlNet and Guided Images.
|
2023-06-16 00:23:02 +10:00 |
kabachuha
|
ec32a08e2b
|
make the default bunny more vibrant
to see better how colormatch works
|
2023-06-07 00:46:44 +03:00 |
hithereai
|
3af9d691b9
|
fix interpolation of uploaded images
|
2023-06-03 17:01:42 +03:00 |
hithereai
|
f1949377d6
|
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/759
|
2023-06-03 11:52:44 +03:00 |
hithereai
|
a9c182f999
|
fix masks v2
|
2023-06-03 11:52:15 +03:00 |
hithereai
|
99f6bd6fa3
|
temp revert mask fix to fix setting issue
|
2023-06-03 11:45:48 +03:00 |
hithereai
|
d8719c0437
|
fix masks not working properly
|
2023-06-03 11:30:27 +03:00 |
hithereai
|
80d1f3256e
|
fix interpolation of vids/ pics outside of deforum run
|
2023-06-02 17:48:53 +03:00 |
hithereai
|
9d0650490f
|
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/759
|
2023-06-01 14:16:57 +03:00 |
rewbs
|
5a4b5aedd9
|
Add motion preview mode, which only invokes stable diffusion for the init image if required, then does all transforms excluding diffusion, adding a reference rectangle instead of diffusion.
|
2023-06-01 14:23:53 +10:00 |
rewbs
|
b7ec9cd7fd
|
Correctly move interpolated, upscaled video file with RIFE.
|
2023-05-30 15:47:32 +10:00 |
hithereai
|
759234156f
|
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/745
|
2023-05-25 21:00:24 +03:00 |
hithereai
|
eea614a2de
|
Update args.py
|
2023-05-25 20:59:19 +03:00 |
hithereai
|
5efb3d8efb
|
critical upscaling fix (for all users)
|
2023-05-25 20:58:06 +03:00 |
hithereai
|
2f7d4c74c2
|
label name change p1
|
2023-05-25 20:19:40 +03:00 |
rewbs
|
f1a6c9c017
|
Allow frame interpolation to use the upscaled images, if available (so you can do generate -> upscale -> interpolate in one go)
|
2023-05-24 15:41:43 +10:00 |
hithereai
|
0ed7c4c847
|
fix width / height vals
|
2023-05-23 13:01:06 +03:00 |
hithereai
|
ae426f6707
|
fix aspect ratio (25 to 1)
|
2023-05-23 03:01:02 +03:00 |
hithereai
|
e6698a995e
|
fix saving loading of settings
|
2023-05-22 14:21:35 +03:00 |
hithereai
|
b4dc18153e
|
Merge remote-tracking branch 'upstream/automatic1111-webui' into refactor-1.2
|
2023-05-22 00:24:23 +03:00 |
hithereai
|
39c6689a01
|
tiny fix
|
2023-05-21 22:38:01 +03:00 |
hithereai
|
78ed48f9dc
|
semantics
|
2023-05-21 22:33:33 +03:00 |
hithereai
|
8889ff3a1b
|
revive non-working clipseg model
|
2023-05-21 19:06:22 +03:00 |
hithereai
|
af633932ea
|
Update prompt.py
|
2023-05-21 18:27:27 +03:00 |
hithereai
|
03c70bbed8
|
Update run_deforum.py
|
2023-05-21 18:23:28 +03:00 |
hithereai
|
f0e10be16d
|
Update run_deforum.py
|
2023-05-21 18:22:44 +03:00 |
hithereai
|
a88abdf956
|
Update run_deforum.py
|
2023-05-21 18:20:53 +03:00 |
hithereai
|
cb1dedbb2f
|
use fstrings
|
2023-05-21 18:17:16 +03:00 |
hithereai
|
b71c24b975
|
clean
|
2023-05-21 18:11:09 +03:00 |
hithereai
|
568ffcef9d
|
Update ui_elements.py
|
2023-05-21 18:08:45 +03:00 |
hithereai
|
9616b220f0
|
Update ui_elements.py
|
2023-05-21 18:06:01 +03:00 |
hithereai
|
59125482b4
|
Update ui_elements.py
|
2023-05-21 17:57:05 +03:00 |
hithereai
|
7eba8732a9
|
Update args.py
|
2023-05-21 17:53:53 +03:00 |
hithereai
|
9bf3f3d677
|
remove seed_enable_extras - unused
|
2023-05-21 17:51:36 +03:00 |
hithereai
|
5ea6c78670
|
p
|
2023-05-21 17:49:34 +03:00 |
hithereai
|
12e4dd8329
|
p
|
2023-05-21 17:45:03 +03:00 |
hithereai
|
7a68210aba
|
Update args.py
|
2023-05-21 17:27:38 +03:00 |
hithereai
|
1b9301d82f
|
p
|
2023-05-21 17:20:47 +03:00 |
hithereai
|
b093b97b7f
|
Update webui_sd_pipeline.py
|
2023-05-21 16:50:04 +03:00 |
hithereai
|
57b66f9d8c
|
make more sense
|
2023-05-21 16:33:27 +03:00 |
hithereai
|
6c779fae74
|
Update ui_elements.py
|
2023-05-21 16:22:00 +03:00 |
hithereai
|
3a2014313e
|
clean
|
2023-05-21 16:08:11 +03:00 |
hithereai
|
bc025121ce
|
p
|
2023-05-21 16:01:02 +03:00 |
hithereai
|
d47a38151f
|
cleaen
|
2023-05-21 15:27:43 +03:00 |
hithereai
|
ee8f1f2422
|
clean old upscale code
|
2023-05-21 15:27:21 +03:00 |
hithereai
|
929fbfb7b9
|
p
|
2023-05-21 15:20:14 +03:00 |
hithereai
|
0056c493e0
|
Update ui_elements.py
|
2023-05-21 14:31:49 +03:00 |
hithereai
|
f86bfe114f
|
comment
|
2023-05-21 14:31:16 +03:00 |
hithereai
|
6f205b69d0
|
SIMPLIFY even further
|
2023-05-21 14:28:29 +03:00 |
hithereai
|
09c38053b1
|
simplify
|
2023-05-21 14:24:59 +03:00 |
hithereai
|
271e68cab9
|
Update ui_elements.py
|
2023-05-21 14:17:27 +03:00 |
hithereai
|
222d0f8e42
|
Update ui_elements.py
|
2023-05-21 14:15:59 +03:00 |
hithereai
|
59869474c4
|
p
|
2023-05-21 14:01:21 +03:00 |
hithereai
|
b60f8516e5
|
clean
|
2023-05-21 13:49:46 +03:00 |
hithereai
|
9b295172d8
|
p
|
2023-05-21 13:47:41 +03:00 |
hithereai
|
7521a1dd85
|
p
|
2023-05-21 13:26:54 +03:00 |
hithereai
|
2dbc02c588
|
p
|
2023-05-21 13:08:54 +03:00 |
hithereai
|
1ffb88d2ad
|
p
|
2023-05-21 03:00:50 +03:00 |
hithereai
|
5c8a41fb8c
|
p
|
2023-05-21 02:56:44 +03:00 |
hithereai
|
9a8ead3b57
|
p
|
2023-05-21 02:22:28 +03:00 |
hithereai
|
98f692961c
|
p
|
2023-05-21 02:00:48 +03:00 |
hithereai
|
72497ee1de
|
p
|
2023-05-21 01:33:30 +03:00 |
hithereai
|
becd2b86a0
|
move from gr.Radio or others to "radio" (or others) in args.py
|
2023-05-21 01:29:09 +03:00 |
hithereai
|
666b9a2cd8
|
fixes
|
2023-05-21 00:37:50 +03:00 |
hithereai
|
cb956dbc76
|
p
|
2023-05-21 00:27:12 +03:00 |
hithereai
|
fdff06cb82
|
p
|
2023-05-20 23:39:39 +03:00 |
hithereai
|
f272e50b16
|
p
|
2023-05-20 22:33:38 +03:00 |
hithereai
|
11b3a600f7
|
p
|
2023-05-20 22:24:50 +03:00 |
hithereai
|
8b85492af6
|
progress
|
2023-05-20 22:06:55 +03:00 |
hithereai
|
b45b88b630
|
add auto lines
|
2023-05-20 20:00:02 +03:00 |
hithereai
|
2cf1ab2d98
|
simplify guided gradio elements by removing not needed interactive flag
|
2023-05-20 19:51:52 +03:00 |
hithereai
|
728f956e44
|
move all loop args to dynamic part 1
|
2023-05-20 19:46:04 +03:00 |
hithereai
|
17c6e21eea
|
CRITICAL MOMENT - start dynamic gradio ui from args
|
2023-05-20 19:27:58 +03:00 |
hithereai
|
e011c06692
|
fix imports
|
2023-05-20 18:39:08 +03:00 |
hithereai
|
8016739854
|
simplify and shorten code
|
2023-05-20 18:08:49 +03:00 |
hithereai
|
41a7a3e933
|
add TODO
|
2023-05-20 17:50:49 +03:00 |
hithereai
|
a073c1755e
|
simplify
|
2023-05-20 17:49:16 +03:00 |
hithereai
|
4bf6a83e00
|
Update ui_left.py
|
2023-05-20 17:23:50 +03:00 |
hithereai
|
26a5fd1b15
|
Update ui_left.py
|
2023-05-20 17:22:50 +03:00 |
hithereai
|
bfd23daa45
|
progress
|
2023-05-20 17:15:28 +03:00 |