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" +}