Instructions to use Comfy-Org/ace_step_1.5_ComfyUI_files with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/ace_step_1.5_ComfyUI_files with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Upload manifest.json
Browse files- manifest.json +40 -0
manifest.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"background_color": "#ffffff",
|
| 3 |
+
"dir": "ltr",
|
| 4 |
+
"display": "standalone",
|
| 5 |
+
"name": "DermaAI",
|
| 6 |
+
"orientation": "any",
|
| 7 |
+
"scope": "/",
|
| 8 |
+
"short_name": "DermaAI",
|
| 9 |
+
"start_url": "/",
|
| 10 |
+
"theme_color": "#1a73e8",
|
| 11 |
+
"icons": [
|
| 12 |
+
{
|
| 13 |
+
"src": "https://yousrarehman-derma-ai-scanner.hf.space/favicon.png",
|
| 14 |
+
"type": "image/png",
|
| 15 |
+
"sizes": "32x32",
|
| 16 |
+
"isSquare": true,
|
| 17 |
+
"isPng": true,
|
| 18 |
+
"isWebp": false,
|
| 19 |
+
"isJpg": false,
|
| 20 |
+
"width": 32,
|
| 21 |
+
"is512x512": false,
|
| 22 |
+
"is256x256": false,
|
| 23 |
+
"is192x192": false
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"src": "https://yousrarehman-derma-ai-scanner.hf.space/favicon.ico",
|
| 27 |
+
"type": "image/x-icon",
|
| 28 |
+
"isSquare": false,
|
| 29 |
+
"isPng": false,
|
| 30 |
+
"isWebp": false,
|
| 31 |
+
"isJpg": false,
|
| 32 |
+
"width": 0,
|
| 33 |
+
"is512x512": false,
|
| 34 |
+
"is256x256": false,
|
| 35 |
+
"is192x192": false
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"description": "AI-powered skin disease scanner and diagnostic tool",
|
| 39 |
+
"id": "DermaAI-scanner"
|
| 40 |
+
}
|