Commit f06ba50f authored by novelailab's avatar novelailab

forced height wnd width

parent deff8bc2
......@@ -56,8 +56,8 @@ class GenerationRequest(BaseModel):
plms: bool = True
fixed_code: bool = False
ddim_eta: float = 0.0
height: int
width: int
height: int = 512
width: int = 512
latent_channels: int = 4
downsampling_factor: int = 8
scale: float = 7.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment