Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automatic1111/stable-diffusion-webui-wildcards
Wildcards
https://github.com/automatic1111/stable-diffusion-webui-wildcards
Last synced: 5 days ago
JSON representation
Wildcards
- Host: GitHub
- URL: https://github.com/automatic1111/stable-diffusion-webui-wildcards
- Owner: AUTOMATIC1111
- Created: 2022-10-22T10:51:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T12:25:23.000Z (5 months ago)
- Last Synced: 2024-12-21T18:02:39.582Z (19 days ago)
- Language: Python
- Size: 8.79 KB
- Stars: 447
- Watchers: 8
- Forks: 113
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wildcards
An extension version of a script from https://github.com/jtkelm2/stable-diffusion-webui-1/blob/main/scripts/wildcards.pyAllows you to use `__name__` syntax in your prompt to get a random line from a file named `name.txt` in the wildcards directory.
## Install
To install from webui, go to `Extensions -> Install from URL`, paste `https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards.git`
into URL field, and press Install.## Install manually
Alternatively, to install by hand:From your base `stable-diffusion-webui` directory, run the following command to install:
```
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards extensions/stable-diffusion-webui-wildcards
```Then restart the webui.