Closed axemaster closed 4 months ago
Thanks for reporting. I will discover why self.start timer cannot be initilized
The message is really strange
Which version of webui you use?
Which version of webui you use?
on commit 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0 If I pull latest it stops working on my hardware.
pulled extension. message has changed from warning to error.
*** Error running postprocess_image: /Users/timshea/work/A1111/SDWU/stable-diffusion-webui/extensions/sd-webui-hardware-info-in-metadata/scripts/hardware_info_in_metadata.py
Traceback (most recent call last):
File "/Users/timshea/work/A1111/SDWU/stable-diffusion-webui/modules/scripts.py", line 897, in postprocess_image
script.postprocess_image(p, pp, *script_args)
File "/Users/timshea/work/A1111/SDWU/stable-diffusion-webui/modules/scripts_auto_postprocessing.py", line 24, in postprocess_image
self.script.process(pp, **args_dict)
File "/Users/timshea/work/A1111/SDWU/stable-diffusion-webui/extensions/sd-webui-hardware-info-in-metadata/scripts/hardware_info_in_metadata.py", line 125, in process
if self.start is not None:
File "/Users/timshea/work/A1111/SDWU/stable-diffusion-webui/extensions/sd-webui-hardware-info-in-metadata/scripts/hardware_info_in_metadata.py", line 115, in getElapsedTime
elapsed = time.perf_counter() - self.start
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
I get this error for every image generated in a batch.
Version is okay. Btw you can try to remove venv dir if you want to use newer version. Very soon 1.10 will be released
I can't reproduce your bug. What you do. Extras->batch of something else?
Version is okay. Btw you can try to remove venv dir if you want to use newer version. Very soon 1.10 will be released
I can't reproduce your bug. What you do. Extras->batch of something else?
it's just txt2image with dynamic prompts, and GFGPAN is disabled.
Thanks for explaining the problem. I'm assuming I used a wrong callback for initialization. Strange that I didn't have this problem. Can you pull and check it now?
This is odd, as I am not using GFPGAN.