Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ def run_full(image: str, seed: int = 0, num_inference_steps: int = 50, guidance_
|
|
205 |
|
206 |
torch.cuda.empty_cache()
|
207 |
|
208 |
-
mv_image_path = os.path.join(save_dir, f"
|
209 |
make_image_grid(images, rows=1).save(mv_image_path)
|
210 |
|
211 |
from texture import TexturePipeline, ModProcessConfig
|
|
|
205 |
|
206 |
torch.cuda.empty_cache()
|
207 |
|
208 |
+
mv_image_path = os.path.join(save_dir, f"mv_adapter_{get_random_hex()}.png")
|
209 |
make_image_grid(images, rows=1).save(mv_image_path)
|
210 |
|
211 |
from texture import TexturePipeline, ModProcessConfig
|