Match stable diffusion result's histogram to image's

This commit is contained in:
Anders Haglund
2022-11-23 14:50:58 -08:00
parent 0b00fffe13
commit 8e408640a4
6 changed files with 62 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ def process():
sd_guidance_scale=form["sdGuidanceScale"],
sd_sampler=form["sdSampler"],
sd_seed=form["sdSeed"],
sd_match_histograms=form["sdMatchHistograms"],
cv2_flag=form["cv2Flag"],
cv2_radius=form['cv2Radius']
)