Commit Graph

376 Commits (1ebbaee7a3bc9a72a701d03ca4e75a0ba4e7873e)

Author SHA1 Message Date
kabachuha a580579800 debug 2023-03-24 21:49:25 +03:00
kabachuha d073c2567d match c, uc shapes 2023-03-24 21:35:33 +03:00
kabachuha 1924681fa1 debig 2023-03-24 21:27:42 +03:00
kabachuha b579f0664f fixup 2023-03-24 21:14:19 +03:00
kabachuha faeb1befe4
multicond doesn't work with DDIM anyway 2023-03-24 18:46:17 +03:00
kabachuha 348e606bd9
no need to unsqueeze, since webui does it already 2023-03-24 18:25:40 +03:00
hithereai 77c39a5be2 fix prompt_parser error 2023-03-24 18:11:48 +03:00
kabachuha 01bdff3b62
fixup c and uc 2023-03-24 17:57:09 +03:00
kabachuha 6dea222d67
store very init timestring 2023-03-24 17:49:19 +03:00
kabachuha 300b157152
store init timestring 2023-03-24 17:46:19 +03:00
hithereai 7267065615 Merge remote-tracking branch 'upstream/main' into prompt_weights 2023-03-24 17:39:30 +03:00
hithereai f264199573 Merge remote-tracking branch 'upstream/main' into batch-count 2023-03-24 17:17:22 +03:00
kabachuha 18c59bcad8
unpack uc and c in correct auto1111 way 2023-03-24 13:43:51 +03:00
kabachuha faad0920fb
fixup strength x2 2023-03-24 10:54:13 +03:00
kabachuha 3ca4853fde
fixup default strength value 2023-03-24 10:52:36 +03:00
kabachuha eed681017a
typo fix 2023-03-24 10:08:17 +03:00
kabachuha 5f09fe761a add batch count to generate many vids in a row 2023-03-24 03:05:01 +03:00
kabachuha 208de7cea7 add shift+enter hotkey support 2023-03-24 02:43:10 +03:00
kabachuha 8956c19413 add hotkey weights editing support 2023-03-24 02:33:44 +03:00
kabachuha fde0e2502c add prompt weights 2023-03-24 02:24:25 +03:00
kabachuha 1b4f5b3e9e switch img2img steps to denoising strength slider 2023-03-24 00:09:24 +03:00
kabachuha b1b8b78298 option to use soundtrack from original video 2023-03-23 16:35:42 +03:00
kabachuha 1b0385a707 Update modelscope-text2vid.py 2023-03-23 16:24:12 +03:00
kabachuha c8e5146149 Update video_audio_utils.py 2023-03-23 16:18:53 +03:00
kabachuha bfeea0be8a fixup mkdir 2023-03-23 16:15:38 +03:00
kabachuha ec88f1e8b1 add ability to enter video paths 2023-03-23 16:08:57 +03:00
kabachuha 65228caf33 better message 2023-03-23 15:51:56 +03:00
kabachuha 9ed2223c09 re-add change seed to number 2023-03-23 15:46:39 +03:00
kabachuha 0c38ce35a8 shutil import fixup 2023-03-23 15:43:46 +03:00
kabachuha cfef316082 fix import 2023-03-23 15:33:04 +03:00
kabachuha 950f73a2ab fixup video utilities imports 2023-03-23 13:35:05 +03:00
hithereai 27a7abd220 another missing function added 2023-03-23 01:14:13 +02:00
hithereai 48bea06d55 add more missing code, not done 2023-03-23 01:12:50 +02:00
hithereai 1ba7c1b3f0 add missing code, functions and imports (ugly af) 2023-03-23 01:10:11 +02:00
hithereai 55b19a2315 fix old keep pipe param name 2023-03-23 00:54:24 +02:00
hithereai 6eb2ebdbdf add missing img2img_steps and img2img_startFrame 2023-03-23 00:52:33 +02:00
kabachuha c3ff752eca re-add get quick video info 2023-03-23 01:36:38 +03:00
kabachuha 39022a97a1 Merge branch 'main' into vid2vid-temp-branch 2023-03-23 01:36:19 +03:00
kabachuha a2c8b47186 fix file reference 2023-03-23 01:27:15 +03:00
kabachuha b7db19c046 fixup args count №2 2023-03-23 01:03:41 +03:00
kabachuha e75447e28e fixup args count 2023-03-23 00:27:26 +03:00
kabachuha 284b7cdd89 Load video from drag and drop 2023-03-23 00:22:34 +03:00
kabachuha 46b42c0240 Merge remote-tracking branch 'origin/origin/vid2vid-temp-branch' into vid2vid-temp-branch 2023-03-22 23:52:59 +03:00
hithereai b3b65e686d change seed to gr.Number in UI 2023-03-22 21:27:51 +02:00
kabachuha baa62e7e72 use seed = -1 as random 2023-03-22 21:46:26 +03:00
kabachuha 1329d372ec add a separate noise generator 2023-03-22 21:43:13 +03:00
kabachuha 4552baa0bf pass seed as arg 2023-03-22 21:36:42 +03:00
kabachuha 95b3a500a7 add vid2vid tab 2023-03-22 20:32:21 +03:00
Logan zoellner e7bd1045c2 fix bug and add vid2vid start frame 2023-03-22 12:27:55 -04:00
hithereai 447d012cf0 keep_pipe --> keep_pipe_in_vram renaming
First step in adding keep in RAM.
2023-03-22 18:27:02 +02:00
hithereai 58155f5160 All gr.rows to be type compact 2023-03-22 18:17:24 +02:00
hithereai 5501b6ca9d move ffmpeg related funcs to sep file 2023-03-22 18:14:22 +02:00
Logan f071b2c829
Merge branch 'main' into vid2vid 2023-03-22 07:40:06 -04:00
Logan zoellner e0a7ef35eb some cleanup for vid2vid 2023-03-22 07:35:43 -04:00
Miklos Nagy eabbfa1aeb Update t2v_pipeline.py 2023-03-22 12:29:41 +01:00
Logan zoellner b3cc0644de found the bug.. scale was being applied at wrong point 2023-03-22 07:20:55 -04:00
Logan zoellner 6b2919c105 vid2vid kind of working 2023-03-22 03:56:05 -04:00
Miklos Nagy 741e2b3da9 Better Chunks at decode + strength value
This PR makes chunk mechanism at decode effective, and exposes sampling strength for the init latent (0.0 defaults it None as originally)
2023-03-22 00:24:13 +01:00
kabachuha 1cf09f3109 cleanup pipe pr 2023-03-22 00:56:03 +03:00
kabachuha 6f8d9f487a fix VAE on CPU
fixes #25 and fixes #5
2023-03-21 23:51:09 +03:00
kabachuha e42e34dcf4 don't print that weird False message on start
since it doesn't really anything
2023-03-21 23:41:41 +03:00
hithereai 878ab3681a clean p2 2023-03-21 12:31:57 +02:00
hithereai 4d2e2c003b clean p1 2023-03-21 12:29:29 +02:00
Logan zoellner 1830b1f75e add option to keep pipe in memory 2023-03-21 04:41:23 -04:00
kabachuha ab1c4e744b support for more devices
including mps
2023-03-21 01:22:46 +03:00
kabachuha 340f3bab4b note about starring 2023-03-21 01:13:31 +03:00
kabachuha 5e79ae298f half vae
to lower vram usage and speedup processing
2023-03-21 00:21:22 +03:00
kabachuha b94911fd7e
Merge pull request #21 from sALTaccount/main
2x speedup
2023-03-20 23:47:11 +03:00
kabachuha 5055744d45 better wording 2023-03-20 23:37:39 +03:00
kabachuha 8dfc8597d0 better help layout
+ clarification on how to download config json
2023-03-20 23:33:44 +03:00
saltacc 10ab12bc8b
Remove uneccecary GC calls 2023-03-20 13:06:40 -07:00
kabachuha 92a71316d6 version getter 2023-03-20 17:40:23 +03:00
kabachuha acf7842789 hardcode error 2023-03-20 17:02:06 +03:00
kabachuha d89e69e63a path fix attempt 2 2023-03-20 16:49:18 +03:00
kabachuha c20285d16f hide the 'v i' row 2023-03-20 16:43:19 +03:00
kabachuha c4089e6e16 fixup path separators for error.mp4 2023-03-20 16:40:39 +03:00
kabachuha e22936c29c tqdm for sampling 2023-03-20 16:24:41 +03:00
kabachuha fe853afe2c fixup hijack if model is already None 2023-03-20 16:24:08 +03:00
kabachuha b037dab4c8 move dataurl before the try catch 2023-03-20 16:17:35 +03:00
kabachuha 4a9b160f66 test 2023-03-20 15:42:20 +03:00
kabachuha 2a19cbc62d tiny ui impr 2023-03-20 15:37:39 +03:00
kabachuha 8919ed8840 good ol' show video button 2023-03-20 15:35:05 +03:00
kabachuha 692eae99b2 better note 2023-03-20 15:28:12 +03:00
kabachuha 0c7afa963f use html with dataurl instead of gr video 2023-03-20 15:25:08 +03:00
kabachuha 074272b7e1 try removing extra outputs 2023-03-20 15:16:22 +03:00
kabachuha 67209c0ec7 add error placeholder vid 2023-03-20 15:11:41 +03:00
kabachuha 71f910a5e3 better links 2023-03-20 14:52:53 +03:00
kabachuha ba8fb9278f add formatting to outdir 2023-03-20 14:48:11 +03:00
kabachuha 9f638304f7 max frames value seems to be 125 2023-03-20 14:42:22 +03:00
kabachuha 69de30b3df fix ffmpeg path determination 2023-03-20 14:42:09 +03:00
kabachuha 6276b274c8 more ffmpeg fixes 2023-03-20 14:38:23 +03:00
kabachuha fc792da15e fixup stitching 2023-03-20 14:30:03 +03:00
kabachuha 5e8fe9ccb0 create vid along frames 2023-03-20 14:28:06 +03:00
kabachuha 8c245ff824 fixup soundtrack path 2023-03-20 14:22:31 +03:00
kabachuha 63cf715c88 better default values 2023-03-20 14:22:19 +03:00
kabachuha cb9e0ba24b fix sd unloading
closes #7
2023-03-20 14:18:48 +03:00
kabachuha 2292ac1c49 more clean ui 2023-03-20 14:10:17 +03:00
kabachuha 9a45c78d12
fixup imports 2023-03-20 14:02:07 +03:00
kabachuha f168f92351
add the rest of args to ffmpeg 2023-03-20 13:34:26 +03:00
kabachuha 3f036e4cac
pass some args to ffmpeg 2023-03-20 13:27:55 +03:00
kabachuha ac39f4df92
pass ffmpeg args to vid creation 2023-03-20 13:24:56 +03:00
kabachuha 2ef7f5251f
add video creation args to the ui 2023-03-20 13:18:56 +03:00
kabachuha 3890b4cea7
add ffmpeg params to the ui 2023-03-20 13:13:26 +03:00
kabachuha f4709176b1
better gradio ui fixup 2023-03-20 12:59:07 +03:00
kabachuha 69ed5a4685
put main stuff into text2video tab
And add placeholder for the Output tab
2023-03-20 12:55:53 +03:00
kabachuha c9606e1fcc
setup default values 2023-03-20 12:50:54 +03:00
kabachuha 8f222fb22a
Default output args 2023-03-20 12:47:05 +03:00
kabachuha e0d8bc8525
find ffmpeg binary automatically 2023-03-20 12:43:06 +03:00
kabachuha 62ce364a56 wrap with trycatch 2023-03-20 01:27:46 +03:00
kabachuha 81bea702c2 fix low vram checkpoint unloading 2023-03-20 01:25:39 +03:00
kabachuha 1ec495f8ed Revert "set default res to 512"
This reverts commit 1553773030.
2023-03-20 01:17:23 +03:00
kabachuha 1553773030 set default res to 512 2023-03-20 01:17:03 +03:00
kabachuha a03613bca9 use timetring dir 2023-03-20 01:10:05 +03:00
kabachuha 9161d6c375 fix path issues 2023-03-20 00:57:45 +03:00
kabachuha bd1fd32a10 typo 2023-03-20 00:49:17 +03:00
kabachuha 5041b7fd0f import os 2023-03-20 00:47:27 +03:00
kabachuha 1e4ad7b7e4 add video stitching via ffmpeg 2023-03-20 00:44:27 +03:00
kabachuha 61be968ce6 video generated! crashed on saving. Debuggin 2023-03-20 00:24:12 +03:00
kabachuha 5e632c4492 path fixup 2023-03-20 00:19:11 +03:00
kabachuha 3e37561264 fixup path 2023-03-20 00:15:23 +03:00
kabachuha 91a49b5cef temp revert sd unloading 2023-03-20 00:11:17 +03:00
kabachuha c3c23ef5e0 fixup gradio call location 2023-03-20 00:07:02 +03:00
kabachuha 886ca9107c fixup 2023-03-20 00:02:31 +03:00
kabachuha 0d96c72819 correct models path name 2023-03-19 23:44:14 +03:00
kabachuha 5ee13f2188 add link to the original repo 2023-03-19 23:36:13 +03:00
kabachuha 7543aa6fe8 stuff 2023-03-19 23:35:03 +03:00