From 18446dc3a5c96c5252270b760a5a7eb4f42d306f Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Mon, 22 Jan 2024 19:23:22 +0100 Subject: [PATCH] wip: add TODOs --- modules/patch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/patch.py b/modules/patch.py index 2e2409c5..84f82950 100644 --- a/modules/patch.py +++ b/modules/patch.py @@ -28,6 +28,8 @@ from ldm_patched.ldm.modules.diffusionmodules.openaimodel import forward_timeste from modules.patch_precision import patch_all_precision from modules.patch_clip import patch_all_clip +# TODO make these parameters dynamic: +# TODO sharpness, adm_scaler_end, positive_adm_scale, negative_adm_scale, adaptive_cfg + controlnet_softness sharpness = 2.0