Commit Graph

364 Commits (a1b38a72fbf210360463dc022552abd7e87f3b4e)

Author SHA1 Message Date
Abdullah Alfaraj c2d0505670 history tab will load previously generated images, with their metadata 2022-12-31 19:09:18 +03:00
Abdullah Alfaraj 565fd03c65 store image metadata to json file 2022-12-31 17:54:36 +03:00
Abdullah Alfaraj a79c4f9965 request history from proxy server 2022-12-31 15:57:26 +03:00
Abdullah Alfaraj 4c5c80c848 load generated images from project directory 2022-12-31 15:55:05 +03:00
Abdullah Alfaraj 64388708f3
increment version to v1.0.14
link the main working document to a unique local directory.
Which allow us to store metadata/ output images and generation history data for each project separately.
2022-12-31 12:40:44 +03:00
Abdullah Alfaraj 167d62b72b
Merge pull request #37 from AbdullahAlfaraj/unique-document-id
Unique-document-id :
This pull request will link the main working document to a unique local directory.
Which allow us to store metadata/ output images and generation history data for each project separately.
2022-12-31 12:39:25 +03:00
Abdullah Alfaraj f8d3119b54 save output images to a project related directory 2022-12-31 12:37:20 +03:00
Abdullah Alfaraj bb885006ae send uniqueDocumentId in the payload 2022-12-31 11:22:06 +03:00
Abdullah Alfaraj c94d81e725 only generate a new unique id if the document doesn't have one. 2022-12-31 10:26:25 +03:00
Abdullah Alfaraj 3369944d01 read and write unique document id to metadata 2022-12-31 09:52:51 +03:00
Abdullah Alfaraj cfe2c46766 generate new uuid from plugin 2022-12-31 09:10:00 +03:00
Abdullah Alfaraj 972997ed88 add proxy server uuid function 2022-12-31 08:44:22 +03:00
Abdullah Alfaraj cc159abca9 send prompt_shortcut in the request to the proxy server 2022-12-30 20:14:32 +03:00
Abdullah Alfaraj e692eccb77
[New Feature:] documenting the prompt shortcut feature 2022-12-30 19:31:53 +03:00
Abdullah Alfaraj 74e3ff1b56
increment version to v1.0.13
add a prompt shortcut feature in the prompt library ui.
currently the prompt shortcut feature is only accessable from outside the ui.
this pull request will make it acessable from within the prompt library tab

Also added example of how to use it by default.
2022-12-30 18:07:03 +03:00
Abdullah Alfaraj 35a0997b65
Merge pull request #35 from AbdullahAlfaraj/prompt-library
add a prompt shortcut feature in the prompt library ui.
currently the prompt shortcut feature is only accessable from outside the ui.
this pull request will make it accessible from within the prompt library tab.

Also added an example of how to use it by default.
2022-12-30 18:04:52 +03:00
Abdullah Alfaraj f760e4c891 improve the style of prompt library tab 2022-12-30 18:02:16 +03:00
Abdullah Alfaraj 1cb8562c4d add an example for prompt_shortcut by default 2022-12-30 17:39:35 +03:00
Abdullah Alfaraj ad66680e9a save and load prompt shortcut from proxy server 2022-12-30 16:38:28 +03:00
Abdullah Alfaraj 90c35beb50 the endpoint will load and save prompt_shortcut into and from json file 2022-12-30 15:21:49 +03:00
Abdullah Alfaraj d455deb3d4 add an endpoint for saving and loading the prompt shortcut 2022-12-30 14:37:23 +03:00
Abdullah Alfaraj f5b32e0e66 return the prompt shortcut 2022-12-30 11:35:34 +03:00
Abdullah Alfaraj 40b75e3fdb create html load, save button for the prompt shortcut 2022-12-30 11:25:36 +03:00
Abdullah Alfaraj 59fcd589b2 create prompt shortcut textarea in prompt library tab 2022-12-30 11:16:25 +03:00
Abdullah Alfaraj a4a9722bb8 prompt_shortcut.json will reload on each request. 2022-12-30 10:24:52 +03:00
Abdullah Alfaraj 70b6c94b65
increment version to v1.0.12
add multiple tabs/ panels.

I've Added a setting tab: you can change stable diffusion url server from the setting tab.
new Prompt library tab currently is just a place holder for upcoming features
improve the useability of the prompt textareas:

You can use ctrl+shift + arrow keys to quickly navigate or select words. This action previously had unwanted behavior of also trigger a layer transformation/Nudging
2022-12-29 15:39:29 +03:00
Abdullah Alfaraj e46bee08a2
Merge pull request #32 from AbdullahAlfaraj/add-multiple-panels
Add-multiple-panels
2022-12-29 15:32:57 +03:00
Abdullah Alfaraj 3b5e8ff2b3 remove padding from textarea since it adds area that can't be colored 2022-12-29 15:07:19 +03:00
Abdullah Alfaraj 462155056f change the sd_url from the plugin ui 2022-12-29 13:58:44 +03:00
Abdullah Alfaraj a40510fcc4 unselect active layers when using prompt section so keystrokes don't affect the layers. 2022-12-28 22:18:13 +03:00
Abdullah Alfaraj 2ee10f069e unselect the active layers while the prompts textarea are active 2022-12-28 20:37:25 +03:00
Abdullah Alfaraj 6127523dbd creating style for sp-textarea vs textarea 2022-12-28 20:28:59 +03:00
Abdullah Alfaraj 68c08dc113 added multiple tabs 2022-12-28 14:03:05 +03:00
Abdullah Alfaraj 72e94cde00
increment version to v1.0.11
[feature]: Inpaint at full resolution padding, pixel
2022-12-27 17:31:27 +03:00
Abdullah Alfaraj da179b90a0
Merge pull request #31 from AbdullahAlfaraj/add_inpaint_padding
Add inpainting resloution padding
2022-12-27 17:29:36 +03:00
Abdullah Alfaraj 907899bc64 padding slider show value from 0 to 256 2022-12-27 17:25:39 +03:00
Abdullah Alfaraj bfa8973409 [typo fix] 2022-12-27 17:06:22 +03:00
Abdullah Alfaraj dfc939c813 [bug fix] clean button now work on inpaint 2022-12-27 16:33:39 +03:00
Abdullah Alfaraj db4617e117 add inpaint at full resolution padding 2022-12-27 16:31:24 +03:00
Abdullah Alfaraj c8e5326d47
increment version to v1.0.10
init inpaint mask is now more robust, and will fill any transparency with a white color.
2022-12-27 14:14:31 +03:00
Abdullah Alfaraj 6f6fdc2b04
Merge pull request #28 from AbdullahAlfaraj/inpaint_on_transparency
inpainting now will fill transparent pixel with white background.
2022-12-27 14:12:07 +03:00
Abdullah Alfaraj 47edfd3f1d inpainting now will fill transparent pixel with white background. 2022-12-27 14:11:11 +03:00
Abdullah Alfaraj 354bca0e06
increment version to v.1.0.9
interrupt the execution of "snap and fill", "init outpaint mask", "init inpaint mask", and prompt the user to select the rectangular marquee tool and make a selection if they forgot to do so.
2022-12-27 11:43:30 +03:00
Abdullah Alfaraj 66f941470d added prompt for marquee dialog box for inpaint and img2img mode 2022-12-27 11:35:40 +03:00
Abdullah Alfaraj fc3f423b2f don't execute Init outpaint mask if no selection present 2022-12-27 09:27:35 +03:00
Abdullah Alfaraj af38cf52d4 add auto update to .sh script 2022-12-27 08:11:20 +03:00
Abdullah Alfaraj fdfda171d5 increment version to v1.0.8 2022-12-26 20:46:50 +03:00
Abdullah Alfaraj 5587e0d72e
Merge pull request #26 from AbdullahAlfaraj/Interrupt-bug-fix
display the version plugin to the plugin ui
2022-12-26 20:33:15 +03:00
Abdullah Alfaraj 72abcc9472 displaying the version plugin to the plugin ui 2022-12-26 20:29:20 +03:00
Abdullah Alfaraj 2c8930826f
added discord badge 2022-12-26 20:13:03 +03:00