Spaces:
Running
Running
OmPrakashSingh1704
commited on
Commit
•
513eebb
1
Parent(s):
eb6746a
- options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc +0 -0
- options/Banner_Model/__pycache__/Image2Image_2.cpython-310.pyc +0 -0
- options/Video_model/__pycache__/Model.cpython-310.pyc +0 -0
- options/Video_model/__pycache__/__init__.cpython-310.pyc +0 -0
- options/__pycache__/Video.cpython-310.pyc +0 -0
- requirements.txt +4 -2
options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc
CHANGED
Binary files a/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc and b/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc differ
|
|
options/Banner_Model/__pycache__/Image2Image_2.cpython-310.pyc
CHANGED
Binary files a/options/Banner_Model/__pycache__/Image2Image_2.cpython-310.pyc and b/options/Banner_Model/__pycache__/Image2Image_2.cpython-310.pyc differ
|
|
options/Video_model/__pycache__/Model.cpython-310.pyc
CHANGED
Binary files a/options/Video_model/__pycache__/Model.cpython-310.pyc and b/options/Video_model/__pycache__/Model.cpython-310.pyc differ
|
|
options/Video_model/__pycache__/__init__.cpython-310.pyc
CHANGED
Binary files a/options/Video_model/__pycache__/__init__.cpython-310.pyc and b/options/Video_model/__pycache__/__init__.cpython-310.pyc differ
|
|
options/__pycache__/Video.cpython-310.pyc
CHANGED
Binary files a/options/__pycache__/Video.cpython-310.pyc and b/options/__pycache__/Video.cpython-310.pyc differ
|
|
requirements.txt
CHANGED
@@ -5,7 +5,9 @@ mediapipe
|
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
torch==2.1.0
|
7 |
torchvision==0.16.0
|
8 |
-
transformers==4.42.3
|
9 |
xformers==0.0.22.post7
|
10 |
peft==0.9.0
|
11 |
-
|
|
|
|
|
|
|
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
torch==2.1.0
|
7 |
torchvision==0.16.0
|
|
|
8 |
xformers==0.0.22.post7
|
9 |
peft==0.9.0
|
10 |
+
gradio
|
11 |
+
accelerate
|
12 |
+
transformers==4.42.4
|
13 |
+
git+https://github.com/Gothos/diffusers.git@flux-inpaint
|