From 19393de082e7c6ef59cb948e87928ee571de12a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fej=C3=A9r=20Gergely=20Andr=C3=A1s?= Date: Sat, 22 Feb 2025 13:18:22 +0000 Subject: [PATCH] Update --- README.md | 2 ++ web/index.html | 12 ++++++++++++ web/manifest.json | 9 +++++++++ 3 files changed, 23 insertions(+) create mode 100644 web/manifest.json diff --git a/README.md b/README.md index 83d67cef..6ba7c6fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@
# ComfyUI +Fork for added PWA (Progressive Web Apps) iOS support. + **The most powerful and modular diffusion model GUI and backend.** diff --git a/web/index.html b/web/index.html index 0aa96b19..2ee546ca 100644 --- a/web/index.html +++ b/web/index.html @@ -8,6 +8,18 @@ + + + + + + + + + +
diff --git a/web/manifest.json b/web/manifest.json new file mode 100644 index 00000000..ec9f5656 --- /dev/null +++ b/web/manifest.json @@ -0,0 +1,9 @@ +{ + "name": "ComfyUI", + "short_name": "ComfyUI", + "description": "ComfyUI AI image generation platform", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000" +}