Commit Graph

62 Commits (cc5a8924d16696f8a6a1c8abf440bcf2b894df8a)

Author SHA1 Message Date
Abdullah Alfaraj 0a3d8daf12 delete old code 2023-11-13 14:41:59 +03:00
Abdullah Alfaraj d9e53acd65 add support to clip skip in the settings tabs 2023-09-22 01:38:51 +03:00
Abdullah Alfaraj 715e2ce6fe refactoring the main tab 2023-08-17 13:14:56 +03:00
Abdullah Alfaraj 186940e274 comment unnecessary logs 2023-07-12 20:41:30 +03:00
Abdullah Alfaraj bf1543ac8a add support to controlnet 'Auto Image' in txt2img mode 2023-07-09 11:29:48 +03:00
Abdullah Alfaraj b5916f4cf4 separate controlnet detect_map from mask 2023-07-06 12:17:11 +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 8502cefd47 refactor: move saveFileInSubFolder, saveJsonFileInSubFolder to io.js 2023-06-22 15:18:20 +03:00
Abdullah Alfaraj 7e98fe0add formate project files with prettier 2023-06-10 12:16:50 +03:00
Abdullah Alfaraj 1a050aa5c4 log to a file 2023-06-09 22:23:13 +03:00
Abdullah Alfaraj e822b2cfd0 Merge branch 'edit_245' into dev_1.2.7 2023-06-09 05:37:58 +03:00
Abdullah Alfaraj 524324c537 output error message on ctrlNet none model 2023-06-09 05:12:27 +03:00
Abdullah Alfaraj 745d541a62 removing dead code and comments 2023-06-05 19:06:11 +03:00
unknown 9c723389f6 controlnet refactor 2023-06-05 23:06:36 +08:00
Abdullah Alfaraj 6ba1232b6e fix: check if ultimate sd upscale is installed before handling ctrl net detection map 2023-06-04 15:04:38 +03:00
Abdullah Alfaraj 3a0e76a918 add 'after detailer' always on script 2023-06-03 09:02:54 +03:00
Abdullah Alfaraj a8a98b4bab the lora menu will use the latest lora endpoint 2023-05-27 21:49:29 +03:00
Abdullah Alfaraj 20c891cb92 fix bug: controlnet won't generate detection map when paired with script 2023-05-23 17:35:04 +03:00
unknown 38f8f1cf42 enable to invoke the api with null model for model_free module 2023-05-22 00:29:51 +08:00
Abdullah Alfaraj 9b8ba2a1a1 only initialize ControlNetTab if max models > 0, show error otherwise 2023-05-15 02:07:03 +03:00
Abdullah Alfaraj ff68b2511a fix log output 2023-05-15 02:07:03 +03:00
Abdullah Alfaraj 785da83601 Merge branch 'master' of https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin into lexica_api_merge 2023-05-02 23:03:58 +03:00
Abdullah Alfaraj 8434075182 Bug fix: Annotation results were not mapped correctly to session g_generation_session.controlNetMask. 2023-05-01 23:35:07 +03:00
Abdullah Alfaraj cbc14f19c0 map annotation results to the active controlnet units 2023-05-01 22:29:44 +03:00
Abdullah Alfaraj d2093bdf1d request list of lora models names and convert them to prompts 2023-04-07 23:37:44 +03:00
Abdullah Alfaraj 2529c7e76c Merge branch 'master' of https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin into lexica_api 2023-04-07 17:15:03 +03:00
Abdullah Alfaraj f59e9ee544 update the controlnet entry point to txt2img and img2img 2023-03-30 02:01:19 +03:00
Abdullah Alfaraj ba7f829012 update progress bar when interrogating an image 2023-03-26 16:15:49 +03:00
Abdullah Alfaraj 9250a987af fix showAlert, remove [0] typo, element at ['input_image'] is not an array, plus prettify code 2023-03-14 03:04:58 +03:00
Daniele 78bc7dcdab Added support for non contiguous control net enabled (i.e only 1 and 3 are enabled) 2023-03-08 17:57:51 +00:00
Abdullah Alfaraj 75e191549a Merge branch 'master' of https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin into silent_mode_resolve 2023-03-07 18:44:55 +03:00
Daniele 53c306bac9 Multi ControlNet Support 2023-03-06 20:55:43 +00:00
Abdullah Alfaraj f522cbb61e make the silent mode optional 2023-03-06 15:03:28 +03:00
Abdullah Alfaraj 199ec1bdaa store control net mask 2023-03-01 01:43:29 +03:00
Abdullah Alfaraj 4e8c2e945d check for missing controlNet input for img2img mode 2023-02-27 05:38:56 +03:00
Abdullah Alfaraj 076b220b3f make sure controlnet inputs are available before requesting txt2Img 2023-02-27 04:39:59 +03:00
Abdullah Alfaraj 36849efd83 delete duplicate code caused by merge on conflict 2023-02-26 02:19:45 +03:00
Abdullah Alfaraj 6c74919240 Merge branch 'master' of https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin into control_net_2 2023-02-25 07:38:39 +03:00
Abdullah Alfaraj 385d1060ae restore the settings after a generation 2023-02-25 07:21:29 +03:00
Abdullah Alfaraj 991b5b4c98 clean mask related layers when after canceling the generation 2023-02-24 08:28:50 +03:00
Abdullah Alfaraj f6738936bd refactor settings tab, move all functionality to settings.js 2023-02-23 23:02:32 +03:00
Abdullah Alfaraj ce1866f34d test if the webui is running 2023-02-23 01:34:32 +03:00
Abdullah Alfaraj bcbd42eda8 add controlNet request for img2img modes 2023-02-21 23:23:34 +03:00
Abdullah Alfaraj 656664d393 convert the output of ControlNet api to a standard response the plugin can work with 2023-02-21 21:33:12 +03:00
Abdullah Alfaraj 047fc5c032 map plugin settings to the control net settings 2023-02-21 17:06:19 +03:00
Abdullah Alfaraj c470b99258 test controlNet api 2023-02-20 16:24:45 +03:00
Abdullah Alfaraj 7fed6428c1 controlNet txt2Img 2023-02-20 00:31:38 +03:00
Abdullah Alfaraj 09f73fb995 fix type 2023-02-15 11:36:37 +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
Daniele 4977e0c8a5 Extras - bug fixing 2023-02-12 12:43:54 +00:00