anvilinteractiv commited on
Commit
6537180
·
verified ·
1 Parent(s): 8ce3d47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,7 +457,7 @@ def run_texture(image: Image, mesh_path: str, seed: int, req: gr.Request):
457
 
458
  torch.cuda.empty_cache()
459
 
460
- mv_image_path = os.path.join(save_dir, f"polygenixai_mv_{get_random_hex()}.png")
461
  make_image_grid(images, rows=1).save(mv_image_path)
462
 
463
  from texture import TexturePipeline, ModProcessConfig
 
457
 
458
  torch.cuda.empty_cache()
459
 
460
+ mv_image_path = os.path.join(save_dir, f"mv_adapter_{get_random_hex()}.png")
461
  make_image_grid(images, rows=1).save(mv_image_path)
462
 
463
  from texture import TexturePipeline, ModProcessConfig