Matisse
12d01950d8
adding max_f into prompt setup
2023-02-25 17:24:54 -08:00
hithereai
43b1e863be
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/358
2023-02-23 23:11:21 +02:00
kabachuha
434b29cef4
redirect to WIP conditional processing
2023-02-19 19:40:55 +03:00
kabachuha
9d6c3fbbe9
pass controlnet args to renders
2023-02-19 18:35:09 +03:00
Matisse
bff6324d26
added r & max_f. Variable schedule planner
...
r is a random, good for starting a guided images at a random, that you can set for the last variable like 0:(r),1:(-1),max_f-1:(-1),max_f:(r)
max_f is the max frame, this is -1 because we start at 0
2023-02-18 21:28:02 -08:00
hithereai
36e1643e8b
delete temp duplicated imgs once run ends
2023-02-17 14:49:21 +02:00
hithereai
ebc62f7d25
save duplicated imgs to OS temp folder
...
instead of to the deforum batch one.
2023-02-17 14:13:04 +02:00
hithereai
0d15d953c5
remove prettytable, move to rich tables instead, fix subseed val now showing in tables
2023-02-17 07:17:33 +02:00
hithereai
678c0242fe
fix subseed stuff not showing in ui when it needs to
2023-02-17 06:33:08 +02:00
hithereai
10b6d20b3b
Merge remote-tracking branch 'upstream/automatic1111-webui' into subseed_schds
2023-02-11 19:05:15 +02:00
hithereai
b1755dfd0a
more updates
2023-02-11 14:24:02 +02:00
hithereai
817fc515ec
tiny change, finished
2023-02-11 10:27:00 +02:00
hithereai
629a38d193
fix wrong name
2023-02-10 22:30:59 +02:00
hithereai
2ec90a75ef
done?
2023-02-10 22:30:13 +02:00
hithereai
b16249a887
closer to done
2023-02-10 21:48:32 +02:00
hithereai
32d00deb08
Update generate.py
2023-02-10 21:16:53 +02:00
hithereai
1f630bedee
Update generate.py
2023-02-10 21:01:24 +02:00
hithereai
701ce0ac7c
Update generate.py
2023-02-10 20:56:27 +02:00
hithereai
33ee2c692e
Merge remote-tracking branch 'upstream/automatic1111-webui' into cli_upgrades
2023-02-10 20:17:38 +02:00
hithereai
d2d3f88ea6
more p
2023-02-10 18:17:59 +02:00
hithereai
1796393cd7
PROGRESS
2023-02-10 17:57:09 +02:00
hithereai
14dbd8925f
progress
2023-02-10 16:55:14 +02:00
hithereai
56c0cba1c9
d
2023-02-10 16:30:02 +02:00
hithereai
55c22cb03c
b
2023-02-10 15:38:55 +02:00
hithereai
5dea4577fd
initial commit
2023-02-10 02:27:08 +02:00
hithereai
554e4caf98
fix interp mode, remove histogram_matching +
...
arg from useLooper --> use_looper to make it less confusing
2023-02-03 13:41:45 +02:00
kabachuha
1276820ed8
Merge branch 'better_ui_and_cleanups' of https://github.com/hithereai/deforum-for-automatic1111-webui into pr/260
2023-01-28 20:44:19 +03:00
hithereai
9f432e6e88
better insert_frame text, order and errors
2023-01-28 19:13:29 +02:00
kabachuha
51b1e8d0c5
fixup
...
fixupx2
fixupx3
fixupx4
fixupx5
fixupx11
2023-01-28 16:06:14 +03:00
kabachuha
2d8fa220a2
Merge branch 'automatic1111-webui' into reduce-torch-cv2-conversions
2023-01-28 15:26:50 +03:00
kabachuha
3ae0103246
Merge branch 'automatic1111-webui' into masking-overhaul
2023-01-28 14:53:03 +03:00
kabachuha
15eca6b9e3
add pairwise implementation internally
...
not to upgrade the whole python to 3.10 just for one function
2023-01-28 13:35:55 +03:00
Matisse
5611827ed0
added exceptions when incorrect looper settings
2023-01-28 00:22:20 -08:00
Matisse
f479e28ff3
cleaning up imports
2023-01-27 21:42:17 -08:00
kabachuha
9c67bee3a6
remove return_sample
2023-01-28 01:58:39 +03:00
Matisse
2b1f26e4da
removing prepare mask, its imported
2023-01-27 10:27:04 -08:00
Matisse
a00b727ada
removing extra image load def
2023-01-27 10:03:37 -08:00
Matisse
5c10d59c61
use looper init when use looper true
2023-01-26 22:31:17 -08:00
Matisse
6179c06884
how to use and cleanups
2023-01-25 18:24:22 -08:00
Matisse
37be9cafe0
removing extra prints
2023-01-25 17:48:51 -08:00
Matisse
384368155d
adding variable breakout and cleanup
2023-01-25 17:31:57 -08:00
kabachuha
f940610716
sync the main branch and masking-overhaul
2023-01-25 22:26:02 +03:00
Matisse
993ff0726d
add back requests
2023-01-24 15:46:47 -08:00
Matisse
96a6329466
Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion
2023-01-24 15:09:59 -08:00
Ryan Scarbery
c52751f5c0
add checkpoint schedule
2023-01-23 09:24:05 -08:00
kabachuha
a51c22c553
remove references to p.sd_model
...
it was removed as a param in e0e8005009 , this commit fixes the compatibility.
Closes #228
2023-01-17 01:48:30 +03:00
kabachuha
585b2e2051
mask schedule logic
2023-01-16 18:24:46 +03:00
Kitchen
8cf083b6ae
added optional step scheduling
2023-01-05 21:09:20 -06:00
Kitchen
2770a1f423
fixed typo
2023-01-05 11:01:30 -06:00
Kitchen
669401c059
reverted and resolved merge errors.
2023-01-04 21:48:27 -06:00