mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
Use type to determine if it is enable
This commit is contained in:
@@ -318,7 +318,6 @@ infotext_to_setting_name_mapping = [
|
||||
('Conditional mask weight', 'inpainting_mask_weight'),
|
||||
('Model hash', 'sd_model_checkpoint'),
|
||||
('ENSD', 'eta_noise_seed_delta'),
|
||||
('Enable Custom KDiffusion Schedule', 'custom_k_sched'),
|
||||
('KDiffusion Scheduler Type', 'k_sched_type'),
|
||||
('KDiffusion Scheduler sigma_max', 'sigma_max'),
|
||||
('KDiffusion Scheduler sigma_min', 'sigma_min'),
|
||||
|
Reference in New Issue
Block a user