Skip to content

Releases: zombieyang/sd-ppp

v1.5.3

06 Dec 15:39
Compare
Choose a tag to compare

optimize: favorited workflow will be at the top of the list.
fix: move tool would not trigger live paint & cache update.
fix: cache for GetSelection Node.
fix: the [optional] label will cause error in GetImageFromPS node.
fix: init failure in forge.
fix: cannot select layer if GetLayer node is connect to GetDocument node via a reroute.

v1.5.2

02 Dec 14:06
Compare
Choose a tag to compare
  1. optimize: provide queueX3 and queueX10 button in Edit panel.
  2. optimize: new icon button for workflow save and comfy edit.
  3. optimize: workflow list & page list style optimize
  4. fix: some i18n didn't work in Comfy side.
  5. fix: text area will blur automatically after linenum changed.
  6. fix: extremely slow after reconnect.
  7. fix: get image from PS would not cache image even canvas is not modified.
  8. fix: live painting somethimes would not work in PageList, always would not work in WorkflowList.
  9. fix: issues of Edit panel when many instances connecting with one Comfy.

v1.5.1

24 Nov 12:14
Compare
Choose a tag to compare
  1. optimize: Widget list will now sort by name.
  2. optimize: Textarea widget will auto resize.
  3. optimize: add a tips for Comfy with --multi-user that makes sdppp not able to load workflow. #58
  4. fix: Save button sometimes would not work.
  5. fix: Did not load the lastest workflow content when just enter Edit panel. #57 #58
  6. fix: The height and width of ParseLayerInfo was reversed.
  7. fix: SDPPP comfy nodes would become smaller after refresh.
  8. fix: Cannot get contents when there are multiple instance with same name. #56
  9. fix: Did not refresh layer option when just extracted PSD.
  10. fix: selected hidden layer will become visible after send to PS. #53

v1.5.0

15 Nov 14:33
5b1a0c9
Compare
Choose a tag to compare
  • feature: new node GetSelection to replace the selection_only option in GetImageFromPS Node
  • feature: run workflow directly (work with new ComfyUI's layout).
  • feature: run workflow with a WebUI like panel in PS plugin.
  • optimize: now can access ComfyUI webview in workflow running panel

v1.4.1

20 Oct 15:57
f351b92
Compare
Choose a tag to compare

[1.4.1] - 2024-10-20

  1. bugfix: data synchronous bug fix
  2. bugfix: bugs when send image to PS with boundary
  3. bugfix: layer order not correct after move.
  4. bugfix: getting gradient layer fail
  5. bugfix: connect with default 127.0.0.1:8188 will fail
  6. feature: show ComfyUI queue size at the panel
  7. feature: show a guide after ccx downloaded
  8. feature: automatic reset document if not exists

v1.4.0

03 Oct 03:30
Compare
Choose a tag to compare
  1. optimize: getImage node add only selection option, for example you can only get the lasso area content. The bounds parameter before is now changed to linked only, and only used to control the square area.
  2. optimize: getLayerByID node now automatically searches for new layers with the same name along the original path if the layer is deleted
  3. optimize: getLinkedLayer and getLayersInGroup now support filtering (text, image, first)
  4. optimize: optimize the speed of image transmission
  5. new feature: support multiple photoshop connections at the same time, now you can share a comfyUI with multiple people and multiple photoshop
  6. new feature: getDocument node adds a save .psd function. You can save the current selected psd into the workflow for sharing. Others can open the workflow and directly select the imported psd in the getDocument node (if you need to clear the saved psd in the workflow, right-click the node->properties panel->delete the content in the psd box)
  7. new feature: wide screen mode, click the menu icon in the upper right corner of the panel to enter WideMode, you can directly edit the workflow in Photoshop. (May not work in some MacOS)

v1.3.0

25 Aug 15:48
Compare
Choose a tag to compare
  1. feature: support send image to boundary
  2. feature: new ComfyUI nodes: GetTextFromLayer,GetDocument,GetLayerByID,GetLinkedLayer,GetLayersInGroup,ParseLayerInfo, see comfy node manual
  3. fix: SDWebUI icon placed over the inpaint icon.

v1.2.2

18 Aug 15:44
Compare
Choose a tag to compare
  1. fix: compatible latest SD-Forge with ForgeCanvas and Gradio4
  2. fix: compatible with latest ComfyUI (August ver.).
  3. fix: cannot get background layer without alpha
  4. fix: remove the ? and # in connect url to prevent HTTP 405 error
  5. fix: some UI bug in initial connect

v1.2.1

16 Aug 04:08
Compare
Choose a tag to compare

[1.2.1] - 2024-08-15

  1. feature: add .ccx download button in comfy node and webui's setting popup.
  2. feature: show the page name in PS plugin's panel and in comfy node and webui's setting popup.
  3. feature: if there is no document active in PS, create one in sending.
  4. feature: after selected layer on the node. The document widget will automatically change.
  5. bugfix: iamge does not took effect by the layer mask in getting.
  6. bugfix: unexpected position when sending to existing layer
  7. bugfix: image does not cropped correctly in getting when bounds is selection
  8. bugfix: #28

1.2.0

31 Jul 01:24
Compare
Choose a tag to compare

[1.2.0] - 2024-07-30

  1. support multi document.
  2. support generate button in PS.
  3. support auto generate checkbox in PS for live-painting.
  4. bugfixes
  5. UI optimize