Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,9 +18,9 @@ pipeline = OVLatentConsistencyModelPipeline.from_pretrained(model_id, compile=Fa
|
|
| 18 |
batch_size, num_images, height, width = 1, 1, 1024, 512
|
| 19 |
pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
|
| 20 |
|
| 21 |
-
# 选择采样方法(调度器)
|
| 22 |
-
scheduler = EulerDiscreteScheduler()
|
| 23 |
-
pipeline.scheduler = scheduler
|
| 24 |
|
| 25 |
#badhandv4
|
| 26 |
#pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
|
|
|
|
| 18 |
batch_size, num_images, height, width = 1, 1, 1024, 512
|
| 19 |
pipeline.reshape(batch_size=batch_size, height=height, width=width, num_images_per_prompt=num_images)
|
| 20 |
|
| 21 |
+
# 选择采样方法(调度器) 可以新增但是跑就死
|
| 22 |
+
#scheduler = EulerDiscreteScheduler()
|
| 23 |
+
#pipeline.scheduler = scheduler
|
| 24 |
|
| 25 |
#badhandv4
|
| 26 |
#pipeline.load_textual_inversion("./badhandv4.pt", "badhandv4")
|