hithereai
d86a602d1b
fix neg and pos prompts in batch mode
2023-04-07 13:58:38 +03:00
hithereai
9915d47c63
small fix
2023-04-07 04:36:27 +03:00
hithereai
a68c6744b6
fix missing vid_args of load_args
2023-04-07 04:28:50 +03:00
hithereai
72d43f7750
bmode_p1
2023-04-07 04:22:46 +03:00
hithereai
196372804c
tiny ui updates
2023-04-07 03:23:08 +03:00
hithereai
48cd22a9ea
Final cleaning
2023-03-21 18:38:08 +02:00
hithereai
77ad8b0181
add auto-load when launching webui
2023-03-20 23:53:36 +02:00
hithereai
982b15bf0e
clean p2
2023-03-20 20:43:33 +02:00
hithereai
cb7b5fae71
part 1 (save) - complete
2023-03-20 00:23:27 +02:00
hithereai
150059192a
load/save setting jsons as UTF-8 encoding
2023-03-16 23:42:04 +02:00
hithereai
57da5bd9a6
fixes
2023-03-15 02:03:15 +02:00
hithereai
280296b257
cut load_settings func in half, code length wise
2023-03-14 21:59:55 +02:00
hithereai
3de256751a
Merge remote-tracking branch 'upstream/automatic1111-webui' into cn-attempt-3
2023-03-13 17:19:27 +02:00
kabachuha
2c10600cb4
Merge pull request #456 from hithereai/TESTS11323
...
less code duplication in load_args function
2023-03-13 17:48:38 +03:00
kabachuha
466e64a714
fixup controlnet settings saving
2023-03-12 20:05:41 +03:00
hithereai
58c7889eda
easier load_args function, and shorter too
2023-03-11 18:26:58 +02:00
kabachuha
eabfd505da
check for CN dynamically
2023-03-11 18:43:09 +03:00
hithereai
8b54a383e5
save deforum git commit id to setting files
2023-03-11 02:22:32 +02:00
hithereai
056dc5cb11
don't import ffmpeg location from sett files
2023-03-10 13:39:23 +02:00
hithereai
61975f68ac
add saving of pos and neg prompts to anim_run sett file
2023-03-08 22:45:33 +02:00
hithereai
6fe8927499
fix missing prompts in save_settings_from_animation_run(
2023-03-08 22:05:24 +02:00
hithereai
2b8ab3f85a
revive exporting of restore_faces param to settings
2023-03-07 20:40:13 +02:00
hithereai
2df62d8f3e
final fixes and cleaning
2023-03-07 19:15:01 +02:00
hithereai
1eb345d5a0
done? handle saving when running animations
2023-03-07 18:12:16 +02:00
hithereai
e088e6a609
initial and working!
2023-03-07 03:11:34 +02:00
hithereai
89408abfd9
stop saving non visible perlin params in out sett file
2023-03-02 22:55:55 +02:00
rewbs
ebcb75a0a7
Fix 'UnboundLocalError: local variable 'parseqName' referenced before assignment'. Allow Parseq to delegate prompt management back to Deforum. Summary table in console showing who's doing what between Deforum & Parseq. Initial unit test.
2023-03-02 06:36:33 +11:00
kabachuha
122d12f3da
fixed settings saving
2023-02-20 22:37:30 +03:00
kabachuha
9d6c3fbbe9
pass controlnet args to renders
2023-02-19 18:35:09 +03:00
hithereai
03f3d64f42
add sett_path.strip() to all load/save funcs
...
so that newlines and spaces etc' won't yield errors (red icons) in the entire UI.
2023-02-12 19:13:22 +02:00
hithereai
bb6bfeb566
update comment
2023-02-12 18:36:42 +02:00
hithereai
6e67d2c34d
handle param removal of video sett file too
2023-02-12 18:35:16 +02:00
hithereai
40939b54cd
del commented import
2023-02-12 18:16:31 +02:00
hithereai
48087c107e
make sure deprc params aren't save to setting file
...
without actually removing any params from the code, YET
2023-02-12 17:36:08 +02:00
kabachuha
be167130e1
Merge pull request #298 from hithereai/t2
...
fix interpolation mode, remove histogram_matching, rename core arg from useLooper -> use_looper
2023-02-05 18:40:33 +03:00
kabachuha
9454afa488
handle deprecation on settings load
2023-02-05 17:54:09 +03:00
Matisse
afaf9c2dbc
check animation prompt pos/neg exist in file
2023-02-04 07:18:23 -08:00
Matisse
fbbef016f8
add positive and negative prompts to save/load
2023-02-03 19:04:38 -08:00
kabachuha
2d8fa220a2
Merge branch 'automatic1111-webui' into reduce-torch-cv2-conversions
2023-01-28 15:26:50 +03:00
Matisse
f90e6f1cbf
reordered args
2023-01-28 00:21:33 -08:00
kabachuha
9c67bee3a6
remove return_sample
2023-01-28 01:58:39 +03:00
Matisse
367c870183
making sure save works
2023-01-27 14:51:50 -08:00
Matisse
93f840a654
Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion
2023-01-27 14:00:52 -08:00
kabachuha
24e9bf627a
fixup video settings IO
2023-01-28 00:30:34 +03:00
kabachuha
2643076978
gradio stuff is passed as args, not kwargs
2023-01-27 23:59:47 +03:00
kabachuha
0337bb8613
syntax errors fixup
2023-01-27 23:23:09 +03:00
kabachuha
af66378971
move run_deforum to kwargs too
2023-01-27 23:05:33 +03:00
kabachuha
2a5f5b5773
save/load settings as kwargs
2023-01-27 22:45:00 +03:00
Matisse
5189a6aab3
adding back in loop vars
2023-01-27 10:26:47 -08:00
Matisse
b4d58becb0
Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion
2023-01-27 10:03:21 -08:00
hithereai
68e35c4def
fix save settings
...
add missing checkpoint args and re-ordering
2023-01-27 12:57:23 +02: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
Matisse
96a6329466
Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion
2023-01-24 15:09:59 -08:00
hithereai
8ae5cc0c3f
Final fixes + option to keep interp frames
2023-01-24 12:04:13 +02:00
hithereai
93ab7f3db3
add missing params to settings.py
2023-01-24 11:18:20 +02:00
hithereai
9e0ae9ef26
add extract_from_frame and extract_to_frame to input vid options
...
The current code will always extract all of the input video frames.
This PR adds two new input parameters for extracting an input video:
extract from frame, and extract to frame.
Now we can only test frames 0 to 50, 50 to 100, etc.
2023-01-16 00:56:16 +02:00
hithereai
269d8011e6
fixed setting load/save and comments
2023-01-14 23:35:53 +02:00
kabachuha
7fc51359a8
add 'Init Video' soundtrack option
2023-01-09 22:43:48 +03:00
Kitchen
8cf083b6ae
added optional step scheduling
2023-01-05 21:09:20 -06:00
kabachuha
f2d0bba323
Merge branch 'store-frames-in-ram' into automatic1111-webui
2023-01-05 18:51:50 +03:00
kabachuha
f4dce23721
Merge branch 'pr/204' into automatic1111-webui
2023-01-05 16:42:20 +03:00
Kitchen
a739beb0e2
Merge branch 'automatic1111-webui' into Kitchen_add_sampler_scheduling
2023-01-04 21:25:13 -06:00
Kitchen
73e2ad6b56
added checkbox to enable/disable sampler scheduling
...
sampler names are now case insensitive
2023-01-04 21:16:44 -06:00
Kitchen
2b24935fe4
added schedule sampling
2023-01-04 20:16:34 -06:00
reallybigname
cc52c96a61
Hybrid Video Compositing - 3D working 2D broken
...
First commit. 3D mode works
2023-01-04 06:35:51 -08:00
kabachuha
b8f5b2eb2b
option to store frames in RAM instead of disc
...
for faster animation making on fast gpus at the cost of increased ram usage
2023-01-03 01:12:22 +03:00
Matisse
485d41a6cd
Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion
2022-12-31 21:13:21 -08:00
Matisse
64b1b5c591
Getting a basic ui element added
2022-12-31 18:22:48 -08:00
Funofabot
f06c05c82b
Add files via upload
2022-12-31 13:19:15 -07:00
kabachuha
2e462f049d
fixup saved settings loading
2022-12-30 15:27:35 +03:00
kabachuha
1b0fdd0937
safer noise_type loading from settings
2022-12-28 19:05:32 +03:00
kabachuha
aa2651260d
add noise params to args
2022-12-28 18:56:42 +03:00
kabachuha
64dbc9649e
fixup reroll dropdown loading from file
...
fixup reroll dropdown loading from file
38th html block fix
2022-12-20 00:26:33 +03:00
kabachuha
78ed389bbb
anti-blur
...
using unsharp mask, from #74
2022-12-19 23:51:00 +03:00
kabachuha
f99ffe7410
add blank frames reroll
2022-12-19 23:14:21 +03:00
kishan
4a94690fae
fix resume issue w/ depth maps saved in output dir
...
Before, the depth maps would interfere with counting of the number
of frames. This change includes filenames that contain the resume
timestring, but does not include those that are depth maps.
2022-12-18 12:52:37 -08:00
kabachuha
0ede3a83da
detach 'deforum_helpers' from 'scripts'
...
Should prevent "No module named 'scripts.deforum_helpers'" error causing Deforum's tab not show up in some cases when you've might've broken the environment with webui packages updates
2022-12-18 19:23:46 +03:00
rewbs
0542082ccf
Merge from master
2022-12-13 15:21:27 +11:00
rewbs
8961efac9a
As discussed in https://github.com/deforum-art/deforum-for-automatic1111-webui/pull/112\#issuecomment-1333896001 , add option for histogram matching.
2022-12-05 12:56:12 +11:00
rewbs
9e55c3fad3
Merge branch 'automatic1111-webui' into parseq-integration
2022-11-10 20:59:14 +11:00
kabachuha
53e7b74797
move stuff to deforum_helpers to fix #76
2022-11-09 14:24:18 +03:00