forked from extern/easydiffusion
Remove the width for better formatting (uses what Bonsi suggested in the first place)
This commit is contained in:
parent
9995ffb5f3
commit
25071c238c
@ -29,8 +29,8 @@ def init(device):
|
||||
|
||||
def make_images(req: GenerateImageRequest, task_data: TaskData, data_queue: queue.Queue, task_temp_images: list, step_callback):
|
||||
context.stop_processing = False
|
||||
log.info(f'request: {pprint.pformat(get_printable_request(req),width=1)}')
|
||||
log.info(f'task data: {pprint.pformat(task_data.dict(),width=1)}')
|
||||
log.info(f'request: {pprint.pformat(get_printable_request(req))}')
|
||||
log.info(f'task data: {pprint.pformat(task_data.dict())}')
|
||||
|
||||
images = make_images_internal(req, task_data, data_queue, task_temp_images, step_callback)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user