Yang2001 commited on
Commit
f4d81f2
·
1 Parent(s): 702d7bc

Update to torch2.8+cu128 environment and rename Render Mode

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Pixal3D T
3
  emoji: 🏆
4
  colorFrom: indigo
5
  colorTo: gray
 
1
  ---
2
+ title: Pixal3D
3
  emoji: 🏆
4
  colorFrom: indigo
5
  colorTo: gray
autotune_cache.json CHANGED
The diff for this file is too large to render. See raw diff
 
index.html CHANGED
@@ -659,7 +659,7 @@
659
  </div>
660
 
661
  <div class="sidebar-section" id="render-controls" style="display: none;">
662
- <h3><i data-lucide="palette" style="width: 14px;"></i> Render Mode</h3>
663
  <div class="mode-grid" id="mode-grid">
664
  <!-- Tabs injected via JS -->
665
  </div>
 
659
  </div>
660
 
661
  <div class="sidebar-section" id="render-controls" style="display: none;">
662
+ <h3><i data-lucide="palette" style="width: 14px;"></i> Render Mode For Preview</h3>
663
  <div class="mode-grid" id="mode-grid">
664
  <!-- Tabs injected via JS -->
665
  </div>
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu124
2
 
3
- torch==2.6.0
4
- torchvision==0.21.0
5
- triton==3.2.0
6
  pillow==12.0.0
7
  imageio==2.37.2
8
  imageio-ffmpeg==0.6.0
@@ -17,12 +17,13 @@ timm==1.0.22
17
  diffusers==0.37.1
18
  accelerate==1.13.0
19
  gradio
 
20
  plyfile==1.1.3
21
  git+https://github.com/microsoft/MoGe.git
22
- https://github.com/LDYang694/Storages/releases/download/20260430/natten-0.21.0+torch2.6cu124-cp310-cp310-linux_x86_64.whl
23
- https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
24
- https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/cumesh-0.0.1-cp310-cp310-linux_x86_64.whl
25
- https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/flex_gemm-0.0.1-cp310-cp310-linux_x86_64.whl
26
- https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/o_voxel-0.0.1-cp310-cp310-linux_x86_64.whl
27
- https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/nvdiffrast-0.4.0-cp310-cp310-linux_x86_64.whl
28
- https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/nvdiffrec_render-0.0.0-cp310-cp310-linux_x86_64.whl
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu128
2
 
3
+ torch==2.8.0
4
+ torchvision==0.23.0
5
+ triton==3.4.0
6
  pillow==12.0.0
7
  imageio==2.37.2
8
  imageio-ffmpeg==0.6.0
 
17
  diffusers==0.37.1
18
  accelerate==1.13.0
19
  gradio
20
+ einops==0.8.2
21
  plyfile==1.1.3
22
  git+https://github.com/microsoft/MoGe.git
23
+ https://github.com/LDYang694/Storages/releases/download/20260430/natten-0.21.0+torch2.8cu128-cp310-cp310-linux_x86_64.whl
24
+ https://github.com/LDYang694/Storages/releases/download/20260430/flash_attn_3-3.0.0-cp39-abi3-linux_x86_64.whl
25
+ https://github.com/LDYang694/Storages/releases/download/20260430/cumesh-0.0.1-cp310-cp310-linux_x86_64.whl
26
+ https://github.com/LDYang694/Storages/releases/download/20260430/flex_gemm-1.0.0-cp310-cp310-linux_x86_64.whl
27
+ https://github.com/LDYang694/Storages/releases/download/20260430/o_voxel-0.0.1-cp310-cp310-linux_x86_64.whl
28
+ https://github.com/LDYang694/Storages/releases/download/20260430/nvdiffrast-0.4.0-cp310-cp310-linux_x86_64.whl
29
+ https://github.com/LDYang694/Storages/releases/download/20260430/nvdiffrec_render-0.0.0-cp310-cp310-linux_x86_64.whl
requirements_th26_cu124.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu124
2
+
3
+ torch==2.6.0
4
+ torchvision==0.21.0
5
+ triton==3.2.0
6
+ pillow==12.0.0
7
+ imageio==2.37.2
8
+ imageio-ffmpeg==0.6.0
9
+ tqdm==4.67.1
10
+ easydict==1.13
11
+ opencv-python-headless==4.12.0.88
12
+ trimesh==4.10.1
13
+ transformers==4.57.3
14
+ zstandard==0.25.0
15
+ kornia==0.8.2
16
+ timm==1.0.22
17
+ diffusers==0.37.1
18
+ accelerate==1.13.0
19
+ gradio
20
+ plyfile==1.1.3
21
+ git+https://github.com/microsoft/MoGe.git
22
+ https://github.com/LDYang694/Storages/releases/download/20260430/natten-0.21.0+torch2.6cu124-cp310-cp310-linux_x86_64.whl
23
+ https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
24
+ https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/cumesh-0.0.1-cp310-cp310-linux_x86_64.whl
25
+ https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/flex_gemm-0.0.1-cp310-cp310-linux_x86_64.whl
26
+ https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/o_voxel-0.0.1-cp310-cp310-linux_x86_64.whl
27
+ https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/nvdiffrast-0.4.0-cp310-cp310-linux_x86_64.whl
28
+ https://github.com/JeffreyXiang/Storages/releases/download/Space_Wheels_251210/nvdiffrec_render-0.0.0-cp310-cp310-linux_x86_64.whl