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...
a3626f7
CRM
Ctrl+K
Ctrl+K
3 contributors
History:
173 commits
YoussefAnso
Update generate3d function to initialize nvdiffrast context using CUDA, enhancing rendering performance and compatibility with GPU devices.
a3626f7
20 days ago
configs
init
over 1 year ago
examples
Re-added .webp images via Git LFS after history cleanup
about 1 month ago
imagedream
Ensure input tensor is on the same device as model weights in FrozenOpenCLIPEmbedder. This change improves compatibility and performance by preventing device mismatch during image encoding.
21 days ago
libs
Refactor device handling across multiple modules to enforce CUDA usage explicitly. This change ensures consistent device allocation for model operations, enhancing performance on systems with GPU support while maintaining compatibility.
21 days 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.
22 days ago
util
Refactor device handling across multiple modules to enforce CUDA usage explicitly. This change ensures consistent device allocation for model operations, enhancing performance on systems with GPU support while maintaining compatibility.
21 days ago
.gitattributes
Safe
1.77 kB
Track .webp images with Git LFS
about 1 month 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 1 month ago
app.py
Safe
8.52 kB
Refactor background removal process in app.py to utilize rembg library, enhancing performance and simplifying the code. Update device handling to allow dynamic selection between CPU and CUDA, improving compatibility across different hardware configurations. Modify output format from OBJ to GLB for better integration with Gradio display.
20 days ago
inference.py
Safe
1.02 kB
Update generate3d function to initialize nvdiffrast context using CUDA, enhancing rendering performance and compatibility with GPU devices.
20 days 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 1 month ago
pipelines.py
Safe
6.67 kB
Refactor device handling across multiple modules to enforce CUDA usage explicitly. This change ensures consistent device allocation for model operations, enhancing performance on systems with GPU support while maintaining compatibility.
21 days ago
requirements.txt
Safe
357 Bytes
Update requirements.txt to include rembg library for background removal functionality, enhancing the application's capabilities in image processing.
20 days ago