InvokeAI/invokeai/backend/util
Lincoln Stein 5a4765046e add logging support
This commit adds invokeai.backend.util.logging, which provides support
for formatted console and logfile messages that follow the status
reporting conventions of earlier InvokeAI versions.

Examples:

   ### A critical error     (logging.CRITICAL)
   *** A non-fatal error    (logging.ERROR)
   ** A warning             (logging.WARNING)
   >> Informational message (logging.INFO)
      | Debugging message   (logging.DEBUG)
2023-04-11 09:33:28 -04:00
..
__init__.py all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00
devices.py all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00
log.py all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00
logging.py add logging support 2023-04-11 09:33:28 -04:00
util.py feat(backend): add image_to_dataURL util 2023-03-16 20:03:08 +11:00