Commit Graph

12 Commits (206b3d06bebb75df1a4b5439e35c432668ea7574)

Author SHA1 Message Date
ydobemos 206b3d06be
Merge pull request #43 from maxaudron/fix/resource-dir
fix ResourceDir path to be relative to extension dir
2023-04-02 21:29:13 +03:00
Jason Sieben b185dd7216 Fix saving not working due to all_seeds and all_prompts not being properly provided 2023-03-22 17:00:35 -05:00
Max Audron 58dd78fd82 fix ResourceDir path to be relative to extension dir
the webui exposes scripts.basedir() to get the base directory of the
extension, which is safer to use than relying on __file__

__file__ was also previously not correctly set by the webui which is
fixed in AUTOMATIC1111/stable-diffusion-webui#7199, and in turn breaks
this extension.
2023-01-28 13:49:51 +01:00
ydobemos abc7163193
Presets are back for now. Still want to implement them differently. 2022-12-08 08:48:39 +02:00
ydobemos a2d54f6d4c
Update StylePile.py 2022-12-07 08:51:20 +02:00
ydobemos f91049d1b9
Fixed an error in random art movement C. 2022-11-26 22:42:23 +02:00
ydobemos cfc6d3b5f7
Image info is finally fixed.
Now it's possible to send images to all the sub options you want to use.
If you'd like to also see their data when selecting an image then this needs to be added to the main: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4899
2022-11-26 21:11:43 +02:00
ydobemos fb67492a0c
Update StylePile.py
Didn't reassign negative prompts with every subloop so it became bloated with every step. Now it's fixed.
2022-11-25 13:05:46 +02:00
ydobemos 468bf30b33
Update StylePile.py 2022-11-24 10:16:56 +02:00
Kilvoctu 0c829cd764 move print statement up 2022-11-21 19:16:08 -06:00
Kilvoctu ea76667af6 fix ResourceDir
points to the resources within extensions subdir
2022-11-21 18:52:41 -06:00
Kilvoctu b7902367c6 convert to extension
basically follow the directory structures for extensions
2022-11-21 18:47:03 -06:00