This commit is contained in:
lllyasviel 2023-08-16 13:18:46 -07:00 committed by GitHub
parent 55342fcd58
commit 0b68b367d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ def worker():
('Sharpness', sharpness), ('Sharpness', sharpness),
('Base Model', base_model_name), ('Base Model', base_model_name),
('Refiner Model', refiner_model_name), ('Refiner Model', refiner_model_name),
('Seed', seed)
] ]
for n, w in loras: for n, w in loras:
if n != 'None': if n != 'None':