mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 08:44:33 +02:00
Merge pull request #1838 from djdookie/master
Fixes params pasting for denoise start and end
This commit is contained in:
+4
-4
@@ -482,8 +482,8 @@ def create_ui(startup_timer = None):
|
||||
(clip_skip, "Clip skip"),
|
||||
(latent_index, "Latent sampler"),
|
||||
(denoising_strength, "Denoising strength"),
|
||||
(refiner_denoise_start, "Denoising strength"),
|
||||
(refiner_denoise_end, "Denoising end"),
|
||||
(refiner_denoise_start, "Denoise start"),
|
||||
(refiner_denoise_end, "Denoise end"),
|
||||
(restore_faces, "Face restoration"),
|
||||
(batch_size, "Batch size"),
|
||||
(batch_count, "Batch count"),
|
||||
@@ -836,8 +836,8 @@ def create_ui(startup_timer = None):
|
||||
(clip_skip, "Clip skip"),
|
||||
(latent_index, "Latent sampler"),
|
||||
(denoising_strength, "Denoising strength"),
|
||||
(refiner_denoise_start, "Denoising strength"),
|
||||
(refiner_denoise_end, "Denoising end"),
|
||||
(refiner_denoise_start, "Denoise start"),
|
||||
(refiner_denoise_end, "Denoise end"),
|
||||
(restore_faces, "Face restoration"),
|
||||
(batch_size, "Batch size"),
|
||||
(batch_count, "Batch count"),
|
||||
|
||||
Reference in New Issue
Block a user