- apps/__pycache__/mv_models.cpython-38.pyc +0 -0
- gradio_app.py +0 -1
- requirements.txt +3 -1
apps/__pycache__/mv_models.cpython-38.pyc
CHANGED
Binary files a/apps/__pycache__/mv_models.cpython-38.pyc and b/apps/__pycache__/mv_models.cpython-38.pyc differ
|
|
gradio_app.py
CHANGED
@@ -141,7 +141,6 @@ if __name__=="__main__":
|
|
141 |
})
|
142 |
mvimg_model_config_list = ["CRM", "ImageDream", "Wonder3D"]
|
143 |
|
144 |
-
# for 3D latent set diffusion
|
145 |
# for 3D latent set diffusion
|
146 |
ckpt_path = hf_hub_download(repo_id="wyysf/CraftsMan", filename="image-to-shape-diffusion/clip-mvrgb-modln-l256-e64-ne8-nd16-nl6/model.ckpt", repo_type="model")
|
147 |
config_path = hf_hub_download(repo_id="wyysf/CraftsMan", filename="image-to-shape-diffusion/clip-mvrgb-modln-l256-e64-ne8-nd16-nl6/config.yaml", repo_type="model")
|
|
|
141 |
})
|
142 |
mvimg_model_config_list = ["CRM", "ImageDream", "Wonder3D"]
|
143 |
|
|
|
144 |
# for 3D latent set diffusion
|
145 |
ckpt_path = hf_hub_download(repo_id="wyysf/CraftsMan", filename="image-to-shape-diffusion/clip-mvrgb-modln-l256-e64-ne8-nd16-nl6/model.ckpt", repo_type="model")
|
146 |
config_path = hf_hub_download(repo_id="wyysf/CraftsMan", filename="image-to-shape-diffusion/clip-mvrgb-modln-l256-e64-ne8-nd16-nl6/config.yaml", repo_type="model")
|
requirements.txt
CHANGED
@@ -32,4 +32,6 @@ trimesh==4.3.2
|
|
32 |
wandb==0.16.6
|
33 |
segment_anything==1.0
|
34 |
rembg==2.0.56
|
35 |
-
xformers==0.0.24
|
|
|
|
|
|
32 |
wandb==0.16.6
|
33 |
segment_anything==1.0
|
34 |
rembg==2.0.56
|
35 |
+
xformers==0.0.24
|
36 |
+
spaces==0.28.3
|
37 |
+
open_clip_torch==2.24.0
|