cb618efb98
Image Editor Updates ( #612 )
...
* fixed tools for image editor to be more modular and made cursor an actual cursor change
* fixed eraser cursor positioning
* updated opacity to not have a 100 option
* separated clear into an actions section
* added history support for image editor. ctrl-z and ctrl-y both work now
* removed extra console log debugging stuff
* updated buttons style
* updated the button ui on the main page as requested
* updated with a bunch of bugfixes
2022-12-06 13:56:51 +05:30
c9a0d090cb
Merge pull request #569 from patriceac/Fix-seed-behavior
...
Tweak the seed behavior
2022-12-01 15:03:21 +05:30
a2c8c99215
Merge pull request #541 from patriceac/patch-2
...
Fix restoration of parallel output setting
2022-11-30 15:53:30 +05:30
a69d4c279e
Make seed field behavior deterministic
...
Copying the image settings while 'Random' is enabled would cause the seed to be randomized. This was misleading as what I see wasn't what I would get.
2022-11-29 19:04:42 -08:00
472ab4a9ce
Fix restoration of parallel output setting
2022-11-24 14:15:27 -08:00
fca84e3edf
Fix restoration of model and VAE
...
😅
2022-11-24 13:47:35 -08:00
3169485f33
Fixing file drag and drop.
2022-11-22 11:11:06 -05:00
e8dd930a50
Add support for custom modifiers to d&d and clipboard
...
Add support for custom modifiers to d&d and clipboard and remove now-redundant code in restoreTaskToUI.
2022-11-22 00:06:43 -08:00
923c889de8
Merge pull request #495 from madrang/pasteFix
...
Fix pasting in Firefox.
2022-11-21 16:15:24 +05:30
2111a81d18
Proper PR for VAE support in Use Settings
2022-11-19 00:56:44 -08:00
a697bd935a
Refactor the Use Settings code, and move that to the common restoreTask() function
2022-11-18 15:38:17 +05:30
e052610184
Removed debugging log calls.
2022-11-17 02:45:09 -05:00
3a18606385
Disable when targeting input elements.
2022-11-17 02:36:14 -05:00
e25a94e815
Bug fix, forgot to await promise.
2022-11-17 02:20:01 -05:00
c13f662e2d
Use the document paste event for pasting json and text data.
2022-11-17 02:16:20 -05:00
1364fd5c45
Fix pasting in Firefox.
...
Should not display button.
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText#browser_compatibility
2022-11-17 01:44:11 -05:00
cc3186a683
Highlight the Save settings button when pressed
2022-11-17 11:01:10 +05:30
0c93c4754d
Tabs to spaces
2022-11-17 10:49:22 +05:30
e561e4de0b
Visual feedback for the copy and paste icons
2022-11-14 01:58:24 +01:00
1c3d5cd851
Add paste button next to copy button
2022-11-14 01:23:04 +01:00
6c1dda47c0
Don't change the page when something other than an image or text file is dropped into the page (or an image is dropped outside the init image box)
2022-11-09 15:21:41 +05:30
1bebaf933d
Bring back the old style panels for image settings and modifiers
2022-11-09 13:43:43 +05:30
a86b6bfbd6
Fix a bug with drag-and-drop where the upscale dropdown would not get enabled/disabled based on the setting
2022-11-08 18:46:55 +05:30
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
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
3576214920
Remove prompt_strength and init_image when not using in-painting
2022-11-05 13:39:19 -04:00
f964fe3750
Add on/off support for parsing boolean.
2022-11-05 13:33:38 -04:00
d04aa89812
Fix 'Use Upscaling' dropdown getting blank on False.
2022-11-03 20:34:51 -04:00
d5f854d376
Fix use_face_correction not disabling on false
2022-11-03 20:34:12 -04:00
c3cc75feff
Adds a list of properties to not export by default.
2022-11-03 03:16:20 -04:00
d2e6011089
Windows paths...
2022-11-03 03:12:11 -04:00
5a18144366
Enable/disable seedField when updating randomSeedField.checked
2022-11-03 03:11:58 -04:00
950b226374
Moved copy icon css to main.css
2022-11-03 02:09:42 -04:00
045ad78bb9
Added calls to update sliders.
2022-11-02 10:53:48 -04:00
c0350e5be7
Moved file ext to a var.
2022-11-02 10:45:51 -04:00
93b3419737
Better human formatted JSON
2022-11-01 04:54:38 -04:00
268d7495cc
Naming...
2022-10-31 01:13:04 -04:00
ce16e61e63
Adds a copy as JSON button.
2022-10-31 01:02:23 -04:00
f92bca58fa
Lines endings...
2022-10-31 01:01:56 -04:00
83d541b60d
Fixed model parsing...
2022-10-30 23:41:26 -04:00
965efc3a13
Restore old values if invalid values for the dropdown was used.
2022-10-30 23:35:42 -04:00
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