JeLuF
2e849827d1
Restore width/height dropdown ( #1445 )
2023-07-30 10:16:04 +05:30
JeLuF
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
cmdr2
2e3059a7c8
UI for TensorRT installation and conversion
2023-07-29 21:09:27 +05:30
cmdr2
a9f1000af8
Install button for TensorRT - displayed only if an NVIDIA gpu is active
2023-07-29 11:41:44 +05:30
JeLuF
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
cmdr2
357ab9596e
formatting
2023-07-24 16:38:45 +05:30
cmdr2
c402867d45
Hide the samplers that won't be supported in the new diffusers version
2023-07-24 16:36:34 +05:30
JeLuF
de36489444
Merge beta
2023-07-16 11:16:58 +02:00
JeLuF
de6fec5fd7
Move embeddings and modifiers buttons
2023-07-16 11:00:45 +02:00
Olivia Godone-Maresca
d61bc5958e
Remove leading space
2023-07-15 13:24:14 -04:00
Olivia Godone-Maresca
3461bb669d
Merge remote-tracking branch 'origin/beta' into restart-needed
2023-07-15 13:22:41 -04:00
cmdr2
f5b8044bad
UI changes for multiple LoRA files
2023-07-15 19:33:49 +05:30
Olivia Godone-Maresca
db55064bb2
Add Restart needed to diffusers-only fields if you enable diffusers then refresh without restarting EasyDiffusion
2023-07-09 16:54:25 -04:00
JeLuF
c6c025353a
Merge branch 'beta' into textualinv
2023-07-07 22:50:12 +02:00
JeLuF
2f9b492f5b
Don't show copy button without clipboard access
2023-07-01 00:15:18 +02:00
JeLuF
fa6716345d
hide embeddings UI if not test_diffusers
2023-06-30 20:17:46 +02:00
cmdr2
881fdc58ec
debug logging
2023-06-26 15:34:25 +05:30
JeLuF
65bb01892f
remove old code
2023-06-19 21:58:58 +02:00
JeLuF
5b35c47360
Fix saving of network settings
2023-06-19 21:50:56 +02:00
cmdr2
4b36ca75cb
Merge pull request #1313 from JeLuF/cloudflared
...
Share ED via Cloudflare's ArgoTunnel
2023-06-05 16:20:40 +05:30
JeLuF
9ce076eb0d
Copy address button
2023-05-28 01:18:39 +02:00
JeLuF
2080d6e27b
Share ED via Cloudflare's ArgoTunnel
...
Shares the Easy Diffusion instance via https://try.cloudflare.com/
2023-05-28 00:50:23 +02:00
cmdr2
59c322dc3b
Show seamless tiling only in diffusers mode
2023-05-25 15:41:41 +05:30
cmdr2
db265309a5
Show an explanation for why the CPU toggle is disabled; utility class for alert() and confirm() that matches the ED theme; code formatting
2023-05-24 16:24:29 +05:30
cmdr2
a84d29c49c
Merge pull request #1286 from JeLuF/vramsetting
...
Automatically use 'Low' when VRAM<4.5GB
2023-05-22 16:10:43 +05:30
JeLuF
cac4bd11d2
Network settings - Fix typo.
...
The 'Please restart' text should be part of the note, not the label
2023-05-21 17:59:06 +02:00
JeLuF
70a3beeaa2
Automatically use 'Low' when VRAM<4.5GB
2023-05-21 17:42:47 +02:00
cmdr2
4349c595b8
Merge branch 'beta' into ddpm_deis_samplers
2023-05-19 18:21:03 +05:30
JeLuF
00603ce124
Add Clip Skip support
2023-05-18 13:55:45 +02:00
Olivia Godone-Maresca
9d408a62bf
Add DDPM and DEIS samplers for diffusers
...
These new samplers will be hidden when diffusers is disabled.
Also, samplers that aren't implemented in diffusers yet will be disabled when using diffusers
2023-05-17 21:13:06 -04:00
JeLuF
d231c533ae
"Please restart" note for network settings ( #1233 )
...
* "Please restart" note for network changes
https://discord.com/channels/1014774730907209781/1101629831839494344
* typo
2023-05-02 15:59:02 +05:30
cmdr2
469585ddda
Use ES5 style trailing commas, to avoid unnecessary lines during code diffs
2023-04-28 15:50:44 +05:30
Lucas Marcelli
aad1afb70e
add prettier for JS style
2023-04-27 13:56:56 -04:00
cmdr2
0f4b62cb97
Hotfix - apply the config overrides to the Settings UI *after* the default config-apply function, not before it
2023-04-08 20:13:44 +05:30
cmdr2
0778078350
Merge pull request #1087 from ogmaresca/custom-folder-filename-formats-2
...
Allow loading/saving app.config from plugins and support custom folder/filename formats from app.config
2023-04-06 16:19:59 +05:30
cmdr2
84737eb271
Disable LoRA in the main branch
2023-04-04 16:14:07 +05:30
cmdr2
73d947c4a6
Don't show LoRA options in the main branch
2023-04-04 16:10:16 +05:30
cmdr2
75445185c4
Hide the slider if lora is none
2023-04-01 17:01:52 +05:30
cmdr2
7772b6901a
Hide lora slider if not enabled
2023-04-01 16:44:36 +05:30
cmdr2
fad36d9c08
Don't show or allow test_diffusers if not using the beta branch. This allows allow features to release to the main branch, while restricting diffusers to the beta branch
2023-04-01 16:42:06 +05:30
Olivia Godone-Maresca
7e53eb658c
Allow loading/saving app.config from plugins and support custom folder/filename formats from app.config
2023-03-29 20:56:24 -04:00
Olivia Godone-Maresca
e5a47ac964
Allow both embedding metadata and saving metadata files ( #1058 )
...
* Allow both embedding metadata and saving metadata files
* Use the correct variable
* Descriptive variable
---------
Co-authored-by: cmdr2 <shashank.shekhar.global@gmail.com>
2023-03-29 09:19:05 +05:30
cmdr2
f8bc50871a
sdkit 1.0.49; Use a test_diffusers flag to gate access to the new renderer and LoRA model selection
2023-03-21 17:59:20 +05:30
cmdr2
6e6d236819
Change the image zoom size if the textbox is edited next to the slider
2023-02-22 19:56:45 +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
rbertus2000
75f758e792
Bugfix for enforce autosave ( #909 )
...
* show saveToDisk as checked and enable metadata format selection
* spaces instead of tabs
* check if force = true
2023-02-21 08:39:16 +05:30
cmdr2
aa70f2849b
NSFW filter setting
2023-02-18 15:01:13 +05:30
cmdr2
1dd165a9c9
Keep txt as the default metadata format, and write metadata files by default, if saving to disk
2023-02-10 18:13:08 +05:30
cmdr2
3c74540615
Merge pull request #794 from patriceac/Embed-Metadata
...
Embed metadata
2023-02-10 18:11:56 +05:30
cmdr2
4df442f169
Merge pull request #736 from JeLuF/enfdir
...
Enforce an autosave directory
2023-02-10 16:55:23 +05:30