KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Trellis2-DGX-Spark-Docker
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
superdesigner-ai
:
No description available.
telegram-support-bot
:
Простой Telegram-бот для поддержки пользователей.
ncnn_llm-mcp-sdimggen
:
基于 ncnn 的 Stable Diffusion 推理小工具,用于给 ncnn-llm 适配“图片生成”能力(作为 MCP 工具/后端可执行程序被调用)。
vSim
:
The artifact of "vSim: Semantics-Aware Value Extraction for Efficient Binary Code Similarity Analysis," NDSS 2026. You may also have a look at https://doi.org/10.5281/zenodo.17751555
browser-sharp
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Trellis2-DGX-Spark-Docker
?
Download (.md)
# TRELLIS.2 Docker (DGX SPARK) Docker image optimized for DGX SPARK. Original repository: [microsoft/TRELLIS.2](https://github.com/microsoft/TRELLIS.2) ### Quick Start ```bash # Initialize submodules git submodule update --init --recursive # Create .env with your Hugging Face token and user IDs echo "HF_TOKEN=your_huggingface_token_here" > .env echo "UID=$(id -u)" >> .env echo "GID=$(id -g)" >> .env # Launch docker compose up --build ``` **Mandatory:** Request access to these models on Hugging Face: - [DINOv3](https://huggingface.co/collections/facebook/dinov3) - [RMBG-2.0](https://huggingface.co/briaai/RMBG-2.0) Access: `http://localhost:7860` ### Alternative Apps ```bash # Run texturing app instead of default APP_SCRIPT=app_texturing.py docker compose up # Or set in .env echo "APP_SCRIPT=app_texturing.py" >> .env ``` **Note:** First build takes time (CUDA compilation + model downloads).