ab547d10bf
Merge branch 'easydiffusion:beta' into beta
...
Update Branch
2024-07-12 18:54:47 +02:00
44789bf16b
sdkit 2.0.15.4 - Controlnet strength slider
2024-05-28 18:45:08 +05:30
ddf54d589e
v3.0.8 - use sdkit 2.0.15.1, to enable SDXL Controlnets for img2img and inpainting, using diffusers 0.21.4
2024-05-27 15:18:14 +05:30
17ef1e04f7
Roll back sdkit 2.0.18 (again)
2024-03-19 20:06:49 +05:30
a5b9eefcf9
v3.0.8 - update diffusers to v0.26.3
2024-03-19 19:17:10 +05:30
58cd5a4884
Merge pull request #8 from easydiffusion/beta
...
Merge Upstream Beta
2024-03-14 13:06:03 +01:00
d1bd9e2a16
Prev version
2024-03-13 19:53:14 +05:30
8660a79ccd
v3.0.8 - update diffusers to v0.26.3
2024-03-13 18:44:17 +05:30
e77629c525
Version and changelog
2023-12-11 22:31:12 +05:30
097780be26
Setting to enable/disable VAE tiling
2023-12-11 22:28:19 +05:30
7851ba8fc4
Merge branch 'gallery' into beta
2023-11-23 22:47:30 +01:00
398a0509d7
Banner change
2023-10-12 10:05:43 +05:30
52cc99bf1f
Revert "Revert the support banner experiment"
...
This reverts commit 45a14a9be9
.
2023-10-12 09:58:29 +05:30
45a14a9be9
Revert the support banner experiment
2023-10-03 19:35:23 +05:30
cc2666b9d6
Fix 'Swap w&h' tooltip
2023-09-24 22:06:30 +02:00
e8b7751374
typo
2023-09-18 21:25:08 +05:30
dd7deeba53
v3.0.6
2023-09-14 19:53:44 +05:30
1075a5ed93
changelog
2023-09-02 19:30:56 +05:30
b0294f8cbd
Support banner
2023-09-01 19:31:46 +05:30
d641aa2f6e
Fix ordering of help topics
2023-09-01 11:08:11 +05:30
237c7a5348
3.0.4
2023-09-01 10:42:29 +05:30
b458d57355
Keep the old test_diffusers id around to prevent broken plugins
2023-08-31 22:24:27 +05:30
71bbbeb936
Update help topics
2023-08-31 21:25:29 +05:30
04cbb052d7
bump version
2023-08-30 17:54:19 +05:30
8c27fa136c
inputmode=numeric/decimal for <input> fields
2023-08-29 10:02:06 +02:00
1e13c4e808
Support banner with kofi, patreon and itch.io links
2023-08-23 19:50:38 +05:30
15b828b0f5
typo
2023-08-23 13:29:36 +05:30
faa83a87df
rename kofi link
2023-08-23 13:21:46 +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
061380742c
version
2023-08-22 15:17:24 +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
2c2b3b75d5
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-08-19 13:18:05 +05:30
47d5cb9e33
Refactor some of the task-related functions into task-manager.js, with callbacks for some UI-related code. This isn't exhaustive, just another step towards breaking up main.js
2023-08-19 13:15:32 +05:30
7b8e1bc919
type=number for number of images fields ( #1507 )
2023-08-19 09:51:34 +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
afd879a692
Auto-save LoRAs
2023-08-18 13:18:06 +05:30
55b2cacb85
Merge Beta
2023-08-17 23:33:59 +02:00
07f797a5e4
Negative embedding label
2023-08-17 12:32:50 +05:30
a2479b74be
Show thumbnails for embeddings
2023-08-17 12:26:23 +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
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
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
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
680b290ae7
Improved pagination
2023-08-12 17:52:14 +02:00