cmdr2
|
1176ddcc85
|
Fix a bug in drag-and-drop where an empty Negative Prompt line would result in the next line getting assigned to negative prompts; Simplify the drag-and-drop text file parsing logic to use a single algorithm, the files are small enough that we don't need over-optimization and confuse new developers
|
2022-11-08 18:44:11 +05:30 |
|
cmdr2
|
fa080e380c
|
Fix a bug where images could no longer be dragged and dropped onto the initial image box
|
2022-11-08 18:14:26 +05:30 |
|
cmdr2
|
57c3acd9d8
|
Single line comment for Live Preview
|
2022-11-08 17:51:51 +05:30 |
|
cmdr2
|
302cf5b10b
|
Show a tooltip over the ? help buttons
|
2022-11-08 17:49:46 +05:30 |
|
cmdr2
|
e2a9e81dbc
|
Show tooltips on 'Copy Image Settings'
|
2022-11-08 17:40:47 +05:30 |
|
cmdr2
|
b1cf7391ce
|
Add links to help docs for certain UI elements
|
2022-11-08 17:19:20 +05:30 |
|
cmdr2
|
9bc7521de0
|
Make custom VAE an Image Setting, rather than a System Setting; Don't load a VAE into memory by default
|
2022-11-08 16:54:15 +05:30 |
|
cmdr2
|
749c72e6a6
|
Fix https://github.com/cmdr2/stable-diffusion-ui/issues/441 - numerical validation
|
2022-11-04 19:48:34 +05:30 |
|
cmdr2
|
8a0a22bfb0
|
Merge pull request #427 from madrang/dragNdrop
Add support for drag&drop for the text files made by the backend
|
2022-11-03 11:41:21 +05:30 |
|
cmdr2
|
d04fe5d582
|
Increase CSS version
|
2022-11-02 12:23:36 +05:30 |
|
Marc-Andre Ferland
|
d656c34bd4
|
Add support for drag&drop for the text files made by the backend and also supports JSON.
|
2022-10-30 23:21:39 -04:00 |
|
cmdr2
|
5e22360cb1
|
Change the JS/CSS version
|
2022-10-29 18:10:23 +05:30 |
|
cmdr2
|
e818f5a93f
|
Bump version
|
2022-10-29 12:29:28 +05:30 |
|
Malcolm Diller
|
301af7bd7a
|
added parameters
|
2022-10-28 18:25:54 -07:00 |
|
Malcolm Diller
|
09c11a385d
|
normalized popups
|
2022-10-28 16:48:32 -07:00 |
|
cmdr2
|
a8c16e39b8
|
Support custom VAE files; Use vae-ft-mse-840000-ema-pruned as the default VAE, which can be overridden by putting a .vae.pt file inside models/stable-diffusion with the same name as the ckpt model file. The UI / System Settings allows setting the default VAE model to use
|
2022-10-28 20:06:44 +05:30 |
|
cmdr2
|
d939629c09
|
Bump version
|
2022-10-28 10:39:23 +05:30 |
|
cmdr2
|
7c5bbca2fa
|
Bump version
|
2022-10-27 20:49:05 +05:30 |
|
cmdr2
|
c024b39c8b
|
Get ready for installer_umamba
|
2022-10-26 12:55:39 +05:30 |
|
cmdr2
|
4eed2c7582
|
Tweak the position of the reset-image-settings button
|
2022-10-25 11:11:37 +05:30 |
|
cmdr2
|
100e830e04
|
Bust the cache for included media
|
2022-10-25 11:03:07 +05:30 |
|
cmdr2
|
a5d19cd31f
|
Update index.html
|
2022-10-25 10:32:55 +05:30 |
|
Malcolm Diller
|
32d7835119
|
added a simple tooltip to the reset button
|
2022-10-21 17:44:04 -07:00 |
|
Malcolm Diller
|
c154a4bdc8
|
removed second auto-savecss reference
|
2022-10-21 17:30:09 -07:00 |
|
Malcolm Diller
|
5453925e26
|
Merge branch 'beta' into mdiller_settings
|
2022-10-21 17:16:50 -07:00 |
|
cmdr2
|
e8167541af
|
Show a tip regarding custom modifiers
|
2022-10-21 21:35:20 +05:30 |
|
cmdr2
|
329360aa5b
|
Show the number of images it'll make in the Make Image button
|
2022-10-21 15:18:05 +05:30 |
|
cmdr2
|
eb1a276e60
|
Move the image modifers toolbar back to the top
|
2022-10-21 14:54:45 +05:30 |
|
cmdr2
|
a53bac1a94
|
Fix a bug where a null value for custom modifiers would break
|
2022-10-21 14:43:32 +05:30 |
|
cmdr2
|
4174c8c25c
|
Increase version
|
2022-10-21 14:36:51 +05:30 |
|
cmdr2
|
48a88a8624
|
Custom modifiers
|
2022-10-21 14:08:16 +05:30 |
|
cmdr2
|
ef478a4a9e
|
Remove the message about system-related settings
|
2022-10-21 09:41:31 +05:30 |
|
cmdr2
|
090dfff730
|
Refactor the time delays into constants and mention the units
|
2022-10-20 17:22:01 +05:30 |
|
Malcolm Diller
|
d08f090800
|
Merge branch 'beta' into mdiller_settings
|
2022-10-19 21:17:56 -07:00 |
|
Malcolm Diller
|
8554473c21
|
the rest of the fking owl
|
2022-10-19 21:12:01 -07:00 |
|
cmdr2
|
8d8c932d8c
|
Bump version
|
2022-10-19 21:59:15 +05:30 |
|
cmdr2
|
253d355bd2
|
New upscale button for images; Fix a bug where the string seed would get appended with numbers
|
2022-10-19 21:58:51 +05:30 |
|
cmdr2
|
e287df1320
|
Allow loading UI plugins from a /plugins/ URL path, which loads files ending with .plugin.js inside the plugins/ui folder
|
2022-10-19 21:34:40 +05:30 |
|
cmdr2
|
5fa3a7ca44
|
UI-side plugin system; Use PLUGINS['IMAGE_INFO_BUTTONS'] to add additional buttons on the generated images
|
2022-10-19 19:50:05 +05:30 |
|
cmdr2
|
9c1e73ffff
|
Fix missing auto-save.css include
|
2022-10-19 18:10:22 +05:30 |
|
cmdr2
|
083f9dd29b
|
Bump version
|
2022-10-19 13:50:36 +05:30 |
|
cmdr2
|
105f071847
|
Expand curly braces in prompts, for e.g. 'hello {foo,bar}' => 'hello foo' and 'hello bar'
|
2022-10-19 13:50:05 +05:30 |
|
Malcolm Diller
|
48222ce44c
|
updated to make autosaving on by default and updated some of the new logic
|
2022-10-18 22:13:45 -07:00 |
|
Malcolm Diller
|
0922349344
|
made some updates and moved some stuff to auto-save js
|
2022-10-18 20:49:58 -07:00 |
|
cmdr2
|
4da9843479
|
Move image modifiers JS to a separate file
|
2022-10-18 22:28:04 +05:30 |
|
cmdr2
|
eccb3c643d
|
Separate the inpainting editor JS into a separate file
|
2022-10-18 22:09:11 +05:30 |
|
cmdr2
|
bfa5a51ce8
|
Use a local copy of fontawesome, to allow working offline
|
2022-10-18 21:40:17 +05:30 |
|
cmdr2
|
9066ad6cdf
|
Use locally hosted fonts, to be able to work offline
|
2022-10-18 21:06:56 +05:30 |
|
cmdr2
|
f7b513dff2
|
Refactor the CSS and JS into separate files, attempt 1
|
2022-10-18 20:18:56 +05:30 |
|
cmdr2
|
4a956b5a55
|
Make the label 10pt
|
2022-10-18 16:20:35 +05:30 |
|