Spaces:
Running
on
Zero
Running
on
Zero
wzhouxiff
commited on
Commit
•
3b2f131
1
Parent(s):
9046360
gradio env
Browse files- README.md +9 -0
- requirements.txt +16 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
title: ObjCtrl 2.5D
|
2 |
+
colorFrom: purple
|
3 |
+
colorTo: red
|
4 |
+
sdk: gradio
|
5 |
+
sdk_version: 4.39.0
|
6 |
+
app_file: app.py
|
7 |
+
pinned: false
|
8 |
+
license: apache-2.0
|
9 |
+
short_description: Training-free object control with camera poses
|
requirements.txt
CHANGED
@@ -1 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio-image-prompter
|
|
|
1 |
+
diffusers==0.24.0
|
2 |
+
imageio==2.27.0
|
3 |
+
xformers==0.0.25
|
4 |
+
transformers==4.39.3
|
5 |
+
gradio==4.39.0
|
6 |
+
imageio==2.27.0
|
7 |
+
imageio-ffmpeg==0.4.9
|
8 |
+
opencv-python
|
9 |
+
gdown
|
10 |
+
einops
|
11 |
+
decord
|
12 |
+
omegaconf
|
13 |
+
safetensors
|
14 |
+
wandb
|
15 |
+
triton
|
16 |
+
termcolor
|
17 |
gradio-image-prompter
|