cmdr2
995bdc77b8
Merge pull request #938 from patriceac/patch-46
...
Make the image editor scrollable as needed
2023-03-14 10:35:59 +05:30
JeLuF
03256f6bba
Warn users about small image dimensions
...
Show a warning if the user chooses width & height < 512px
2023-03-12 20:43:54 +01:00
cmdr2
bb0f7cd1cd
Load mask from file
2023-03-11 12:37:51 +05:30
cmdr2
7826870d99
Logo change
2023-03-11 09:27:04 +05:30
patriceac
7c0ec9faaf
Fix the display of the preview scale slider
...
As per https://discord.com/channels/1014774730907209781/1014780368890630164/1080772220760109066 .
2023-03-05 19:19:02 -08:00
cmdr2
f78b31b1bc
Less jittery dropdown
2023-03-01 18:41:21 +05:30
cmdr2
f2a960136e
Move zoom and 'scroll to generated image' into a flat icon strip, with a press-toggle button for the 'scroll to' button; Tweaked the behavior of the on-scroll dropdown CSS class
2023-03-01 18:27:48 +05:30
cmdr2
24cce08580
Show the image dimensions on mouse over
2023-03-01 15:17:27 +05:30
cmdr2
353fe88226
Set tertiary colors on buttons that don't need to be visible in a very dominant manner
2023-02-28 15:37:38 +05:30
patriceac
05cafce1e8
Make the image editor scrollable as needed
...
Some users on 4K screens zoom in their browser display, but this causes the editor buttons on the top right to be out of view, and since the editor is not scrollable, they have to zoom out to be able to hit 'save'.
This change fixes that by making the image editor window vertically scrollable if it gets too large. No UI change on smaller screens (e.g. phones).
2023-02-25 13:02:09 -08:00
cmdr2
de1d1ad961
Shrink the preview tools buttons to icons-only on a small screen
2023-02-24 21:50:21 +05:30
cmdr2
bd82480fa3
Keep the min-width of a dropdown equal to the width of the input element
2023-02-24 20:08:19 +05:30
cmdr2
fce8b96d3b
Tweaks to the styling of the models dropdown
2023-02-24 19:29:25 +05:30
cmdr2
45a2c9f7ef
Show icons next to the model folder and files in the dropdown, styling tweaks to increase padding
2023-02-23 22:11:53 +05:30
JeLuF
1023f5f7cc
Slider for preview image size ( #767 )
...
* Slider for preview image size
Add a slider to the system settings so that users can configure the max size of thumbnails
* Remove debug output
* Fix var definition
* Move slider to 'display settings' menu
* thumbnail slider CSS
2023-02-22 19:32:00 +05:30
patriceac
09deaefab0
Fix the active selection's display
...
Yesterday's PR caused a regression on the active brush display, specifically for Sharpness, which is treated differently from the other brushes in the code. This is the fix.
2023-02-20 18:25:57 -08:00
patriceac
282c4cca82
Add support for disabled state to model dropdown ( #886 )
...
* Add support for disabled state to model dropdown
As per https://discord.com/channels/1014774730907209781/1021695193499582494/1075068193753804831
The only limitation is that we cannot visually gray out the chevron itself because the corresponding font-awesome icon is a Pro icon (https://fontawesome.com/icons/angle-down?s=duotone&f=classic ).
* Gray out the chevron when the control is disabled
* Remove empty line
* Disable the transition on the chevron
Apply effect immediately when the dropdown is enabled/disabled.
2023-02-16 19:29:08 +05:30
AssassinJN
9f5f213cd3
Fix for dropdown widths ( #883 )
...
* Fix dropdown location
* change width
2023-02-16 10:35:46 +05:30
JeLuF
9d1dd09a07
'Download all images' button ( #765 )
...
* Use standard DOM function
* Add 'download all images' button
---------
Co-authored-by: cmdr2 <secondary.cmdr2@gmail.com>
2023-02-14 19:33:25 +05:30
AssassinJN
5922fd39c5
Fix for searchable model width
2023-02-13 09:31:53 -05:00
patriceac
a801a5d8b6
Searchable models ( #786 )
...
* Searchable models
Creates searchable dropdowns for SD, VAE, or HN models. Also adds a reload models button (placed next to SD models, reloads everything including VAE and HN models).
* Fixing the editor pane display
* Revert "Fixing the editor pane display"
This reverts commit de902a6340
.
* Move formatting to the CSS file
* Rewritten the siblings functions
I like these much better, and I imagine you will too. :)
* Code cleanup
* Minor tweak in list ordering
Minor tweak to move the root folder's content at the end of the list (similar to the current version).
2023-02-12 14:48:09 +05:30
patriceac
ccf71ed445
Fix the inpainter and image editor display
2023-02-11 21:57:56 -08:00
AssassinJN
f2f3ed71d4
Hide Image buttons hides task ( #854 )
...
* hide task when all images are hidden
* Update main.css
* remove console logs
* remove another console log
* Update main.js
* Update main.js
2023-02-10 22:58:07 +05:30
cmdr2
573154633b
Merge pull request #793 from patriceac/patch-20
...
Fix the tooltip display over image modifier cards
2023-02-10 17:18:46 +05:30
cmdr2
0cbb553564
Follow the theme in the popup dialog box
2023-02-06 15:32:54 +05:30
cmdr2
f4512bb291
Color of close button
2023-02-06 15:19:10 +05:30
cmdr2
99205b4d03
Show an X over an image, instead of a remove button in image options
2023-02-06 15:14:47 +05:30
cmdr2
0b3a35c4b6
Make the tabs container a class, to make it reusable for other tab groups
2023-02-06 13:48:18 +05:30
patriceac
dd4937178f
Fix the tooltip display over image modifier cards
2023-01-24 01:37:37 -08:00
patriceac
bb47835256
Another fix for high res images
...
This time to address the height.
2023-01-11 17:25:54 -08:00
cmdr2
ad5508a14d
Fix typo
2023-01-10 21:54:31 +05:30
cmdr2
c3e6e63023
Merge pull request #754 from patriceac/patch-15
...
Fix display of very large images
2023-01-10 20:00:00 +05:30
patriceac
18aca98e41
Fix image editor display
...
Fix for the cut off controls
2023-01-09 09:29:31 -08:00
patriceac
bfa1f57930
Fix rendering of very large images
...
See comments for screenshots.
2023-01-09 09:21:16 -08:00
patriceac
8d9cd0e30b
Fix display of very large images
2023-01-07 15:04:07 -08:00
patriceac
0f05f9c32c
Limit the size of zoomed-in source images
...
If the source image has a high enough resolution it won't fit on the screen when hovering over it. This simple fix limits the max size so the user always has a chance to see the full image.
2022-12-28 17:30:59 -08:00
patriceac
2c0bdd6377
Fix cut off tooltips display
2022-12-26 10:04:36 -08:00
AssassinJN
e1875c872c
classes for drag and drop
...
Added classes for drag and drop.
2022-12-19 13:44:15 -05:00
cmdr2
bf6c222a3b
Merge pull request #641 from JeLuF/pause
...
Pause button
2022-12-19 11:52:55 +05:30
JeLuF
64a751ad79
Merge branch 'beta' into pause
2022-12-19 00:55:56 +01:00
JeLuF
8f4e03550c
Add drag handle
2022-12-19 00:14:57 +01:00
cmdr2
c4548d9396
Merge pull request #669 from JeLuF/hover
...
CSS only initimg hover, 'use as input' button
2022-12-17 09:50:46 +05:30
JeLuF
3b01e65e11
CSS only initimg hover, 'use as input' button
2022-12-17 01:30:30 +01:00
JeLuF
341c810bbb
Fix img resize issues, add redo/undo buttons
2022-12-17 00:29:54 +01:00
cmdr2
5c4e6f7e96
Tweak editor width
2022-12-12 19:42:43 +05:30
cmdr2
b53935bfd4
Revert "Scrolling panes ( #632 )"
...
This reverts commit e3184622e8
.
2022-12-12 19:03:16 +05:30
JeLuF
bd1bc78953
Use onIdle(), move pause button, quick resume without using the promise
2022-12-11 14:57:01 +01:00
JeLuF
e6346775e7
Merge branch 'beta' into pause
2022-12-11 11:19:48 +01:00
patriceac
af5c68051a
Fix for the tooltips being cutoff ( #636 )
2022-12-11 12:59:23 +05:30
JeLuF
c568bca69e
Pause button
2022-12-11 02:31:23 +01:00
JeLuF
099fde2652
show initimg in task list
2022-12-10 17:17:37 +01:00
patriceac
e3184622e8
Scrolling panes ( #632 )
...
Decouple the editor and the preview panes. Scrollbars color updated as well as requested.
2022-12-09 23:11:39 +05:30
cmdr2
47c8eb304f
Revert the button styling
2022-12-06 15:36:52 +05:30
Malcolm Diller
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
cmdr2
1c8ab9e1b4
Temporarily set the display: flex style only on the image editor buttons
2022-12-01 16:59:12 +05:30
cmdr2
6094cd8578
Fix the 'load from file' button that had moved to the next line'
2022-12-01 16:10:20 +05:30
Malcolm Diller
277140f218
Image Editor ( #574 )
...
* started implementing hamunii's image editor, and added a hamunii theme
* fixed so active tab is main tab
* added some testing stuff for image ediotr
* re-implemented canvas drawing myself. just need to add layer stuff now
* moved everything to an image editor class and implement it so it actually works nicely now
* fixed a couple weird bugs and cleaned up the background image and sharpness stuff
* cleaned up a lot of stuff about the editor, added tools, buttons, made it mostly work in the current ui
* added inpainting support
* updated with more nice changes/updates to the inpainting and drawing editor
* made some more fixes and touchups to the image editor
* removed a bunch of semicolons
* remove old image inpainting system
* updated to work properly on mobile
* made a minor bugfix
* fixed img_size_box alignment
* Update index.html
Co-authored-by: cmdr2 <secondary.cmdr2@gmail.com>
Co-authored-by: cmdr2 <shashank.shekhar.global@gmail.com>
2022-12-01 16:01:09 +05:30
cmdr2
da3e7a2eb8
Fix the broken image close button
2022-11-30 21:14:18 +05:30
cmdr2
141ff74ece
Merge pull request #557 from madrang/webmanifest
...
Added web manifest to allow installing the Url as a web app.
2022-11-30 16:19:04 +05:30
cmdr2
4e0b33e6a4
Merge pull request #566 from patriceac/Visual-feedback-on-buttons
...
Visual feedback on button click
2022-11-30 16:11:08 +05:30
cmdr2
b96b55c5ce
Merge branch 'beta' into serverip
2022-11-30 14:00:12 +05:30
Marc-Andre Ferland
1f5aba010e
Merge branch 'beta' of https://github.com/cmdr2/stable-diffusion-ui.git into webmanifest
...
# Conflicts:
# ui/index.html
2022-11-30 03:29:46 -05:00
cmdr2
0b96fa112d
Merge branch 'beta' into confirm
2022-11-30 13:47:08 +05:30
cmdr2
648b142a4b
Merge pull request #571 from madrang/tabs-css
...
Add a new css rule for screens smaller than 500px.
2022-11-30 13:24:38 +05:30
cmdr2
2706149399
Tweak left padding of editor panel
2022-11-29 15:27:13 +05:30
Marc-Andre Ferland
a99209b674
Add a new css rule for screens smaller than 500px.
2022-11-28 20:23:17 -05:00
Marc-Andre Ferland
8583bb8d7b
Improved tabs flow on small screens.
2022-11-27 20:37:20 -05:00
patriceac
d48951fe00
Visual feedback on button click
...
When there are too many tasks and the top of the list is not visible, there is no visual feedback that a task has been successfully added to the queue.
Adding a subtle visual feedback on buttons upon click to reflect that the mouse event was taken into account.
2022-11-27 16:26:01 -08:00
Marc-Andre Ferland
99bdcfa0a5
Set theme-color from the current selected theme.
2022-11-27 15:49:54 -05:00
JeLuF
f1fa10badd
Show network addresses in system settings
...
Users sometimes struggle to get the IP address of their PC. This PR adds a button to the system settings pane that will list the server's IP
addresses.
2022-11-23 11:25:36 +01:00
JeLuF
49535deb2e
Confirm 'Clear All' and 'Stop Task'
...
Ask for a confimation before clearing the results pane or stopping a render task. The dialog can be skipped by holding down the shift key while clicking on the button.
2022-11-22 21:27:36 +01:00
cmdr2
31c049ebfe
Version css
2022-11-22 11:09:01 +05:30
cmdr2
7097175c6f
CSS tweak for logo and version
2022-11-22 11:07:50 +05:30
cmdr2
80ecb82cc2
Reduce the width of the editor sidebar, regression
2022-11-21 18:42:07 +05:30
cmdr2
a6e3c272e2
Tweak CSS for button press color
2022-11-18 17:14:58 +05:30
cmdr2
4000f98ba4
Merge pull request #490 from JeLuF/ui1
...
Visual feedback for the save button in the system settings
2022-11-18 17:10:04 +05:30
cmdr2
d06fd404ae
Font size of negative prompt textbox
2022-11-18 17:09:42 +05:30
cmdr2
c6f0e19e2f
Merge pull request #493 from JeLuF/negative
...
Textarea for negative prompts
2022-11-18 17:07:37 +05:30
cmdr2
9c3d946de0
Theme tweaks
2022-11-18 17:01:20 +05:30
cmdr2
ace3102601
Reduce the size of the toggle switches
2022-11-18 16:24:49 +05:30
cmdr2
0067e46192
Merge pull request #501 from mdiller/mdiller_fancyswitches
...
Better Toggle Inputs & Updated Settings UI
2022-11-18 16:17:54 +05:30
cmdr2
f74c57449e
Cosmetic changes to Use Settings
2022-11-18 15:54:47 +05:30
cmdr2
f67758eaf3
Bring back some styling that was removed accidentally by the PR merge
2022-11-18 14:58:21 +05:30
cmdr2
7ffeb3964b
Merge pull request #463 from patriceac/beta
...
Adding Use Settings
2022-11-18 14:40:04 +05:30
Malcolm Diller
45086a4b6e
updated hamunii theme name to gnomie
2022-11-17 22:25:55 -08:00
Malcolm Diller
2db0023653
updated themes to work nicely with the new stuff
2022-11-17 20:15:39 -08:00
Malcolm Diller
bfc21220a7
added hamunii theme
2022-11-17 18:13:08 -08:00
Malcolm Diller
507491fbec
added fancy switches and updated the ui of the settings tab
2022-11-17 17:58:09 -08:00
cmdr2
f2367932e1
Style code tags in the What's New markdown
2022-11-17 13:13:01 +05:30
cmdr2
cc3186a683
Highlight the Save settings button when pressed
2022-11-17 11:01:10 +05:30
JeLuF
8cebb53147
Textarea for negative prompts
2022-11-16 23:35:27 +01:00
JeLuF
5429a509c6
Visual feedback for the save button in the system settings
2022-11-16 20:52:40 +01:00
patriceac
9764d9109f
Merge remote-tracking branch 'upstream/main' into beta
2022-11-16 00:29:52 -08:00
cmdr2
04f201933b
space apart the stop button
2022-11-16 11:33:05 +05:30
cmdr2
5cf763d51f
Add a 'Save' button in settings, to avoid starting/stopping threads while a user is still modifying their GPU settings
2022-11-15 12:22:55 +05:30
cmdr2
8786a9d21d
Fix border color of the image task container
2022-11-14 21:25:57 +05:30
cmdr2
f06a97d30b
Move system info into settings
2022-11-14 21:21:48 +05:30
cmdr2
31617ae340
Show a system info tab, which shows the active GPUs
2022-11-14 19:53:40 +05:30
cmdr2
257cd34101
Merge branch 'beta' into beta
2022-11-14 19:06:35 +05:30
cmdr2
ea03fd22db
Start on multiple GPUs by default (top 75 percentile by free_mem); UI selection for 'cpu' or 'auto' or a list of specific GPUs, which is now linked to the backend; Dynamically start/stop render threads for the devices, without requiring a full program restart
2022-11-14 11:23:22 +05:30