Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Dec 24, 2024
1 parent fb70260 commit 62bf546
Show file tree
Hide file tree
Showing 21 changed files with 1,384 additions and 271 deletions.
4 changes: 0 additions & 4 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,11 @@ def run_script(cmd, cwd='.'):
NODE_CLASS_MAPPINGS = {
'Get Image From Photoshop Layer': export_nodes_legacy['GetImageFromPhotoshopLayerNode'],
'Send Images To Photoshop': export_nodes_legacy['SendImageToPhotoshopLayerNode'],
'Image Times Opacity': export_nodes_legacy['ImageTimesOpacity'],
'Mask Times Opacity': export_nodes_legacy['MaskTimesOpacity'],
'CLIP Text Encode PS Regional': export_nodes_legacy['CLIPTextEncodePSRegional'],
}
NODE_DISPLAY_NAME_MAPPINGS = {
'Get Image From Photoshop Layer': 'SDPPP Get Image From Photoshop',
'Send Images To Photoshop': 'SDPPP Send Images To Photoshop',
'Image Times Opacity': 'Image times opacity',
'Mask Times Opacity': 'Mask times opacity',
'CLIP Text Encode PS Regional': 'CLIP Text Encode PS Regional',
}
for (k, v) in export_nodes.items():
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.6.0] - 2024-12-25
0. NO LONGER SUPPORT A1111 WEBUI SINCE THIS VERSION. (It may reborn in other style maybe.)
1. feature: Workflow Panel: support rgthree's nodes.
2. feature: Workflow Panel: Photoshop will store the widgets' value by the node's name now.
3. feature: Workflow Panel: you can now auto run a workflow in Workflow Panel.
4. feature: execution triggered by Photoshop and without `SendImageToPhotoshop` node, will now send the output to a default new Document.
5. feature: ability to select Page as the workflow runner. #58
6. feature: when execute workflow in workflow list on PS side, the `### Active Document ###` will select the document correctly.
7. optimize: boundary input now become MASK type, so you can grow it by Comfy's builtin nodes. #66
8. optimize: new icon for autorun.
9. bugfixes: so many bugfixes I can't list all of them.

## [1.5.3] - 2024-12-06
1. optimize: favorited workflow will be at the top of the list.
2. fix: move tool would not trigger live paint & cache update.
Expand Down
Binary file removed javascript/plugins/sd-ppp_PS.ccx
Binary file not shown.
4 changes: 1 addition & 3 deletions javascript/sdppp-a1111.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions javascript/sdppp-comfy.js

Large diffs are not rendered by default.

Loading

0 comments on commit 62bf546

Please sign in to comment.