From 3c5e8dfb2bf1ba9d36240484cdb739faa9707a46 Mon Sep 17 00:00:00 2001 From: TJS <30899600+toutjavascript@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:57:40 +0200 Subject: [PATCH] Release V1.5.5 --- README.md | 5 ++++- viewer.html | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 278e28a..ae54758 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Check the port number on Fooocus UI webpage ### 2/ Deep integration in Fooocus UI A new deep integration is available. Quite easy to config, with only one file to modify. -You open `/modules/ui_gradio_extensions.py` file. At line 41, add : +You open `/modules/ui_gradio_extensions.py` file. At line 43, add : ```python head += f'\n' @@ -75,6 +75,9 @@ The idea and initial work is inspired by @sngazm at https://github.com/lllyasvie ## Update log +1.5.5 Fix issue on row parsing log.html with .jpeg generated images +- Close issue https://github.com/toutjavascript/Fooocus-Log-Viewer/discussions/19#discussioncomment-9139711 + 1.5.4 Fix issue on row parsing in viewer.html - https://github.com/toutjavascript/Fooocus-Log-Viewer/pull/18 diff --git a/viewer.html b/viewer.html index 6922b09..1a90fbe 100755 --- a/viewer.html +++ b/viewer.html @@ -41,7 +41,7 @@