mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix: reset last enhance prompts for each enhancement iteration, bump version
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
version = '2.5.0-rc5 (mashb1t)'
|
version = '2.5.0-rc6 (mashb1t)'
|
||||||
|
|||||||
@@ -1315,12 +1315,13 @@ def worker():
|
|||||||
current_task_id = 0
|
current_task_id = 0
|
||||||
done_steps_upscaling = 0
|
done_steps_upscaling = 0
|
||||||
done_steps_inpainting = 0
|
done_steps_inpainting = 0
|
||||||
last_enhance_prompt = async_task.prompt
|
|
||||||
last_enhance_negative_prompt = async_task.negative_prompt
|
|
||||||
enhance_steps, _, _, _ = apply_overrides(async_task, async_task.original_steps, height, width)
|
enhance_steps, _, _, _ = apply_overrides(async_task, async_task.original_steps, height, width)
|
||||||
for img in images_to_enhance:
|
for img in images_to_enhance:
|
||||||
enhancement_image_start_time = time.perf_counter()
|
enhancement_image_start_time = time.perf_counter()
|
||||||
|
|
||||||
|
last_enhance_prompt = async_task.prompt
|
||||||
|
last_enhance_negative_prompt = async_task.negative_prompt
|
||||||
|
|
||||||
if should_process_enhance_uov and async_task.enhance_uov_processing_order == flags.enhancement_uov_before:
|
if should_process_enhance_uov and async_task.enhance_uov_processing_order == flags.enhancement_uov_before:
|
||||||
current_task_id, done_steps_inpainting, done_steps_upscaling, img, exception_result = enhance_upscale(
|
current_task_id, done_steps_inpainting, done_steps_upscaling, img, exception_result = enhance_upscale(
|
||||||
all_steps, async_task, base_progress, callback, controlnet_canny_path, controlnet_cpds_path,
|
all_steps, async_task, base_progress, callback, controlnet_canny_path, controlnet_cpds_path,
|
||||||
|
|||||||
Reference in New Issue
Block a user