Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Feb 5, 2024
1 parent 7387efd commit 5567c19
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 12 deletions.
Binary file modified dist/comfyui-mixlab-ps-plugin_PS.ccx
Binary file not shown.
50 changes: 42 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "comfyui-mixlab-ps-plugin",
"name": "comfyui-mixlab-ps-plugin",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.html",
"host": [
{
Expand All @@ -10,13 +10,13 @@
}
],
"manifestVersion": 5,
"entrypoints": [
"entrypoints": [
{
"type": "panel",
"id": "mixlab_app",
"minimumSize": {
"width": 320,
"height":560
"height": 560
},
"maximumSize": {
"width": 2000,
Expand Down Expand Up @@ -73,7 +73,7 @@
"id": "setup",
"minimumSize": {
"width": 300,
"height":300
"height": 300
},
"maximumSize": {
"width": 300,
Expand All @@ -87,6 +87,40 @@
"width": 300,
"height": 300
},
"icons": [
{
"width": 32,
"height": 32,
"path": "icons/light.png",
"scale": [
1,
2
],
"theme": [
"dark",
"darkest"
],
"species": [
"generic"
]
},
{
"width": 32,
"height": 32,
"path": "icons/light.png",
"scale": [
1,
2
],
"theme": [
"lightest",
"light"
],
"species": [
"generic"
]
}
],
"label": {
"default": "ComfyUI server"
}
Expand Down Expand Up @@ -123,12 +157,12 @@
],
"requiredPermissions": {
"network": {
"domains": "all"
"domains": "all"
},
"clipboard": "readAndWrite",
"webview": {
"allow": "yes",
"domains": "all"
"allow": "yes",
"domains": "all"
}
}
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uxp-template-ps-starter",
"version": "1.0.0",
"description": "Starter template for creating Adobe UXP based-Photoshop plugin.",
"author": "Adobe Inc",
"name": "comfyui-mixlab-ps-plugin",
"version": "1.1.0",
"description": "Turn your workflow into a Photoshop plugin",
"author": "shadow",
"license": "Apache-2.0"
}

0 comments on commit 5567c19

Please sign in to comment.