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...
3e7ee7c
CRM
Ctrl+K
Ctrl+K
3 contributors
History:
157 commits
YoussefAnso
Update default device setting to CPU in encoder modules for improved compatibility across systems without GPU support.
3e7ee7c
about 2 months ago
configs
init
over 1 year ago
examples
Re-added .webp images via Git LFS after history cleanup
about 2 months ago
imagedream
Update default device setting to CPU in encoder modules for improved compatibility across systems without GPU support.
about 2 months ago
libs
init
over 1 year ago
model
Refactor app.py and inference.py to streamline image generation and mesh export processes. Removed unnecessary CPU transfers and temporary file handling, directly returning generated GLB paths. Updated mesh export in CRM model to support vertex colors and improved overall efficiency in texture mapping.
about 2 months ago
util
Update default device setting to CPU in FlexiCubesGeometry and FlexiCubes classes for improved compatibility across systems without GPU support.
about 2 months ago
.gitattributes
Safe
1.77 kB
Track .webp images with Git LFS
about 2 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.
about 2 months ago
app.py
Safe
10.2 kB
Change default device setting to CPU in app.py for improved compatibility. Updated model loading to ensure it operates on CPU, enhancing performance on systems without GPU support.
about 2 months ago
inference.py
Safe
6.89 kB
Change device setting for mesh data in generate3d function to CPU for consistency with recent updates, ensuring compatibility across systems without GPU support.
about 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.
about 2 months ago
pipelines.py
Safe
6.63 kB
fix
over 1 year ago
requirements.txt
Safe
359 Bytes
Add functionality to download the DIS ONNX model if not found locally in app.py. Updated remove_background function to call new ensure_dis_onnx_model method for improved error handling. Added requests library to requirements.txt for HTTP requests.
about 2 months ago