Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromย
Zhengyi/CRM
mashroo
/
CRM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dcb102c
CRM
Ctrl+K
Ctrl+K
3 contributors
History:
137 commits
YoussefAnso
Ensure tensors are on CPU in generate3d function of inference.py for consistent processing. Updated points_tensor and triplane_feature2 to prevent device-related issues during inference.
dcb102c
2 months ago
configs
init
over 1 year ago
examples
Re-added .webp images via Git LFS after history cleanup
3 months ago
imagedream
init
over 1 year ago
libs
init
over 1 year ago
model
Fix variable names in mesh export for CRM model to enhance clarity and maintain consistency with previous changes. Updated vertices and faces variable names for better readability.
2 months ago
util
Update util/renderer.py
over 1 year ago
.gitattributes
Safe
1.77 kB
Track .webp images with Git LFS
3 months ago
.gitignore
Safe
2.7 kB
fix
over 1 year ago
README.md
Safe
252 Bytes
Remove unnecessary launch parameters from app.py for simplicity and update README.md to reflect the new Gradio SDK version 4.21.0.
3 months ago
app.py
Safe
8.97 kB
Refactor gen_image function in app.py to create a temporary GLB file with a proper extension and return its path. This change enhances file management by ensuring the generated file is correctly handled and simplifies the cleanup process.
3 months ago
inference.py
Safe
4.27 kB
Ensure tensors are on CPU in generate3d function of inference.py for consistent processing. Updated points_tensor and triplane_feature2 to prevent device-related issues during inference.
2 months ago
mesh.py
Safe
34.5 kB
Refactor gen_image function in app.py to return base64 encoded GLB data instead of a file path. Update mesh export in inference.py to return .obj file extension. Modify Mesh class to streamline GLB export and enhance texture handling, ensuring proper integration of vertex attributes.
3 months ago
pipelines.py
Safe
6.63 kB
fix
over 1 year ago
requirements.txt
Safe
334 Bytes
Add base64 import to app.py for encoding functionality; remove unnecessary newline in requirements.txt.
3 months ago