1
0
Fork 0

Update run.py

Added variable overlap to txt2img
This commit is contained in:
HoopyFreud 2023-07-08 21:26:45 -04:00 committed by GitHub
parent 2d24ed8ff8
commit 757fb0d6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ def run_txt2img_pipeline(
SourceTxt2ImgStage(), SourceTxt2ImgStage(),
stage, stage,
size=size, size=size,
overlap=params.overlap,
) )
# apply upscaling and correction, before highres # apply upscaling and correction, before highres