Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,8 @@ model_id = "helenai/eimiss-EimisAnimeDiffusion_1.0v-ov"
|
|
| 5 |
|
| 6 |
batch_size = 1
|
| 7 |
num_images_per_prompt = 1
|
| 8 |
-
height =
|
| 9 |
-
width =
|
| 10 |
|
| 11 |
pipeline = OVStableDiffusionPipeline.from_pretrained(model_id, compile=False)
|
| 12 |
pipeline.sampler = "dpm++2s_a"
|
|
|
|
| 5 |
|
| 6 |
batch_size = 1
|
| 7 |
num_images_per_prompt = 1
|
| 8 |
+
height = 512
|
| 9 |
+
width = 512
|
| 10 |
|
| 11 |
pipeline = OVStableDiffusionPipeline.from_pretrained(model_id, compile=False)
|
| 12 |
pipeline.sampler = "dpm++2s_a"
|