alexnasa commited on
Commit
dee4b5d
·
verified ·
1 Parent(s): deed1cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -382,8 +382,6 @@ def apply_prompt(meta_data, new_prompt):
382
  scheduler.set_timesteps(inference_steps, device="cuda")
383
  timesteps = scheduler.timesteps
384
 
385
- initial_latents = torch.cat([real_image_initial_latents] * 2)
386
-
387
  def adjust_latent(pipe, step, timestep, callback_kwargs):
388
  replace_attention_processor(pipe.unet)
389
 
 
382
  scheduler.set_timesteps(inference_steps, device="cuda")
383
  timesteps = scheduler.timesteps
384
 
 
 
385
  def adjust_latent(pipe, step, timestep, callback_kwargs):
386
  replace_attention_processor(pipe.unet)
387