pull/130/head
John-Henry Lim 2023-02-09 11:45:14 +08:00
parent 2358931f57
commit e9578ec964
2 changed files with 3 additions and 2 deletions

View File

@ -263,6 +263,7 @@ def f_img2img(req: Img2ImgRequest):
req.batch_count, # n_iter
req.batch_size, # batch_size
req.cfg_scale, # cfg_scale
0, # img_cfg_scale (unsupported)
req.denoising_strength, # denoising_strength
req.seed, # seed
req.subseed, # subseed

View File

@ -6,8 +6,8 @@ from launch import git, run
REPO_LOCATION = Path(__file__).parent
# git show -s --format=%ct <commit_hash>
LAST_BREAKING_COMMIT_TIME = 1675035626
LAST_BREAKING_COMMIT = "c81b52ffbd6252842b3473a7aa8eb7ffc88ee7d1"
LAST_BREAKING_COMMIT_TIME = 1675466396
LAST_BREAKING_COMMIT = "6c6c6636bb123d664999c888cda47a1f8bad635b"
auto_update = os.environ.get("AUTO_SD_PAINT_EXT_AUTO_UPDATE", "False").lower() in {
"true",
"yes",