kabachuha
|
f5b46acd25
|
add model selection to the api
|
2023-07-02 18:27:24 +03:00 |
kabachuha
|
6964ff44cc
|
add sampler to api
|
2023-07-02 15:39:27 +03:00 |
kabachuha
|
c87b84b039
|
revert wrong merge to api
part of streamlining #187
|
2023-07-02 13:35:21 +03:00 |
ExponentialML
|
c071a804b7
|
Initial commit for multi-sampler feature.
|
2023-06-27 22:18:52 -07:00 |
Martín (Netux) Rodríguez
|
48619d1feb
|
Add scripts/ directory, relative to api_t2v.py, to os.path
Same as #172, but for the API
|
2023-06-25 01:26:14 -03:00 |
kabachuha
|
8cba2def5b
|
relicense sd-webui-text2video under AGPL v3.0
Incorporates the original ModelScope code into the extension and licenses them both under the Apache 2.0-compatible AGPL v3.0
|
2023-05-30 17:23:45 +03:00 |
kabachuha
|
1a5120ed0c
|
add fps and soundtrack to the API
|
2023-04-16 01:59:32 +03:00 |
kabachuha
|
251c2b4722
|
set the API version to 1.0
|
2023-04-16 01:37:25 +03:00 |
kabachuha
|
8165aa3c11
|
rename img2img to vid2vid
so it won't be confused with webui's img2img
|
2023-04-16 01:36:55 +03:00 |
kabachuha
|
2164e398af
|
move the temp dir to the outputs folder
|
2023-04-16 01:11:11 +03:00 |
kabachuha
|
03f594e402
|
properly use the temp files
|
2023-04-15 23:14:25 +03:00 |
kabachuha
|
63cef24812
|
switch mkdir to makedirs
|
2023-04-15 22:30:34 +03:00 |
kabachuha
|
07f289524b
|
use await to read file content
|
2023-04-15 22:22:10 +03:00 |
kabachuha
|
2770e2465e
|
get files from uploadfiles
|
2023-04-15 21:52:03 +03:00 |
kabachuha
|
576de7e3b7
|
use unions
|
2023-04-15 21:19:21 +03:00 |
kabachuha
|
95f4f90957
|
use UploadFile instead of base64
|
2023-04-15 21:17:03 +03:00 |
kabachuha
|
ec8f4c65b2
|
remove kwargs from run call
|
2023-04-15 20:44:50 +03:00 |
kabachuha
|
0c01321a1b
|
fixup usage of inpainting_frames parameter
|
2023-04-15 20:35:49 +03:00 |
kabachuha
|
e812625b26
|
use POST instead of GET to launch run
|
2023-04-15 20:24:59 +03:00 |
kabachuha
|
4a0ceb9430
|
fixup default args filling
|
2023-04-15 20:21:14 +03:00 |
kabachuha
|
beafc09b8c
|
fix tmp_vid2vid being absent
|
2023-04-15 19:28:22 +03:00 |
kabachuha
|
a053ad03ea
|
refactor to get rid of cyclic dependencies
|
2023-04-14 15:51:30 +03:00 |
kabachuha
|
80a72d1a38
|
use Union for API params
so the users won't have to upgrade python to 3.10+ just because of the API
|
2023-04-13 23:52:42 +03:00 |
kabachuha
|
18746a7b59
|
fixup api imports
|
2023-04-13 23:47:22 +03:00 |
kabachuha
|
befb3499bd
|
pack videos in a list and append in the right tab
closes #109
|
2023-04-13 23:26:17 +03:00 |
kabachuha
|
03095bd44d
|
make API handle inpainting and vid2vid as well
|
2023-04-13 22:35:09 +03:00 |
kabachuha
|
69e379ea0c
|
add base API with sanity check
|
2023-04-13 21:16:31 +03:00 |