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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"polygenixai_mv_{get_random_hex()}.png")
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