fix cv2 params
This commit is contained in:
@@ -44,3 +44,7 @@ class Config(BaseModel):
|
||||
sd_sampler: str = SDSampler.ddim
|
||||
# -1 mean random seed
|
||||
sd_seed: int = 42
|
||||
|
||||
# cv2
|
||||
cv2_flag: str = 'INPAINT_NS'
|
||||
cv2_radius: int = 4
|
||||
|
||||
Reference in New Issue
Block a user