alexeyGod commited on
Commit
810667f
·
verified ·
1 Parent(s): f09d947

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ var_2="nota-ai/bk-sdm-small"
58
 
59
 
60
  pipe = DiffusionPipeline.from_pretrained(
61
- model_repo_id, torch_dtype=torch_dtype, use_safetensors=True)
62
  #pipe.vae = AutoencoderTiny.from_pretrained(
63
  # "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
64
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
 
58
 
59
 
60
  pipe = DiffusionPipeline.from_pretrained(
61
+ var_2, torch_dtype=torch_dtype, use_safetensors=True)
62
  #pipe.vae = AutoencoderTiny.from_pretrained(
63
  # "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
64
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)