Commit Graph

260 Commits

Author SHA1 Message Date
377e9f86b8 Fixed main.css 2023-11-23 23:13:46 +01:00
7851ba8fc4 Merge branch 'gallery' into beta 2023-11-23 22:47:30 +01:00
cc2666b9d6 Fix 'Swap w&h' tooltip 2023-09-24 22:06:30 +02:00
71bbbeb936 Update help topics 2023-08-31 21:25:29 +05:30
1e13c4e808 Support banner with kofi, patreon and itch.io links 2023-08-23 19:50:38 +05:30
6a0eef3fe4 Show tabs on mobile 2023-08-23 12:19:35 +05:30
98f58e8672 Download button styling on mobile 2023-08-23 12:15:35 +05:30
04274f5839 Fix styling on mobile devices 2023-08-23 12:11:06 +05:30
be83336cf7 WebP metadata support (#1511)
* WebP metadata support
- Replace piexif.js by Exif-Reader
- Merge plugin html/css to index.html/main.css

* Add webp to tooltip message
2023-08-21 13:28:26 +05:30
77aa7a0148 Improvements/Fixes for embeddings UI (#1509)
- Don't show "Use as thumbnail" if no embeddings were used in the prompt
- Fix layout issue on small screens
- use req.use_embeddings_model instead of parsing the prompt
- Add button to upload a thumb" ../../index.html ../css/main.css main.js
2023-08-19 09:50:40 +05:30
e80db71d1c Allow downloading the controlnet preview image 2023-08-18 16:24:17 +05:30
55b2cacb85 Merge Beta 2023-08-17 23:33:59 +02:00
4dc93186da Switch to disable gallery 2023-08-17 23:28:32 +02:00
121107dd13 Shadow in dialogs 2023-08-17 12:30:18 +05:30
7270b5fe0c Thumbnails for Embeddings (#1483)
* sqlalchemy

* sqlalchemy

* sqlalchemy bucket v1

* Bucket API

* Move easydb files to its own folders

* show images

* add croppr

* croppr ui

* profile, thumbnail croppr size limit

* fill list

* add upload

* Use modifiers card, resize thumbs

* Remove debugging code

* remove unused variable
2023-08-17 11:33:05 +05:30
285792f692 Controlnet thumb in taskConfig (#1502) 2023-08-17 11:18:47 +05:30
23a0a48b81 Warn when no controlnet model is chosen (#1503)
* Warn when no controlnet model is chosen

* Update main.js
2023-08-17 11:18:00 +05:30
a3b97c2b47 Gallery Page Buttons now get disabled (and look different) when you can't go any further 2023-08-14 18:48:39 +02:00
2dc8d8dd35 Centered Gallery 2023-08-14 18:13:00 +02:00
84c5a759d4 Resize slider for the advanced image popup (#1490) 2023-08-14 18:26:33 +05:30
bf6e4a6a00 Masonry layout
- Fix masonry layout. Fill row wise
- Resizeable thumbnails
- Remove /single-image endpoint. Use Javascript instead to fill the page
- Dispatch an event when a single image page gets loaded, so that plugins can be used on those pages
- Load a gallery when opening the tab. No initial click on the refresh button required any more
- "Use as input" and "use settings" buttons work in both the gallery and the single image view
- showToast takes a "doc" argument to allow toasts to be shown on the single image page
2023-08-14 01:00:20 +02:00
216ecce506 The use as Input button confuses me, that's why it is now disabled 2023-08-11 21:40:49 +02:00
4faa334bf6 Styled up the opened tab 2023-08-10 23:27:35 +02:00
3bd6773e49 zoom and input buttons 2023-08-10 01:03:08 +02:00
8014ed2055 Added single-image-site 2023-08-09 23:56:06 +02:00
2bf7116f01 Added Gallery search for prompt & model 2023-08-09 22:50:03 +02:00
87d3e4430e Masonry gallery, add timestamp 2023-08-09 20:02:52 +02:00
8dce1ed858 merge latest version of bucketlite branch 2023-08-09 16:38:00 +02:00
12fa08d7a7 Changed cursor on logo hover to indicate that it can be clicked 2023-08-08 21:45:18 +02:00
01dde9d23a merge beta 2023-08-07 00:14:42 +02:00
0427730308 Aesthetic changes 2023-08-06 22:13:27 +02:00
73a6e6c737 Moved JS&CSS into appropriate files and changed observer to refresh button 2023-08-06 22:06:16 +02:00
7497870455 add upload 2023-08-05 21:22:45 +02:00
c1bb7dc119 Merge branch 'beta' into bucketlite 2023-08-03 20:31:08 +02:00
404329f9b5 Fix for image modifier improvements plugin 2023-08-03 16:33:20 +05:30
91a21b5e76 profile, thumbnail croppr size limit 2023-08-03 01:27:46 +02:00
2b49f6a8d0 Merge branch 'beta' into bucketlite 2023-08-01 17:17:37 +02:00
ee6db85768 Initial support for Controlnet 2023-08-01 15:39:15 +05:30
a70a795662 add croppr 2023-07-31 23:35:49 +02:00
2e849827d1 Restore width/height dropdown (#1445) 2023-07-30 10:16:04 +05:30
4d3f55622a Support more image sizes (#1441)
* Support more image sizes
With diffusers, width and height must be a multiple of 8 (instead of 64), allowing more resolution values.

* Add swap button

* Change popup button icon
2023-07-29 21:42:48 +05:30
a9960ded01 Styling 2023-07-29 10:14:52 +05:30
ed84a23f36 Redo button for image filters, limit undo buffer size to 5 2023-07-29 10:07:41 +05:30
6e52680fa8 Fast in-place upscale and face fix buttons, with an option to undo the operations 2023-07-28 22:48:41 +05:30
7b5e2b4a12 Display Test Diffusers checkbox when enabling beta (#1430)
* Display Test Diffusers checkbox when enabling beta

* remove debug
2023-07-25 07:39:30 +05:30
636c3e5c02 restore hover 2023-07-18 18:39:49 +02:00
0dbc195770 Improve embedding readability 2023-07-18 18:37:14 +02:00
eac0d49880 Merge branch 'beta' into mvemb 2023-07-18 09:11:19 +05:30
7debd2cd97 Collapsibles for the embeddings dialog
Harmonization with the modifiers dialog
2023-07-18 00:08:38 +02:00
14c1d17632 Move the remove button to the left side of the lora, to increase the space for the model name 2023-07-16 15:46:24 +05:30