hsuwill000 commited on
Commit
9014042
·
verified ·
1 Parent(s): b4717b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,9 +37,9 @@ pipe.vae_decoder = CustomOVModelVaeDecoder(model = OVBaseModel.load_model(f"{tae
37
  parent_model = pipe,
38
  model_dir = taesd_dir
39
 
40
- """
41
- )
42
 
 
 
43
  print(pipe.scheduler.compatibles)
44
 
45
  pipe.reshape(batch_size=batch_size, height=HIGH, width=WIDTH, num_images_per_prompt=1)
 
37
  parent_model = pipe,
38
  model_dir = taesd_dir
39
 
 
 
40
 
41
+ )
42
+ """
43
  print(pipe.scheduler.compatibles)
44
 
45
  pipe.reshape(batch_size=batch_size, height=HIGH, width=WIDTH, num_images_per_prompt=1)