Skip to content

Latest commit

 

History

History
116 lines (102 loc) · 6.52 KB

changelog.md

File metadata and controls

116 lines (102 loc) · 6.52 KB

[1.6.1] - 2024-12-27

  1. feature: show workflows by folder.
  2. feature: refresh button in workflow panel
  3. optimize: new LivePainting icon again..
  4. bugfix: the latest preview logic is not work in webview execution
  5. bugfix: workflow did not refresh after secondary opening.
  6. bugfix: uncorrect caching when active document is changed.
  7. bugfix: some version of python will always throw PS missing error in sending.

[1.6.0] - 2024-12-25

  1. NO LONGER SUPPORT A1111 WEBUI SINCE THIS VERSION. (It may reborn in other style maybe.)
  2. feature: Workflow Panel: support rgthree's nodes.
  3. feature: Workflow Panel: Photoshop will store the widgets' value by the node's name now.
  4. feature: Workflow Panel: you can now auto run a workflow in Workflow Panel.
  5. feature: execution triggered by Photoshop and without SendImageToPhotoshop node, will now send the output to a default new Document.
  6. feature: ability to select Page as the workflow runner. #58
  7. feature: when execute workflow in workflow list on PS side, the ### Active Document ### will select the document correctly.
  8. optimize: boundary input now become MASK type, so you can grow it by Comfy's builtin nodes. #66
  9. optimize: new icon for autorun.
  10. 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.
  3. fix: cache for GetSelection Node.
  4. fix: the [optional] label will cause error in GetImageFromPS node.
  5. fix: init failure in forge.
  6. fix: cannot select layer if GetLayer node is connect to GetDocument node via a reroute.

[1.5.2] - 2024-12-02

  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.

[1.5.1] - 2024-11-24

  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

[1.5.0] - 2024-11-13

  1. feature: new node GetSelection to replace the selection_only option in GetImageFromPS Node
  2. feature: run workflow directly (work with new ComfyUI's layout).
  3. feature: run workflow with a WebUI like panel in PS plugin.
  4. optimize: now can access ComfyUI webview in workflow running panel.

[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

[1.4.0] - 2024-10-03

  1. optimize: getImage node add only selection option, with lasso can only get the lasso area content. The original bounds parameter is now changed to only be able to connect lines, only used to control the square area, in general, need to limit the square work area, will need to connect the area to several nodes
  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)

[1.3.1] - 2024-09-10

  1. feature: zh-cn support
  2. fix: support for 16bit colored layer.
  3. fix: support for cmyk/grayscale layer.
  4. fix: getting error when canvas bound is N times of layer bound.
  5. fix: parse layer info failed.
  6. optimize: disable convert widget to input in get/send layer nodes.
  7. optimize: shorten modal state in get/send layer.

[1.3.0] - 2024-08-24

  1. feature: support send image to boundary
  2. feature: new ComfyUI nodes: GetTextFromLayer,GetDocument,GetLayerByID,GetLinkedLayer,GetLayersInGroup,ParseLayerInfo
  3. fix: SDWebUI icon placed over the inpaint icon.

[1.2.2] - 2024-08-18

  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

[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] - 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