Spaces:
Runtime error
Runtime error
hsuwill000
commited on
Update app.py
Browse files
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)
|