Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"
|
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
|