ydobemos
85b549a10f
Merge pull request #52 from brian-gates/patch-1
...
Update README.md
2023-04-13 21:42:34 +03:00
Brian Gates
314cf97b7d
Update README.md
...
Fixed typo
2023-04-07 18:10:28 -07:00
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
ydobemos
a0b877c189
Merge pull request #48 from jpsieben7/fixSaving
...
Fix saving not working due to all_seeds and all_prompts not being properly provided
2023-04-02 19:59:55 +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
de52ebbdcc
Added new source elements
2022-12-06 18:12:59 +02:00
ydobemos
1c6e69edd7
Add files via upload
2022-12-06 17:23:55 +02:00
ydobemos
8042838866
41 new art movement
...
Some more modern/niche movements added
2022-11-29 11:39:15 +02:00
ydobemos
8fe7262aac
20 extra artists to round up to 300
...
Some interesting new styles
2022-11-29 11:37:31 +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
99adcefa0e
Update README.md
2022-11-24 10:41:56 +02:00
ydobemos
8cdbcee7c6
Update README.md
2022-11-24 10:26:12 +02:00
ydobemos
53722cd7f0
Delete StylePile.py
2022-11-24 10:17:30 +02:00
ydobemos
468bf30b33
Update StylePile.py
2022-11-24 10:16:56 +02:00
ydobemos
0f3edadec1
Merge pull request #26 from some9000/Beta-2.0
...
Massive update to the next version with more selections, variable, visual previews, reworked batches etc.
2022-11-24 10:14:51 +02:00
ydobemos
c1fbd0f3bc
Update README.md
2022-11-24 10:07:51 +02:00
ydobemos
3e351144cf
Update StylePile.py
...
Last update before moving towards current release
2022-11-24 09:22:45 +02:00
ydobemos
1e6741a974
Delete StylePile.py
2022-11-22 11:33:05 +02:00
ydobemos
33bbeec7fa
Now it's an extension. Thanks, Kilvoctu.
2022-11-22 11:32:47 +02:00
ydobemos
a8d928247c
Merge pull request #23 from Kilvoctu/extension
...
Add as an extension to Web UI
2022-11-22 09:08:51 +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
ydobemos
88ddf0367b
Update StylePile.py
2022-11-18 17:37:11 +02:00
ydobemos
4c87b783ab
Update README.md
2022-11-18 16:55:53 +02:00
ydobemos
01fe19eca7
Update StylePile.py
2022-11-18 12:46:19 +02:00
ydobemos
5207c372a7
Add files via upload
2022-11-15 11:27:57 +02:00
ydobemos
91bc1083e6
Add files via upload
2022-11-15 11:25:25 +02:00
ydobemos
88899e140b
Add files via upload
2022-11-15 11:21:08 +02:00
ydobemos
517afa0f21
Delete 0
2022-11-15 11:19:42 +02:00
ydobemos
4f97edfb66
Add files via upload
2022-11-15 11:18:32 +02:00
ydobemos
7854957e6d
Create 0
2022-11-15 11:15:00 +02:00
ydobemos
2f268d2cc5
Add files via upload
2022-11-15 11:13:43 +02:00
ydobemos
c9ece48afb
Create Temp
2022-11-15 11:12:22 +02:00
ydobemos
11610bca65
Delete StylePile
2022-11-15 11:11:28 +02:00
ydobemos
fa4245bdee
Create StylePile
2022-11-15 11:11:15 +02:00
ydobemos
57045776b4
Add files via upload
2022-11-15 11:10:56 +02:00
ydobemos
5d5746135f
Delete StylePile directory
2022-11-15 11:10:26 +02:00
ydobemos
03beb62ac6
Update README.md
2022-11-02 18:54:12 +02:00
ydobemos
47feed8877
Update README.md
2022-11-02 18:51:07 +02:00
ydobemos
311e95c671
Update README.md
2022-11-02 12:59:31 +02:00
ydobemos
928e0d2790
Merge pull request #10 from some9000/Beta
...
Beta
2022-11-02 12:58:24 +02:00
ydobemos
7d2f785851
Merge branch 'main' into Beta
2022-11-02 12:55:20 +02:00
ydobemos
eb49c03bfb
Delete Styles.png
2022-11-02 12:51:04 +02:00
ydobemos
01e154196a
Delete Mood.png
2022-11-02 12:50:55 +02:00