va1bhavagrawa1 commited on
Commit
af0dc9d
Β·
1 Parent(s): 5da6d82
Files changed (2) hide show
  1. .gitignore +2 -1
  2. inference/config.py +1 -1
.gitignore CHANGED
@@ -1 +1,2 @@
1
- inference/gradio_tmp
 
 
1
+ inference/gradio_tmp
2
+ checkpoints/seethrough3d_release
inference/config.py CHANGED
@@ -22,7 +22,7 @@ if not os.path.exists(LORA_WEIGHTS_ROOT):
22
 
23
  # Available Checkpoint weights (dropdown options)
24
  CHECKPOINT_NAMES = [
25
- "seethrough3d_release/seethrough3d_release"
26
  ]
27
 
28
  # ── Blender Backend Server URLs ───────────────────────────────────────────────
 
22
 
23
  # Available Checkpoint weights (dropdown options)
24
  CHECKPOINT_NAMES = [
25
+ "seethrough3d_release"
26
  ]
27
 
28
  # ── Blender Backend Server URLs ───────────────────────────────────────────────