Commit Graph

1929 Commits

Author SHA1 Message Date
1b6ec418a1 sdkit 1.0.177 - rotate images if EXIF rotation present 2023-08-18 19:01:16 +05:30
ab4d34e509 sdkit 1.0.176 - resize control images to the task dimensions, to avoid memory errors with high-res control images 2023-08-18 18:43:23 +05:30
7f878f365b Don't add hypernetwork info in the metadata if using diffusers (v3 engine) 2023-08-18 18:23:21 +05:30
5efabfaea6 Don't include hypernetwork info in 'copy settings' if using diffusers 2023-08-18 18:10:35 +05:30
8999f9450f Show control image when 'Use these Settings' is used 2023-08-18 17:59:00 +05:30
1d54943d71 Support drag-and-drop and use-these-settings for controlnet 2023-08-18 17:53:16 +05:30
767d8fc35d Use these Settings work for multi-lora now 2023-08-18 17:18:01 +05:30
894f34678e Some more fixes for multi-lora use-these-settings 2023-08-18 17:08:19 +05:30
1190bedafd Don't include empty lora values in the metadata 2023-08-18 17:03:41 +05:30
e80db71d1c Allow downloading the controlnet preview image 2023-08-18 16:24:17 +05:30
38b2eec4be Show controlnet preview in the task entry after applying the filter 2023-08-18 16:14:01 +05:30
8dafe486a2 Show controlnet model in the task info 2023-08-18 14:19:50 +05:30
67cae9725e Fix drag-and-drop and Use these Settings for LoRA 2023-08-18 14:16:23 +05:30
a2d06f87f6 Use the new lora models component while creating the render request 2023-08-18 13:27:00 +05:30
afd879a692 Auto-save LoRAs 2023-08-18 13:18:06 +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
83de2b8de7 formatting 2023-08-17 16:09:47 +05:30
4930f36a1a Remove tensorrt demo settings 2023-08-17 16:09:37 +05:30
fa3f196add Ignore commas while looking for embeddings 2023-08-17 16:09:17 +05:30
d632cfcde9 Hide empty folders in embeddings search results (#1506) 2023-08-17 13:23:13 +05:30
07f797a5e4 Negative embedding label 2023-08-17 12:32:50 +05:30
121107dd13 Shadow in dialogs 2023-08-17 12:30:18 +05:30
a2479b74be Show thumbnails for embeddings 2023-08-17 12:26:23 +05:30
7ee1d3cd91 Remove the embeddings in low warning (again) 2023-08-17 12:05:36 +05:30
4b28ddd691 Typo 2023-08-17 11:53:59 +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
2baad73bb9 Error messages for SDXL yaml files (#1504)
* Error messages for SDXL embeddings and SDXL yaml files

* Embeddings are supported now with SDXL
2023-08-17 11:08:18 +05:30
ac1c65fba1 Move the extraction logic for embeddings-from-prompt, from sdkit to ED's UI 2023-08-17 10:54:47 +05:30
bd980c0b5e Added column: workspace 2023-08-16 20:48:40 +02:00
a1854d3734 'Use for Controlnet', Drag'n'Drop (#1501)
* Drop area for Controlnet

* 'Use for Controlnet', DND
2023-08-16 10:23:12 +05:30
01c1c77564 formatting 2023-08-15 16:58:12 +05:30
34de4fe8fe Remove warning about embeddings in low vram mode, works now 2023-08-15 16:57:51 +05:30
0adb7831e7 Use the correct nvidia wheels path 2023-08-15 12:53:16 +05:30
b4574646fd Fix masonry layout 2023-08-15 01:42:53 +02:00
fa9ff7f957 Merge branch 'gallery' of github.com:ManInDark/easydiffusion into gallery 2023-08-14 23:54:32 +02:00
e46028d4da img click opens the image within the main panel, arrow-up-right-from-square opens the single image view 2023-08-14 23:41:55 +02:00
dae64637e9 Changed some document.get ... to variables 2023-08-14 21:56:57 +02:00
786a96ecd9 type ahead search
- use search prompt also for canary request
- name prev/next button so that they can be directly accessed
- search prompt, not path
2023-08-14 21:27:22 +02:00
76604d22de Implemented suggestions by @JeLuF 2023-08-14 19:04:00 +02:00
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
e80001e8c8 Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta 2023-08-14 18:52:50 +05:30
b5490f7712 changelog 2023-08-14 18:52:38 +05:30
84c5a759d4 Resize slider for the advanced image popup (#1490) 2023-08-14 18:26:33 +05:30
33f4f63068 nonlinear slider 2023-08-14 01:47:24 +02:00
6941c30cbe merge 2023-08-14 01:14:06 +02:00
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