Commit Graph

792 Commits (e0aecb1dc195eb2c5c7a29cb67fbad052d5182f3)

Author SHA1 Message Date
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
Abdullah Alfaraj 6a73c3031e get the base64 of webp file 2023-02-11 00:28:30 +03:00
Abdullah Alfaraj 6e00f0a960 Merge branch 'master' of https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin into horde_native 2023-02-10 19:58:42 +03:00
Abdullah Alfaraj ecd739061e export rectangular Layer as .webp 2023-02-10 19:50:20 +03:00
Abdullah Alfaraj 1df0dbc128 rename util_layer to layer_util 2023-02-10 19:47:44 +03:00
Abdullah Alfaraj f702075e3d remove dead code/dead comments 2023-02-10 18:12:01 +03:00
Abdullah Alfaraj a0363d6945 add Selection utility class 2023-02-10 18:11:28 +03:00
Abdullah Alfaraj 53054b8d8d add Layer utility Class 2023-02-10 18:11:02 +03:00
Abdullah Alfaraj f06f975bb8
Merge pull request #94 from puplakto/1d-to-2d
convert 1d index to 2d array
2023-02-10 16:30:05 +03:00
Abdullah Alfaraj ff9a543dc2
Merge pull request #91 from adunato/master
button restyling
2023-02-10 16:22:21 +03:00
Abdullah Alfaraj 7e4275c2da code needed for doing img2img and inpainting in the horde, missing the base64 webp 2023-02-10 16:06:13 +03:00
Abdullah Alfaraj 9c307ed37a another function for snap shot layer 2023-02-10 16:05:01 +03:00
Abdullah Alfaraj feb6428c03 add IO class dedicated for saving and loading from files 2023-02-10 16:04:14 +03:00
Abdullah Alfaraj 5e382ccf50 rename doc_id to doc_uuid to indicate that it's not the same as photoshop doc id 2023-02-10 16:00:37 +03:00
Abdullah Alfaraj 0690b5ced5 remove dead code 2023-02-10 15:58:59 +03:00
adunato 74515cbd6a
Merge branch 'AbdullahAlfaraj:master' into master 2023-02-10 12:07:48 +00:00
Lakto 0ccd4a935a convert 1d index to 2d array 2023-02-10 00:34:20 -08:00
Abdullah Alfaraj 93d75b4292
added link to the wiki 2023-02-10 00:59:40 +03:00
Abdullah Alfaraj ff2bfc1f58
added instructional installation video using the UXP method by Vladimir Chopine 2023-02-10 00:57:21 +03:00
Abdullah Alfaraj 861bc2f45a added interrupt horde request 2023-02-09 21:48:07 +03:00
Abdullah Alfaraj a61cec03ff added horde negative prompt support 2023-02-09 21:46:11 +03:00
Abdullah Alfaraj 8e779babd5 remove dead code 2023-02-09 18:45:41 +03:00
Abdullah Alfaraj 2446e4a16f fix last seed button 2023-02-09 14:44:55 +03:00
adunato 41c1936611
Merge branch 'AbdullahAlfaraj:master' into master 2023-02-09 04:05:02 +00:00
Daniele 027e0a3865 button restyling 2023-02-09 04:04:25 +00:00
Abdullah Alfaraj dd106bee00 do the prompt_shortcut substitution in getSettings() 2023-02-09 02:52:33 +03:00
Abdullah Alfaraj 914a6409aa added hordeGenerator class to images in txt2img mode 2023-02-09 02:49:37 +03:00
Abdullah Alfaraj d8cc9a00ca move progress bar update function to html_manip.js 2023-02-09 02:40:01 +03:00
Abdullah Alfaraj d44c3fc051 naming utilities 2023-02-09 02:38:29 +03:00
Abdullah Alfaraj 14af005063 export the image with the same resolution as main document 2023-02-09 02:37:53 +03:00