3488 Commits

Author SHA1 Message Date
cmdr2
b4cc21ea89 changelog 2023-08-16 16:02:35 +05:30
cmdr2
3dfc3f5ff7 Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta 2023-08-16 16:02:03 +05:30
cmdr2
7c012df1d5 sdkit 1.0.173 - SDXL LoRA support 2023-08-16 15:59:07 +05:30
JeLuF
a1854d3734
'Use for Controlnet', Drag'n'Drop (#1501)
* Drop area for Controlnet

* 'Use for Controlnet', DND
2023-08-16 10:23:12 +05:30
cmdr2
074c566826 changelog 2023-08-15 19:06:48 +05:30
cmdr2
a2e7bfb30e sdkit 1.0.172 - fix broken tiling after diffusers 0.19.2 upgrade 2023-08-15 19:05:46 +05:30
ManInDark
bb12f05926
Merge Improvements from JeLuF:gallery
- img click opens the image within the main panel
- arrow-up-right-from-square opens the single image view
2023-08-15 14:53:08 +02:00
cmdr2
01c1c77564 formatting 2023-08-15 16:58:12 +05:30
cmdr2
34de4fe8fe Remove warning about embeddings in low vram mode, works now 2023-08-15 16:57:51 +05:30
cmdr2
4975f8167e changelog 2023-08-15 16:50:21 +05:30
cmdr2
6777459e62 sdkit 1.0.171 - fix embeddings in low vram usage mode 2023-08-15 16:49:51 +05:30
cmdr2
253d0dbd5e changelog 2023-08-15 16:02:10 +05:30
cmdr2
e98bd70871 sdkit 1.0.170 - fix VAE in low vram mode 2023-08-15 16:00:47 +05:30
cmdr2
6a216be5cb Force-clean the local git repo, even if it has some unmerged changes 2023-08-15 13:31:08 +05:30
cmdr2
0adb7831e7 Use the correct nvidia wheels path 2023-08-15 12:53:16 +05:30
JeLuF
b4574646fd Fix masonry layout 2023-08-15 01:42:53 +02:00
JeLuF
fa9ff7f957 Merge branch 'gallery' of github.com:ManInDark/easydiffusion into gallery 2023-08-14 23:54:32 +02:00
JeLuF
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
ManInDark
dae64637e9
Changed some document.get ... to variables 2023-08-14 21:56:57 +02:00
ManInDark
9efae7c702
Merge Improvements from JeLuF:gallery 2023-08-14 22:02:15 +02:00
JeLuF
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
ManInDark
76604d22de
Implemented suggestions by @JeLuF 2023-08-14 19:04:00 +02:00
ManInDark
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
ManInDark
2dc8d8dd35
Centered Gallery 2023-08-14 18:13:00 +02:00
ManInDark
fb031a4c46
Merge Improvements from JeLuF:gallery 2023-08-14 18:01:05 +02:00
cmdr2
30ca98b597 sdkit 1.0.169 - don't clip-skip with SDXL, isn't supported yet 2023-08-14 19:02:56 +05:30
cmdr2
e80001e8c8 Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta 2023-08-14 18:52:50 +05:30
cmdr2
b5490f7712 changelog 2023-08-14 18:52:38 +05:30
cmdr2
dc5748624f sdkit 1.0.168 - fail loudly if an embedding fails to load, disable watermarks for sdxl img2img 2023-08-14 18:52:20 +05:30
JeLuF
91fb82e9b6
Mention minimum CUDA HW level (#1472) 2023-08-14 18:27:14 +05:30
JeLuF
84c5a759d4
Resize slider for the advanced image popup (#1490) 2023-08-14 18:26:33 +05:30
cmdr2
ec43aa2f18
Merge pull request #1486 from ManInDark/beta2
Change Cursor type on logo hover
2023-08-14 18:25:05 +05:30
JeLuF
33f4f63068 nonlinear slider 2023-08-14 01:47:24 +02:00
JeLuF
6941c30cbe merge 2023-08-14 01:14:06 +02:00
JeLuF
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
ManInDark
79f58881f1
Changed textarea to input as @JeLuF suggested, implemented System that should reduce the amount of times the error screen would be shown 2023-08-13 22:03:57 +02:00
JeLuF
8e7a6077e5 Make it work on Windows 2023-08-13 15:01:32 +02:00
ManInDark
b836fd5d0e
Merge Gallery2 2023-08-12 18:02:45 +02:00
ManInDark
0a52fc476a
Merge branch 'gallery' into gallery2 2023-08-12 17:59:48 +02:00
ManInDark
680b290ae7
Improved pagination 2023-08-12 17:52:14 +02:00
ManInDark
ff75adab7f
Implemented JeLuF's suggestion & added pagination basics 2023-08-12 17:52:08 +02:00
ManInDark
f3367a6773
Implemented JeLuF's suggestion 2023-08-12 16:24:40 +02:00
JeLuF
53a79c1a81 Automatically detect whether NAVI1/2 or NAVI3 ROCm versions are needed 2023-08-11 22:36:20 +02:00
ManInDark
216ecce506
The use as Input button confuses me, that's why it is now disabled 2023-08-11 21:40:49 +02:00
ManInDark
2079283713
Added cross page use these settings 2023-08-11 21:32:20 +02:00
JeLuF
e9f54c8bae Launch uvicorn from check_modules.py 2023-08-11 21:31:45 +02:00
JeLuF
6d51f334b1 More hover buttons 2023-08-11 01:02:59 +02:00
ManInDark
4faa334bf6
Styled up the opened tab 2023-08-10 23:27:35 +02:00
JeLuF
40602c38f0 Merge branch 'gallery' of github.com:JeLuF/stable-diffusion-ui into gallery 2023-08-10 01:04:34 +02:00
JeLuF
3bd6773e49 zoom and input buttons 2023-08-10 01:03:08 +02:00