Commit Graph

731 Commits (54f38aae8a83cbda7db5639d19e4e0dd5aa6b2fd)

Author SHA1 Message Date
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
Abdullah Alfaraj ab0b89f0a6
Merge pull request #90 from adunato/master
Buttons mouse hover style
2023-02-08 18:26:20 +03:00
Daniele ee9ecf8143 Buttons mouse hover style 2023-02-08 14:10:14 +00:00
Abdullah Alfaraj 1678f790c3 select stable_diffusion model as the default model for the horde 2023-02-08 15:50:19 +03:00
Abdullah Alfaraj 0cfdb80850 move the generated image to selection area 2023-02-08 15:49:44 +03:00
Abdullah Alfaraj 0cb51762c5 add generateHorde() 2023-02-08 15:48:52 +03:00
Abdullah Alfaraj 52b5596031 use g_generation_session.selectionInfo instead of g_selection 2023-02-08 15:48:27 +03:00
Abdullah Alfaraj e12e8d7742 store the horde generated images into the output folder 2023-02-08 13:21:18 +03:00
Abdullah Alfaraj e1a407a60b don't switch the extension branch to main. 2023-02-08 11:53:51 +03:00
Abdullah Alfaraj 31cc01e775 map the plugin settings to the horde settings 2023-02-08 02:13:11 +03:00
Abdullah Alfaraj fef5a0d696 setup the horde native rest api 2023-02-07 18:48:35 +03:00
Abdullah Alfaraj 8274b4ddec
Merge pull request #88 from AbdullahAlfaraj/plugin-server-decouple
Plugin server decouple
2023-02-07 14:24:00 +03:00