radames commited on
Commit
141db8f
·
1 Parent(s): 6c0021c
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
- 768, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
66
  )
67
  height: int = Field(
68
- 768, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
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,