Skip to content

Commit a08498e

Browse files
committed
1.2.0 - img-to-img
1 parent f06a7bf commit a08498e

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Create a workflow for Photoshop using the appinfo of [comfyui-mixlab-nodes](http
2424

2525
![](./examples/text-to-image-ps.jpg)
2626

27+
28+
## image-to-image
29+
30+
- Now you can use the LoadImage node as input to implement the image-to-image workflow.
31+
32+
![img-to-img](./examples/img-to-img.png)
33+
34+
2735
## download
2836
[comfyui-mixlab-ps-plugin_PS.ccx](./dist/comfyui-mixlab-ps-plugin_PS.ccx)
2937

dist/comfyui-mixlab-ps-plugin_PS.ccx

8.24 MB
Binary file not shown.

examples/img-to-img.png

1.31 MB
Loading

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "comfyui-mixlab-ps-plugin",
33
"name": "comfyui-mixlab-ps-plugin",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"main": "index.html",
66
"host": [
77
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comfyui-mixlab-ps-plugin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Turn your workflow into a Photoshop plugin",
55
"author": "shadow",
66
"license": "Apache-2.0"

0 commit comments

Comments
 (0)