Commit Graph

792 Commits (e0aecb1dc195eb2c5c7a29cb67fbad052d5182f3)

Author SHA1 Message Date
Abdullah Alfaraj af4e868d6d
increment version to v1.0.18
[bug fix]: fixed the quick export as png related bug.
2023-01-03 14:55:52 +03:00
Abdullah Alfaraj bea7a73102
Merge pull request #42 from AbdullahAlfaraj/quick-export-altr-fix
Quick-export-altr-fix:
replace the old exportPng() method (that uses photoshop quick export as png internally) with an new method newExportPng()
2023-01-03 14:53:34 +03:00
Abdullah Alfaraj df70af875f export at the same resolution as the width and height sliders 2023-01-03 12:49:20 +03:00
Abdullah Alfaraj 47bf0d325d use psapi.setInitImageMask 2023-01-03 11:51:37 +03:00
Abdullah Alfaraj fd66ecbd76 fix bug deleting a layer that doesn't exist 2023-01-03 11:19:48 +03:00
Abdullah Alfaraj 87b5cf567c use the psapi.setInitImage 2023-01-03 10:30:33 +03:00
Abdullah Alfaraj 53b5078997 newExportPng method that doesn't relay on the buggy Quick Export as png feature 2023-01-03 09:40:47 +03:00
Abdullah Alfaraj e628a645d7 name the commands and log() to warn() or error() 2023-01-03 09:34:32 +03:00
Abdullah Alfaraj e91fb0b497 quick export alternative 2023-01-02 20:05:05 +03:00
Abdullah Alfaraj 27715147a0
increment version to v1.0.17
Auto Fill Settings from Metadata
2023-01-02 09:39:10 +03:00
Abdullah Alfaraj e5c90dd7ea
Merge pull request #40 from AbdullahAlfaraj/auto_fill_settings
Auto Fill Settings from Metadata:
This PR adds support for automatically filling in the stable diffusion settings by reading the metadata.
2023-01-02 09:37:47 +03:00
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