aboutsummaryrefslogtreecommitdiffstats
path: root/modules/generation_parameters_copypaste.py
diff options
context:
space:
mode:
authorKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-05-23 02:58:57 +0000
committerKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-05-23 02:58:57 +0000
commit1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe (patch)
treebef288bb9d27f2c524f97018e0f891ea90620517 /modules/generation_parameters_copypaste.py
parentec1608308c74d0215945fda0d18e82a2c3aaa791 (diff)
downloadstable-diffusion-webui-gfx803-1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe.tar.gz
stable-diffusion-webui-gfx803-1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe.tar.bz2
stable-diffusion-webui-gfx803-1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe.zip
Use settings instead of main interface
Diffstat (limited to 'modules/generation_parameters_copypaste.py')
-rw-r--r--modules/generation_parameters_copypaste.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/generation_parameters_copypaste.py b/modules/generation_parameters_copypaste.py
index d5f0a49b..c92fb0fb 100644
--- a/modules/generation_parameters_copypaste.py
+++ b/modules/generation_parameters_copypaste.py
@@ -318,6 +318,11 @@ 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'),
+ ('KDiffusion Scheduler rho', 'rho'),
('Noise multiplier', 'initial_noise_multiplier'),
('Eta', 'eta_ancestral'),
('Eta DDIM', 'eta_ddim'),