Commit Graph

87 Commits (main)

Author SHA1 Message Date
s9roll7 8ff9fbf221
Merge pull request #125 from alexbofa/ebsynth_utility
GradioDeprecationWarning: The `style` method is deprecated.
2023-10-23 10:48:26 +09:00
alexbofa 6faefbad46
Main Repository 2023-10-22 00:57:24 +03:00
alexbofa 5ba78b3f2d
Main Repository 2023-10-22 00:55:55 +03:00
alexbofa 07747ed844
Main Repository 2023-10-22 00:55:16 +03:00
alexbofa 0c77dfc0ef
Add files via upload 2023-10-22 00:29:28 +03:00
alexbofa afcac9ac2f
Delete ui.py 2023-10-22 00:29:14 +03:00
alexbofa d71dde054e
Add files via upload 2023-10-22 00:29:03 +03:00
alexbofa 4070ba302f
Update ui.py 2023-10-22 00:10:44 +03:00
alexbofa e216010555
Add files via upload 2023-10-22 00:06:14 +03:00
alexbofa adf92771f2
Add files via upload 2023-10-22 00:05:59 +03:00
alexbofa cd3d2a6c6f
Delete stage3_5.py 2023-10-21 23:53:10 +03:00
alexbofa e7921a773b
Update ui.py 2023-10-21 23:45:06 +03:00
alexbofa 1eddc87269
mistake 2023-10-21 23:40:46 +03:00
alexbofa fc91137cdc
Add files via upload 2023-10-21 23:34:19 +03:00
alexbofa 6bbf857b27
Update stage5.py 2023-10-21 23:16:03 +03:00
alexbofa a34375fa8d
Update README.md 2023-10-21 23:06:21 +03:00
alexbofa f26d9bbb2c
Add files via upload 2023-10-21 22:47:04 +03:00
alexbofa ade237ef5a
Delete ui.py 2023-10-21 22:46:47 +03:00
alexbofa 1edf16e73f
Add files via upload 2023-10-21 22:46:18 +03:00
alexbofa 0b096c3807
Update 2023-10-21 22:22:48 +03:00
alexbofa 3d816ff621
Update install.py 2023-10-21 22:03:06 +03:00
alexbofa b8f5ef7a59
Delete sample directory 2023-10-21 21:47:37 +03:00
alexbofa f5da64e3a6
Delete imgs directory 2023-10-21 21:45:46 +03:00
alexbofa b0bcfb1636
Delete scripts/custom_script.py 2023-10-21 21:44:48 +03:00
alexbofa 994dd09cc4
Delete calculator.py 2023-10-21 21:44:21 +03:00
s9roll7 a221237640
Merge pull request #122 from ryuan/bug-121-mac-install
closes #121 regarding dependency installations on M1/M2 Macs
2023-10-10 14:50:30 +09:00
ryuan 84d2006393 closes #121 so M1/M2 Macs can properly install and update package dependencies 2023-10-10 00:14:43 -05:00
s9roll7 a570bebc57 #116 2023-09-27 08:53:29 +09:00
s9roll7 4cd56c9dde
Merge pull request #113 from alexbofa/main
Improved UX
2023-09-20 21:31:28 +09:00
alexbofa a5894ca751
Update ui.py 2023-09-19 22:48:58 +03:00
alexbofa 12b696e959
Update style.css 2023-09-19 22:48:09 +03:00
s9roll7 dbb877b20d
Merge pull request #102 from wfjsw/transparent-background-api
use transparent-background api
2023-09-19 16:30:02 +09:00
s9roll7 5a0f5bb1ae
Merge pull request #112 from alexbofa/main
Update style.css
2023-09-19 16:24:23 +09:00
alexbofa a4b1d64fda
Update style.css 2023-09-19 10:04:13 +03:00
alexbofa 23e2fa6fd3
Update style.css 2023-09-19 10:03:43 +03:00
s9roll7 3858f120a4
Update README.md 2023-08-14 15:40:28 +09:00
wfjsw 7f17bdaeb6 use transparent-background api 2023-07-25 21:59:10 +08:00
s9roll7 44c18e0ebf fix "Stage 1 stops after generating video frame" 2023-05-31 16:02:22 +09:00
s9roll7 04388c4c19 fix #68 2023-05-31 15:20:57 +09:00
s9roll7 e4944feea6
Merge pull request #67 from allenhooo/transparent_background_executable_path
If the path of the virtual environment is not venv, it will crashed when call transparent_background
2023-05-31 08:53:32 +09:00
allenhooo d688bc4e63 When the path of the python virtual environment is not venv, transparent_background will not be found here. This modification finds the virtual environment path as the base path from the environment variable VIRTUAL_ENV 2023-05-30 20:18:06 +08:00
s9roll7 2f28fcde5d
Update README.md 2023-05-13 23:01:28 +09:00
s9roll7 c255e64a03
Merge pull request #48 from gmmarc/main
Remove white background from instructions for proper contrast on dark theme
2023-04-22 09:49:32 +09:00
gmmarc b11e16581f
Remove white background for proper contrast on dark theme 2023-04-21 10:46:31 +02:00
s9roll7 de9d914e74 Fixed an issue where img2img generation could not be interrupted in the latest webui 2023-04-06 12:02:56 +09:00
s9roll7 1e91627c22 Fixed problem with ckpt_base.pth downloading every time 2023-03-19 14:20:43 +09:00
s9roll7 c134621255 Fixed a forgotten character escape. 2023-03-14 09:13:56 +09:00
s9roll7 fae34f7ec6 Fixed a bug that stage7 does not work on other than windows 2023-03-13 23:55:21 +09:00
s9roll7 f15502b822 update readme 2023-03-11 20:56:13 +09:00
s9roll7 644fb2a5ab Changed the method of specifying the path to the executable file.
Maybe it will work on linux, mac, or colab, but I don't have the environment, so I haven't checked yet. The issue of how to run ebsynth itself in those environments is also not known
2023-03-11 11:46:37 +09:00