mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Update renderer.py
Updated (replace doesn't work on sets)
This commit is contained in:
parent
183bc8321c
commit
5e44744ff7
@ -30,7 +30,7 @@ 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).replace("[","\["))}')
|
||||
log.info(f'task data: {pprint.pformat(task_data.dict().replace("[","\["))}')
|
||||
log.info(f'task data: {pprint.pformat(task_data.dict()).replace("[","\[")}')
|
||||
|
||||
images = make_images_internal(req, task_data, data_queue, task_temp_images, step_callback)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user