Spaces:
Sleeping
Sleeping
one step
Browse files
pipelines/img2imgSD21Turbo.py
CHANGED
@@ -72,7 +72,7 @@ class Pipeline:
|
|
72 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
73 |
)
|
74 |
steps: int = Field(
|
75 |
-
|
76 |
)
|
77 |
width: int = Field(
|
78 |
512, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
|
|
|
72 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
73 |
)
|
74 |
steps: int = Field(
|
75 |
+
1, min=1, max=15, title="Steps", field="range", hide=True, id="steps"
|
76 |
)
|
77 |
width: int = Field(
|
78 |
512, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
|