diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df1eec47..c57a51ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log for SD.Next -## Update for 2025-01-10 +## Update for 2025-01-11 - [Allegro Video](https://huggingface.co/rhymes-ai/Allegro) - optimizations: full offload and quantization support @@ -18,10 +18,6 @@ - sort logged timers by duration - allow min duration env variable for timers: `SD_MIN_TIMER=0.1` (default) - update installer messages -- **Detailer**: - - add explicit detailer steps setting -- **SysInfo**: - - update to collected data and benchmarks - **Refactor**: - refactored progress monitoring, job updates and live preview - improved metadata save and restore @@ -32,11 +28,13 @@ recommended to use with [TDD LoRA](https://huggingface.co/RED-AIGC/TDD/tree/main) - **Detailer**: - add explicit detailer prompt and negative prompt + - add explicit detailer steps setting - move steps, strength, prompt, negative from settings into ui params - set/restore detailer metadata - new [detailer wiki](https://github.com/vladmandic/automatic/wiki/Detailer) -- **XYZ Grid** - - add prompt search&replace options: *primary, refine, detailer, all* +- **Other** + - **XYZ Grid**: add prompt search&replace options: *primary, refine, detailer, all* + - **SysInfo**: update to collected data and benchmarks - [Wiki/Docs](https://vladmandic.github.io/sdnext-docs/): - updated: Detailer, Install, Debug, Control-HowTo, ZLUDA - **Fixes**: @@ -56,6 +54,7 @@ - flux support on-the-fly quantization for bnb of unet only - control restore pipeline before running hires - restore args after batch run + - flux controlnet ## Update for 2024-12-31 diff --git a/modules/control/run.py b/modules/control/run.py index 74928dc64..94d1d0375 100644 --- a/modules/control/run.py +++ b/modules/control/run.py @@ -67,7 +67,7 @@ def set_pipe(p, has_models, unit_type, selected_models, active_model, active_str shared.log.warning('Control: T2I-Adapter does not support separate init image') elif unit_type == 'controlnet' and has_models: p.extra_generation_params["Control type"] = 'ControlNet' - p.task_args['controlnet_conditioning_scale'] = control_conditioning + p.task_args['controlnet_conditioning_scale'] = [control_conditioning] p.task_args['control_guidance_start'] = control_guidance_start p.task_args['control_guidance_end'] = control_guidance_end p.task_args['guess_mode'] = p.guess_mode diff --git a/modules/shared.py b/modules/shared.py index 3c83f5d67..d27d2326b 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -665,8 +665,10 @@ options_templates.update(options_section(('compile', "Model Compile"), { })) options_templates.update(options_section(('system-paths', "System Paths"), { + "clean_temp_dir_at_start": OptionInfo(True, "Cleanup temporary folder on startup"), "models_paths_sep_options": OptionInfo("