Spaces:
Runtime error
Runtime error
fix w/h
Browse files
server/pipelines/controlnetPCMSD15.py
CHANGED
|
@@ -62,10 +62,10 @@ class Pipeline:
|
|
| 62 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
| 63 |
)
|
| 64 |
width: int = Field(
|
| 65 |
-
|
| 66 |
)
|
| 67 |
height: int = Field(
|
| 68 |
-
|
| 69 |
)
|
| 70 |
strength: float = Field(
|
| 71 |
0.5,
|
|
|
|
| 62 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
| 63 |
)
|
| 64 |
width: int = Field(
|
| 65 |
+
512, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
|
| 66 |
)
|
| 67 |
height: int = Field(
|
| 68 |
+
512, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
|
| 69 |
)
|
| 70 |
strength: float = Field(
|
| 71 |
0.5,
|