SAG implemented (#88)

sag
This commit is contained in:
lllyasviel
2023-08-14 18:20:20 -07:00
committed by GitHub
parent 7e1b551cc2
commit 96d15b4933
8 changed files with 435 additions and 44 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ def worker():
results = []
seed = image_seed
if not isinstance(seed, int) or seed < 0 or seed > 65535:
seed = random.randint(1, 65535)
if not isinstance(seed, int) or seed < 0 or seed > 1024*1024*1024:
seed = random.randint(1, 1024*1024*1024)
all_steps = steps * image_number