Commit Graph

74 Commits (321d448cd93727c19e9d3e0e0e78fb1d60f634fe)

Author SHA1 Message Date
Abdullah Alfaraj 715e2ce6fe refactoring the main tab 2023-08-17 13:14:56 +03:00
Abdullah Alfaraj 04cbbdd484 Delete old code 2023-08-05 13:41:01 +03:00
Abdullah Alfaraj 527139468c reimplement the viewer tab functionality in typescript, react, and mobx 2023-06-23 04:42:59 +03:00
Abdullah Alfaraj 745d541a62 removing dead code and comments 2023-06-05 19:06:11 +03:00
Abdullah Alfaraj d955bcc873 typo: missing ; 2023-06-04 17:32:45 +03:00
Abdullah Alfaraj 9796e875ae convert laso selection to rectangular mask image 2023-05-29 12:06:22 +03:00
Abdullah Alfaraj f522cbb61e make the silent mode optional 2023-03-06 15:03:28 +03:00
Abdullah Alfaraj 96ecbf05f3 execute a single command 2023-03-03 19:12:41 +03:00
Abdullah Alfaraj cea1d84b27 fix bug: snapshot doesn't work with smart effect 2023-03-03 04:10:28 +03:00
Abdullah Alfaraj 007e1ae78f temporarily comment deprecated warning 2023-02-27 04:29:15 +03:00
Abdullah Alfaraj 0e14caeb4d functional set control image button 2023-02-21 03:29:35 +03:00
Abdullah Alfaraj 553f900cdd Merge branch 'notification' of https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin into control_net 2023-02-21 01:54:38 +03:00
Abdullah Alfaraj 60a669de84 notification for an inactive selection area 2023-02-21 01:53:51 +03:00
Abdullah Alfaraj 03de587f3c deprecate promptForMarqueeTool 2023-02-21 01:08:24 +03:00
Abdullah Alfaraj 5d16bfefca deprecate createSolidLayer instead use the descriptor method 2023-02-20 11:20:37 +03:00
Abdullah Alfaraj 253e2eeab7 add generic sync execute command function 2023-02-19 09:32:10 +03:00
Daniele 5d778599e1 Refactor tagging 2023-02-15 16:48:11 +00:00
Abdullah Alfaraj 7957f3e333 Merge branch 'silent_export' into master 2023-02-15 14:50:21 +03:00
Abdullah Alfaraj 1aec59a1e3 use the silent method to export the mask and init image 2023-02-15 11:35:20 +03:00
Abdullah Alfaraj 870b67a63c silent version of setInitImage 2023-02-15 11:31:21 +03:00
Abdullah Alfaraj 030bad9dee remove deprecated code, export_png.js, sdapi.js 2023-02-15 07:36:10 +03:00
Abdullah Alfaraj 3f057ffb14 error checking 2023-02-13 11:06:31 +03:00
Abdullah Alfaraj 8f1526df6f method to set visibility of a layer 2023-02-13 11:04:33 +03:00
Abdullah Alfaraj 14af005063 export the image with the same resolution as main document 2023-02-09 02:37:53 +03:00
Abdullah Alfaraj 8407087d6c attempt at creating a snapshot with no sliding 2023-02-05 17:23:40 +03:00
Abdullah Alfaraj ccac9a4be4 remove dead code 2023-02-04 22:46:19 +03:00
Abdullah Alfaraj 290be898a9 update the init image and mask preview in main tab 2023-02-04 21:22:26 +03:00
Abdullah Alfaraj bd8bb1d6d7 fix bug: submit new sd url will not do anything 2023-02-02 19:03:06 +03:00
Abdullah Alfaraj 874f804446 replace python server dependency for txt2img and img2img mode 2023-02-02 09:29:11 +03:00
Abdullah Alfaraj 34d8928898 all communication between plugin ui and proxy server is done through rest api 2023-02-01 12:34:53 +03:00
Abdullah Alfaraj 4cfc13fcc7 remove old exportPng dead code 2023-01-31 16:03:05 +03:00
Abdullah Alfaraj c1dd2d58f3 use base64 for img2img modes instead of path 2023-01-31 14:04:45 +03:00
Abdullah Alfaraj 28f884de64 fix prettier formatting 2023-01-31 07:34:57 +03:00
Abdullah Alfaraj 4c04a8ae6e remove sim from formatting 2023-01-31 07:09:06 +03:00
Abdullah Alfaraj d3e26771b8 remove compression from export. 2023-01-31 05:14:48 +03:00
Abdullah Alfaraj c557556e9c apply formatting to the code base 2023-01-30 02:00:05 +03:00
Abdullah Alfaraj 6a78d013f5 fix the bug switching between tabs will throw photoshop error message. 2023-01-27 10:08:34 +03:00
Abdullah Alfaraj 2af8b10bb8 only delete the layer if it's exist 2023-01-26 23:40:39 +03:00
Abdullah Alfaraj 98753acb73 selecting a layer should not change it's visibility 2023-01-25 22:54:45 +03:00
Abdullah Alfaraj 41ac8c56f2 add ui settings manager class for preset 2023-01-24 17:00:55 +03:00
Abdullah Alfaraj cd9e8fbfdb bug fix: resize correctly on silent import 2023-01-24 05:42:17 +03:00
Abdullah Alfaraj 52e9a2d254 create a session folder and place the generated images in it 2023-01-22 22:29:44 +03:00
Abdullah Alfaraj b874704e61 add support to switching between init images in the same session and editing the mask 2023-01-21 16:42:59 +03:00
Abdullah Alfaraj a44e6b40fe add a set init image button to the viewer tab 2023-01-20 15:47:50 +03:00
Abdullah Alfaraj 349bfe114a use width and height from rectangular selection area 2023-01-12 08:40:08 +03:00
Abdullah Alfaraj 8a5d9ee0e5 make layerToSelection work with multiple of layers 2023-01-12 05:30:26 +03:00
Abdullah Alfaraj 751e22de0a [bug fix]: async layer deletion 2023-01-12 01:29:31 +03:00
Abdullah Alfaraj 2c4e832c16 get final image width and height from the selection area 2023-01-11 00:39:39 +03:00
Abdullah Alfaraj 10cbb581a5 only create InitImage and InitMaskImage if their associate layers exist 2023-01-09 00:37:12 +03:00
Abdullah Alfaraj ee895db154 you can select the images you want to keep in the viewer tab and discard the rest 2023-01-08 19:09:40 +03:00