Match stable diffusion result's histogram to image's
This commit is contained in:
@@ -48,6 +48,7 @@ class Config(BaseModel):
|
||||
sd_sampler: str = SDSampler.ddim
|
||||
# -1 mean random seed
|
||||
sd_seed: int = 42
|
||||
sd_match_histograms: bool = False
|
||||
|
||||
# cv2
|
||||
cv2_flag: str = 'INPAINT_NS'
|
||||
|
||||
Reference in New Issue
Block a user