|
| 1 | +# Stable Diffusion Infinity Grid Generator |
| 2 | + |
| 3 | +Extension for the [AUTOMATIC1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) that generates infinite-dimensional grids. |
| 4 | + |
| 5 | +- [#Examples](Examples) |
| 6 | +- [#Installation](Installation) |
| 7 | +- [#Usage](Usage) |
| 8 | +- [#License](License) |
| 9 | + |
| 10 | +### Examples |
| 11 | + |
| 12 | +TODO |
| 13 | + |
| 14 | +### Installation |
| 15 | + |
| 16 | +- You must have the [AUTOMATIC1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) already installed and working. Refer to that project's readme for help with that. |
| 17 | +- Open the WebUI, go to to the `Extensions` tab. |
| 18 | +- Click on `Install from URL` |
| 19 | +- Copy/paste this project's URL into the `URL for extension's git repository` textbox: `https://github.com/mcmonkeyprojects/sd-infinity-grid-generator-script` |
| 20 | +- Click `Install` |
| 21 | +- Restart or reload the WebUI |
| 22 | + |
| 23 | +### Usage |
| 24 | + |
| 25 | +Usage comes in three main steps: |
| 26 | +- 1: Build a grid definition |
| 27 | +- 2: Generate its contents |
| 28 | +- 3: Make use of the generated output viewer |
| 29 | + |
| 30 | +#### 1: Grid Definition File |
| 31 | + |
| 32 | +TODO |
| 33 | + |
| 34 | +#### 2: Grid Content Generation via WebUI |
| 35 | + |
| 36 | +- Open the WebUI |
| 37 | +- Go to the `txt2img` or `img2img` tab |
| 38 | +- At the bottom of the page, find the `Script` selection box, and select `Generate Infinite-Axis Grid` |
| 39 | +- Select options at will. You can hover over each option for extra usage information. |
| 40 | +- Select your grid definition file from earlier. |
| 41 | +- Hit your `Generate` button, and wait. |
| 42 | + |
| 43 | +#### 3: Using The Output |
| 44 | + |
| 45 | +TODO |
| 46 | + |
| 47 | +---------------------- |
| 48 | + |
| 49 | +### Licensing pre-note: |
| 50 | + |
| 51 | +This is an open source project, provided entirely freely, for everyone to use and contribute to. |
| 52 | + |
| 53 | +If you make any changes that could benefit the community as a whole, please contribute upstream. |
| 54 | + |
| 55 | +### The short of the license is: |
| 56 | + |
| 57 | +You can do basically whatever you want, except you may not hold any developer liable for what you do with the software. |
| 58 | + |
| 59 | +### The long version of the license follows: |
| 60 | + |
| 61 | +The MIT License (MIT) |
| 62 | + |
| 63 | +Copyright (c) 2022 Alex "mcmonkey" Goodwin |
| 64 | + |
| 65 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 66 | +of this software and associated documentation files (the "Software"), to deal |
| 67 | +in the Software without restriction, including without limitation the rights |
| 68 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 69 | +copies of the Software, and to permit persons to whom the Software is |
| 70 | +furnished to do so, subject to the following conditions: |
| 71 | + |
| 72 | +The above copyright notice and this permission notice shall be included in all |
| 73 | +copies or substantial portions of the Software. |
| 74 | + |
| 75 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 76 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 77 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 78 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 79 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 80 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 81 | +SOFTWARE. |
0 commit comments