wip: add hyper-sd 8 step cfg lora with negative prompt support

This commit is contained in:
Manuel Schmid
2024-05-04 16:24:33 +02:00
parent 1a9faf4d1b
commit 8ef1a2119c
3 changed files with 22 additions and 1 deletions
+8
View File
@@ -282,6 +282,14 @@ def worker():
adm_scaler_negative = 1.0
adm_scaler_end = 0.0
elif performance_selection == Performance.HYPER_SD8:
print('Enter Hyper-SD8 mode.')
progressbar(async_task, 1, 'Downloading Hyper-SD components ...')
loras += [(modules.config.downloading_sdxl_hyper_sd_cfg_lora(), 0.3)]
sampler_name = 'dpmpp_sde_gpu'
scheduler_name = 'normal'
print(f'[Parameters] Adaptive CFG = {adaptive_cfg}')
print(f'[Parameters] Sharpness = {sharpness}')
print(f'[Parameters] ControlNet Softness = {controlnet_softness}')