Commit Graph

731 Commits (54f38aae8a83cbda7db5639d19e4e0dd5aa6b2fd)

Author SHA1 Message Date
Abdullah Alfaraj 8c71798693 add Auto Fill Model from metadata 2023-01-02 09:28:15 +03:00
Abdullah Alfaraj f21d05ae17 Added Auto Fill in sampler support 2023-01-02 08:22:33 +03:00
Abdullah Alfaraj 84dc71ca2d auto fill in HiResFixs related values 2023-01-01 18:21:45 +03:00
Abdullah Alfaraj 38869f32be extract negative prompt from metadata_json or prompt's string 2023-01-01 15:26:49 +03:00
Abdullah Alfaraj 205f79ee47 refactor negative prompt 2023-01-01 15:25:29 +03:00
Abdullah Alfaraj 23f141c7ef refactor prompt 2023-01-01 14:51:34 +03:00
Abdullah Alfaraj 0fdd0bd844 auto fill in from metadata 2023-01-01 14:29:18 +03:00
Abdullah Alfaraj 96944037bd refactor code html manipulation code 2023-01-01 14:28:59 +03:00
Abdullah Alfaraj d190c19ad5 adding try and catch to exportpng related functions 2023-01-01 12:01:48 +03:00
Abdullah Alfaraj 971ac23948 remove link current document button 2023-01-01 10:37:40 +03:00
Abdullah Alfaraj 93ff89d99b
increment version to v1.0.16
[New Feature]: hi res fix
2023-01-01 05:51:19 +03:00
Abdullah Alfaraj dd71e9b278
Merge pull request #39 from Kyxsune/master 2023-01-01 05:20:57 +03:00
Kyxsune f6bd07a0f3
Update start_server.sh 2022-12-31 17:36:29 -05:00
kyxsune f733e4de71 Hi res fix added. Sloppy 2022-12-31 17:29:12 -05:00
Abdullah Alfaraj 79157dcd98
increment version to v1.0.15
History-tab: 
Added the new history tab, where all previously generated images will reside.
click on an image to reuse its seed.
2022-12-31 19:43:03 +03:00
Abdullah Alfaraj c7677a6b4a
Merge pull request #38 from AbdullahAlfaraj/history-tab
History-tab: 
this pull request add the new history tab, where all previously generated images will reside.
click on an image to reuse its seed.
2022-12-31 19:41:56 +03:00
Abdullah Alfaraj 8632d0f4e5 click an image from the history tab to reuse its seed 2022-12-31 19:31:24 +03:00
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