Commit Graph

521 Commits (030bad9dee93aee01fd61d349090c74db07e4bf3)

Author SHA1 Message Date
Abdullah Alfaraj 030bad9dee remove deprecated code, export_png.js, sdapi.js 2023-02-15 07:36:10 +03:00
Abdullah Alfaraj 1989a6a517
Merge pull request #92 from AbdullahAlfaraj/horde_native
Horde_native
2023-02-14 13:15:33 +03:00
Abdullah Alfaraj 93582b2b2a increment version to v1.1.9 2023-02-14 13:14:23 +03:00
Abdullah Alfaraj 6fcab609a9 switch back to master branch 2023-02-14 13:13:31 +03:00
Abdullah Alfaraj 654d6c421e missing "general" namespace 2023-02-14 12:58:21 +03:00
Abdullah Alfaraj 4bb41abb8e add mode label the "generate more" button inner text 2023-02-14 12:56:59 +03:00
Abdullah Alfaraj 289bdde4e9 icon 2023-02-14 12:54:35 +03:00
Abdullah Alfaraj 6619cf3cb7 layer to selection svg button 2023-02-14 12:29:30 +03:00
Abdullah Alfaraj a5d0cbd857 use the horde api key when requesting a generation 2023-02-14 11:37:33 +03:00
Abdullah Alfaraj 4002c6ab68 comment unused code 2023-02-14 11:36:08 +03:00
Abdullah Alfaraj af3ebe9b2e use the backend type to select the appropriate generation routine 2023-02-14 11:35:03 +03:00
Abdullah Alfaraj 23b7cdfc7f select the right mode when clicking the viewer tab 2023-02-14 11:26:32 +03:00
Abdullah Alfaraj e35a4b9199 make a div look like a button 2023-02-14 11:24:09 +03:00
Abdullah Alfaraj 2a03580f4d add backend type options UI html and css 2023-02-14 11:23:34 +03:00
Abdullah Alfaraj 69c3e0d5b8 code formatting 2023-02-14 11:22:04 +03:00
Abdullah Alfaraj 71b74f4aad ignore /config 2023-02-14 11:19:47 +03:00
Abdullah Alfaraj 4c4a7cdec3 Merge branch 'master' of https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin into horde_native 2023-02-14 05:52:20 +03:00
Abdullah Alfaraj 47b59237f3 Merge branch 'pr/adunato/96' into master 2023-02-14 04:10:00 +03:00
Abdullah Alfaraj 2664c2b1b5 clicking on sd tab will select the normal mode 2023-02-14 04:09:21 +03:00
Abdullah Alfaraj 530d57d5d3
update the .ccx download link. 2023-02-13 11:44:43 +03:00
Abdullah Alfaraj 0cdf8675b3 message log for horde native progress info 2023-02-13 11:11:28 +03:00
Abdullah Alfaraj 3c18180151 delete progress layer method 2023-02-13 11:09:34 +03:00
Abdullah Alfaraj be17130eb6 make scaleTo, moveTo ignore the selection area 2023-02-13 11:08:55 +03:00
Abdullah Alfaraj 9f4e096bc6 method to check if layer is valid/ exist 2023-02-13 11:07:42 +03:00
Abdullah Alfaraj 3f057ffb14 error checking 2023-02-13 11:06:31 +03:00
Abdullah Alfaraj 20a74a983b method to import base64 png to layer 2023-02-13 11:05:41 +03:00
Abdullah Alfaraj 8f1526df6f method to set visibility of a layer 2023-02-13 11:04:33 +03:00
Abdullah Alfaraj 9bbdd23414 use current active layer when importing a layer via place event command 2023-02-13 10:52:44 +03:00
Abdullah Alfaraj dcff4b5882 load the progress image if it exist 2023-02-13 10:46:36 +03:00
Abdullah Alfaraj 9e9875bad7 reset progressBar after the generation has ended 2023-02-13 10:38:03 +03:00
Abdullah Alfaraj b59f114850 only use progressRecursive for the auto1111 backend 2023-02-13 10:32:03 +03:00
Abdullah Alfaraj 8bcda44cc4 check which backend to use for img2img mode 2023-02-13 10:29:17 +03:00
Abdullah Alfaraj f5e33fdde6 delete the last progress image after teh generation process has completed 2023-02-13 10:23:43 +03:00
Abdullah Alfaraj 63937bf736 simulate synchronous behavior for horde request. 2023-02-13 03:00:22 +03:00
Abdullah Alfaraj b970b0d22e check is the which backend is been used 2023-02-13 02:58:59 +03:00
Abdullah Alfaraj 5301e44801 refactor updating the progress bar for the horde request 2023-02-13 01:46:02 +03:00
Abdullah Alfaraj 9820a491e8 prepare the output to be process by the generate() 2023-02-13 01:44:59 +03:00
Daniele 4977e0c8a5 Extras - bug fixing 2023-02-12 12:43:54 +00:00
Abdullah Alfaraj b7674c9178 get the backend server type 2023-02-12 13:31:26 +03:00
Daniele 8fb3db6521 Extras tab 2023-02-11 21:46:52 +00:00
Abdullah Alfaraj e2ea771e9b add img2img, inpaint, and outpaint to the horde 2023-02-11 10:15:28 +03:00
Abdullah Alfaraj 703ac17a5a add support to random seeds to the horde 2023-02-11 10:14:22 +03:00
Abdullah Alfaraj 39f404a830 apply the mask expansion from the getSettings() 2023-02-11 10:11:00 +03:00
Abdullah Alfaraj 115891d363 reserver the border and apply blur 2023-02-11 10:10:31 +03:00
Abdullah Alfaraj deded1abcc pass the the init image base64 webp encoding to the horde 2023-02-11 04:57:13 +03:00
Abdullah Alfaraj 7700c2ddd4 typo: missing await 2023-02-11 00:34:37 +03:00
Abdullah Alfaraj 9ec087989a scale a layer by the specified width and height 2023-02-11 00:34:03 +03:00
Abdullah Alfaraj c37cfcf18f export layer as .webp file 2023-02-11 00:33:03 +03:00
Abdullah Alfaraj 1b618e53cf convert base64 png to base64 webp 2023-02-11 00:30:27 +03:00
Abdullah Alfaraj eae93b8328 convert base64_png to .png file 2023-02-11 00:29:51 +03:00