diff --git a/README.md b/README.md index 090c988..e166819 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ A simple standalone viewer for reading prompts from Stable Diffusion generated p - Currently only support AUTOMATIC1111's [webUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui/). If you are using a tool other than AUTOMATIC1111's webui, please help me to support your format by uploading the raw file generated by your tool as a zip file to the issues, thx. ## TODO -- Statusbar - Function to remove prompt from images - Add Support for other tools - Better settings display UI diff --git a/images/screenshot.png b/images/screenshot.png index de3d0cb..bb0f469 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/screenshot1.png b/images/screenshot1.png new file mode 100644 index 0000000..cb95ccb Binary files /dev/null and b/images/screenshot1.png differ diff --git a/images/screenshot2.png b/images/screenshot2.png index cb95ccb..de3d0cb 100644 Binary files a/images/screenshot2.png and b/images/screenshot2.png differ diff --git a/main.py b/main.py index 6ee0a4c..379d273 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,9 @@ +# -*- encoding:utf-8 -*- +__author__ = 'receyuki' +__filename__ = 'main.py' +__copyright__ = 'Copyright 2023' +__email__ = 'receyuki@gmail.com' + # import asyncio import threading # import piexif diff --git a/resources/00199-806698555.png b/resources/00199-806698555.png deleted file mode 100644 index be9f9b7..0000000 Binary files a/resources/00199-806698555.png and /dev/null differ