Stable-X commited on
Commit
4813e61
·
verified ·
1 Parent(s): 5c98c5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -433,7 +433,6 @@ if __name__ == "__main__":
433
  pipeline = TrellisVGGTTo3DPipeline.from_pretrained("Stable-X/trellis-vggt-v0-1")
434
  pipeline.cuda()
435
  pipeline.VGGT_model.cuda()
436
- pipeline.birefnet_model.cuda()
437
  try:
438
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
439
  except:
 
433
  pipeline = TrellisVGGTTo3DPipeline.from_pretrained("Stable-X/trellis-vggt-v0-1")
434
  pipeline.cuda()
435
  pipeline.VGGT_model.cuda()
 
436
  try:
437
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
438
  except: