mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-10 18:57:06 +08:00
Update
This commit is contained in:
parent
aff16532d4
commit
19393de082
@ -1,6 +1,8 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# ComfyUI
|
# ComfyUI
|
||||||
|
Fork for added PWA (Progressive Web Apps) iOS support.
|
||||||
|
|
||||||
**The most powerful and modular diffusion model GUI and backend.**
|
**The most powerful and modular diffusion model GUI and backend.**
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
12
web/index.html
vendored
12
web/index.html
vendored
@ -8,6 +8,18 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
|
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
|
||||||
<script type="module" crossorigin src="./assets/index-Bv0b06LE.js"></script>
|
<script type="module" crossorigin src="./assets/index-Bv0b06LE.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-CBxvvAzM.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-CBxvvAzM.css">
|
||||||
|
|
||||||
|
<!-- iOS Web App Support -->
|
||||||
|
|
||||||
|
<!-- Fullscreen mode on iOS -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<!-- Status bar style (eg. black or transparent) -->
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<!-- Responsive viewport setting -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewpor>
|
||||||
|
|
||||||
|
<link rel="manifest" href="manifest.json">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="litegraph grid">
|
<body class="litegraph grid">
|
||||||
<div id="vue-app"></div>
|
<div id="vue-app"></div>
|
||||||
|
|||||||
9
web/manifest.json
vendored
Normal file
9
web/manifest.json
vendored
Normal file
@ -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"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user