Commit Graph

1514 Commits (f7e4eae4e66beff89ef00928b6564116bcf8d12d)

Author SHA1 Message Date
kabachuha 0d5668048f import gradio 2022-10-24 16:50:59 +03:00
kabachuha fe7baed2b9 path fixup 2022-10-24 16:43:47 +03:00
kabachuha 65d031fc25 in-ui settings IO 2022-10-24 16:32:50 +03:00
kabachuha 330243415a remove more of the useless margin 2022-10-24 15:15:04 +03:00
kabachuha 6dc6b8666e make fov, near, far params keyframable 2022-10-24 15:07:14 +03:00
kabachuha 682c70f0c8 video settings dump fixup 2022-10-24 14:49:23 +03:00
kabachuha a6d803a146 save video settings 2022-10-24 14:25:50 +03:00
kabachuha 63d66c39f6 increase default noise schedule for better details 2022-10-24 14:04:18 +03:00
kabachuha 8a84c19516 remove extra margins 2022-10-24 14:01:39 +03:00
kabachuha 5eb5029411 add math-less negative prompt example 2022-10-24 13:58:08 +03:00
kabachuha 5a0a8a8de9 deprecate the script in favor of extension format 2022-10-24 13:57:47 +03:00
kabachuha c54e7f6876 hide 'prompts' to avoid confusion 2022-10-24 13:17:41 +03:00
kabachuha 4daf9ae437 hide the buttons while they're unused 2022-10-24 03:53:07 +03:00
kabachuha 9872d5a65c info display fixup 2022-10-24 03:42:58 +03:00
kabachuha a6b4886808 run animation in extension 2022-10-24 03:41:09 +03:00
kabachuha 89130497e0 wrap the submit function 2022-10-24 02:53:49 +03:00
kabachuha dc175f53a4 add subseed 2022-10-24 01:54:34 +03:00
kabachuha 97d3dad97e fixup shared 2022-10-24 01:52:23 +03:00
kabachuha 2ecb80a0ed arghs! 2022-10-24 01:50:45 +03:00
kabachuha a29490e97b var name fixup 2022-10-24 01:49:16 +03:00
kabachuha 77ec26db1a add more args from webui 2022-10-24 01:43:32 +03:00
kabachuha ec8756a97d moving closer to extension launch 2022-10-24 00:29:14 +03:00
kabachuha b7de563d35 test if the button works 2022-10-23 23:25:53 +03:00
kabachuha 2c3237fbf0 move to javascript 2022-10-23 23:08:48 +03:00
kabachuha b4707a4066 add progressbar and other stuff
also move stuff around so script.js fits within the dir
2022-10-23 22:46:04 +03:00
kabachuha 384207ebc9 fixup 2022-10-23 21:55:21 +03:00
kabachuha f790b5e73d remove scale slider as we now have schedule for it 2022-10-23 21:53:07 +03:00
kabachuha 5ee7093909 fix No module named 'py3d_tools' 2022-10-23 21:43:12 +03:00
kabachuha 7b3a0c14ee tiny default ui fix 2022-10-23 21:35:56 +03:00
kabachuha 1c605741f0 fix default mode loading 2022-10-23 21:34:47 +03:00
kabachuha 98dd9c3fc6 default loading troubleshooting 2022-10-23 21:06:09 +03:00
kabachuha 6b02b641ce fixup 2022-10-23 20:09:16 +03:00
kabachuha a6c1d9ad3a preparations for moving into an extension 2022-10-23 20:07:24 +03:00
kabachuha 003632c8f0 convert setup settings to dictionary 2022-10-23 20:06:44 +03:00
kabachuha 14253621ec Merge branch 'automatic1111-webui' into tabs 2022-10-23 17:01:04 +03:00
kabachuha 000deeeef6
Merge pull request #20 from blackneoo/automatic1111-webui
Update animation.py, fix #19
2022-10-22 15:37:38 +03:00
blackneoo 333a2ebd33 Update animation.py
This code will properly check if the inputframes folder contains images, it basically create a list for the inputframes folder and check if the folder is empty, this way users wont have to use the overwrite_extracted_frames flag unless they really want to :) and hopefully with the right indention this time
2022-10-22 12:18:16 +04:00
kabachuha 5adc701394
Merge pull request #16 from blackneoo/patch-2
fix #9 and fix #14
2022-10-21 23:32:36 +03:00
kabachuha 9d8454a3d9 fix always true condition 2022-10-21 23:31:11 +03:00
blackneoo 12acc3eea1
Updates to anymation.py to fix video init
i found the problem in video init mode, seems the vid2frames function had an extra variable, that is leading to receiving the overwrite value instead of the extract_nth_frame from render.py,  also needed to change some of the variables inside vid2frames to point to the right variables, I tested it and it's working now, but not sure if it affects resume or masking correctly
2022-10-21 23:28:49 +04:00
kabachuha e0472781e6 fix resume from timestring color channel shift 2022-10-19 20:35:34 +03:00
kabachuha b5cd4bf274 add less nausea-inducing math schedule example
move inwards periodically instead of translation_x wobbling
2022-10-19 02:52:13 +03:00
kabachuha 957e5c902f move stuff to gradio tabs 2022-10-19 02:39:39 +03:00
kabachuha 0e41acfaa8 fixup for gif creation with cadence mod on 2022-10-19 01:32:24 +03:00
kabachuha b1143a9f4a remove the last rgb->brg conversion
addresses #8, but some input modes still have to be checked
2022-10-19 01:11:17 +03:00
kabachuha ac8fed9ed7 add seed schedule 2022-10-18 03:39:28 +03:00
kabachuha eaae71b8c9 Merge branch 'automatic1111-webui' of https://github.com/deforum-art/deforum-for-automatic1111-webui into automatic1111-webui 2022-10-18 02:33:39 +03:00
kabachuha f3f8003465 specify ffmpeg location 2022-10-18 02:33:36 +03:00
kabachuha 9d09ef6be7 add soundtrack option 2022-10-18 02:14:15 +03:00
kabachuha abd5e22a93
add vram benchmarks 2022-10-18 01:20:31 +03:00