mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-06 05:41:49 -08:00
added a second style field
added the ability to use {prompt} in styles
added a button to apply style to textbox
rearranged top row for UI
This commit is contained in:
parent
6153d9d9e9
commit
9f267af3f7
8 changed files with 160 additions and 81 deletions
|
|
@ -81,7 +81,7 @@ state = State()
|
|||
artist_db = modules.artists.ArtistsDatabase(os.path.join(script_path, 'artists.csv'))
|
||||
|
||||
styles_filename = cmd_opts.styles_file
|
||||
prompt_styles = modules.styles.load_styles(styles_filename)
|
||||
prompt_styles = modules.styles.StyleDatabase(styles_filename)
|
||||
|
||||
interrogator = modules.interrogate.InterrogateModels("interrogate")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue