Update README.md
parent
01fe19eca7
commit
4c87b783ab
11
README.md
11
README.md
|
|
@ -1,7 +1,6 @@
|
|||

|
||||

|
||||
|
||||
## Introduction
|
||||
**StylePile**[^1] is a script for https://github.com/AUTOMATIC1111/stable-diffusion-webui to mix and match elements to prompts that affect the style of the result. Hence the name. By default, these elements are placed in a specific order and given strength values. Which means the result sort-of evolves. I have generated thousands of images for each main **Image type** and tweaked the keywords to attempt giving expected results most of the time. Here are some examples on what you can get with a couple of clicks:
|
||||
**StylePile**[^1] is a script for https://github.com/AUTOMATIC1111/stable-diffusion-webui for mixing and matching elements to prompts that affect the style of the result. Hence the name. By default, these elements are placed in a specific order and given strength values. Which means the result sort-of evolves. I have generated thousands of images for each main **Image type** and tweaked the keywords to attempt giving expected results most of the time. Here are some examples on what you can get with a couple of clicks:
|
||||
|
||||

|
||||

|
||||
|
|
@ -11,6 +10,9 @@
|
|||

|
||||
I left the less successful results in on purpose, to show that this isn't some magical tool that overcomes all the difficulties that Stable Diffusion currently has. But it does help you go on that artistic journey way easier. So let's begin.
|
||||
|
||||
## Installation
|
||||
Click the green **Code** button at the top of the page, select the **Download ZIP** option. When done extract everything from there and drop it into your **stable-diffusion-webui/scripts** folder. Most important of all you should have the StylePile.py file and the StylePile folder with the example images. Upon next launch the script should be available in the **Script** dropdown at the bottom of the page. Select it and we are good to go!
|
||||
|
||||
## Base workflow
|
||||

|
||||
|
||||
|
|
@ -44,8 +46,7 @@ Additionally the command line will also share more information than by default s
|
|||
## In conclusion
|
||||
I made this because manually changing keywords, looking up possible styles, etc was a pain. It is meant as a fun tool to explore possibilities and make learning Stable Diffusion easier. If you have some ideas or, better yet, would like to contribute[^2] in some way do get in touch.
|
||||
|
||||
## Installation
|
||||
Click the green **Code** button at the top of the page, select the **Download ZIP** option. When done extract everything from there and drop it into your **stable-diffusion-webui/scripts** folder. Most important of all you should have the StylePile.py file and the StylePile folder with the example images. Upon next launch the script should be available in the **Script** dropdown at the bottom of the page. Loading the scripts may take a little while, so it won't appear right away. Currently gradio has a bit of a bug that keeps a part of the script on screen even if it isn't active. I'm looking into a way to get around it.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue