This commit is contained in:
lvmin 2023-08-10 11:14:50 -07:00
parent 1bfa1db707
commit 97d9f16fd5
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ class KSamplerWithRefiner:
positive[i] = refiner_positive[i]
for i in range(len(negative)):
negative[i] = refiner_negative[i]
print('Refiner swapped.')
return
def callback(step, x0, x, total_steps):