mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
cleanup logging
This commit is contained in:
@@ -1013,7 +1013,6 @@ def switch_diffuser_pipe(pipeline, cls):
|
||||
|
||||
def set_diffuser_pipe(pipe, new_pipe_type):
|
||||
if get_diffusers_task(pipe) == new_pipe_type:
|
||||
shared.log.debug(f'Pipeline class change skip: {new_pipe_type}')
|
||||
return pipe
|
||||
|
||||
sd_checkpoint_info = getattr(pipe, "sd_checkpoint_info", None)
|
||||
|
||||
@@ -70,7 +70,7 @@ def generate_click(job_id: str, active_tab: str, *args):
|
||||
while busy:
|
||||
time.sleep(0.01)
|
||||
from modules.control.run import control_run
|
||||
shared.log.debug(f'Control: tab="{active_tab}" job={job_id} args={args}')
|
||||
debug(f'Control: tab="{active_tab}" job={job_id} args={args}')
|
||||
shared.state.begin('control')
|
||||
progress.add_task_to_queue(job_id)
|
||||
with call_queue.queue_lock:
|
||||
|
||||
Reference in New Issue
Block a user