Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ model_id = "stabilityai/stable-diffusion-xl-base-1.0"
|
|
| 17 |
#pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False)
|
| 18 |
pipeline = OVStableDiffusionXLPipeline.from_pretrained(model_id)
|
| 19 |
|
| 20 |
-
batch_size, num_images, height, width = 1, 1,
|
| 21 |
#pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
|
| 22 |
#pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
|
| 23 |
#hiten1
|
|
|
|
| 17 |
#pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=False)
|
| 18 |
pipeline = OVStableDiffusionXLPipeline.from_pretrained(model_id)
|
| 19 |
|
| 20 |
+
batch_size, num_images, height, width = 1, 1, 256, 256
|
| 21 |
#pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
|
| 22 |
#pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
|
| 23 |
#hiten1
|