cmdr2
ab5450bb27
Don't download codeformer and controlnet if not being used
2023-08-30 14:39:43 +05:30
cmdr2
a2e9e5eb57
Remove old files
2023-08-30 13:18:03 +05:30
cmdr2
8965f11ab4
Update CONTRIBUTING.md
2023-08-30 13:15:19 +05:30
cmdr2
1dd5644e7a
Update build.bat and build.sh to create the installers for Windows and Mac/Linux (respectively)
2023-08-30 13:09:12 +05:30
cmdr2
37f813506e
Merge pull request #1533 from easydiffusion/beta
...
Beta
2023-08-29 20:11:44 +05:30
cmdr2
a5d5ed90e6
Merge pull request #1532 from easydiffusion/main
...
Main
2023-08-29 20:10:26 +05:30
cmdr2
3792a1bc0d
sdkit 2.0.4 - use sd 1.5 fp16 by default, if no model is present
2023-08-29 20:06:54 +05:30
cmdr2
fbafa56ecb
Use torch 2.0.1 and torchvision 0.15.2 by default on Windows
2023-08-29 18:52:06 +05:30
cmdr2
2f910c69b8
unused file
2023-08-29 17:54:23 +05:30
cmdr2
bf06cc48bb
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-08-29 17:52:11 +05:30
cmdr2
3ef67ebc73
NSIS - v3, create from an existing installation
2023-08-29 17:51:58 +05:30
cmdr2
0c4318fb31
Update README.md
2023-08-29 17:49:50 +05:30
cmdr2
c55ced93db
Update FUNDING.yml
2023-08-29 17:48:50 +05:30
cmdr2
4bd89ab2e1
How to run
2023-08-29 15:27:03 +05:30
cmdr2
807d940001
Merge pull request #1528 from JeLuF/inputmode
...
inputmode=numeric/decimal for <input> fields
2023-08-29 15:09:13 +05:30
cmdr2
d4427b97ae
Merge pull request #1531 from easydiffusion/beta
...
Unset PYTHONHOME
2023-08-29 15:05:37 +05:30
cmdr2
4f336d9f25
Merge pull request #1260 from JeLuF/patch-25
...
Unset PYTHONHOME
2023-08-29 14:58:57 +05:30
cmdr2
1565530b0f
Merge pull request #1530 from easydiffusion/beta
...
v3 in scripts
2023-08-29 14:55:30 +05:30
cmdr2
a21b01a0cd
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-08-29 14:54:43 +05:30
cmdr2
1c7e90576d
v3 in scripts
2023-08-29 14:54:31 +05:30
JeLuF
8c27fa136c
inputmode=numeric/decimal for <input> fields
2023-08-29 10:02:06 +02:00
cmdr2
c8de1cd49b
Merge pull request #1527 from easydiffusion/beta
...
v3
2023-08-29 12:27:35 +05:30
cmdr2
5eb36e131d
Merge branch 'main' into beta
2023-08-29 12:15:17 +05:30
Luana
b5d1adaa19
Use latest download link to avoid having to manually update readme ( #1519 )
2023-08-29 11:00:38 +05:30
JeLuF
b89d152540
Support lora models in subfolders when scanning the <lora> tag ( #1521 )
...
* Recursive lora search
* Support lora models in subfolders when scanning the <lora> tag
2023-08-29 10:48:57 +05:30
cmdr2
e49772030d
changelog
2023-08-29 10:28:06 +05:30
cmdr2
b1cb03962c
Fix embedding extraction for weights, commas, etc. This fixes the recent change where 'world' would match 'rld'.
2023-08-29 10:23:05 +05:30
cmdr2
a7b0858b22
Temporarily hide the support banner until v3 releases to main. Avoids the distraction from handling support/bugs during v3's release, will bring this back soon
2023-08-29 09:43:31 +05:30
JeLuF
ad227ca190
Remove safetensors hack ( #1525 )
...
We should upgrade to 0.3.3, since it has wheels for all our supported plattforms.
2023-08-29 09:21:44 +05:30
JeLuF
a8360484b2
Remove safetensors hack ( #1525 )
...
We should upgrade to 0.3.3, since it has wheels for all our supported plattforms.
2023-08-29 09:20:32 +05:30
cmdr2
80c4a50ca1
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-08-29 09:20:25 +05:30
cmdr2
768b88a0ac
sdkit 2.0.3 - use safetensors 0.3.3
2023-08-29 09:19:46 +05:30
cmdr2
82607573fa
Update check_modules.py
2023-08-25 21:15:16 +05:30
cmdr2
d07e00cd74
Update check_modules.py
2023-08-25 21:15:06 +05:30
cmdr2
dfdd2b32e0
Update check_modules.py
2023-08-25 19:23:06 +05:30
cmdr2
844edbc865
safetensors 0.3.3
2023-08-25 19:07:26 +05:30
cmdr2
2bc66cc640
Merge branch 'banner' into beta
2023-08-24 18:24:28 +05:30
cmdr2
f9f9aba92d
f
2023-08-24 17:39:39 +05:30
cmdr2
3f278cf2ad
Pick the right embedding even if it has an underscore
2023-08-24 17:36:49 +05:30
JeLuF
cb7ba96dad
Fix handling of embeddings with space in their name ( #1402 )
...
* Fix handling of files with space in their name
* Handle embeddings in save files
* Moved get_embedding_token
* Moved get_embedding_token
* Update save_utils.py
2023-08-24 16:32:17 +05:30
JeLuF
31edce4a60
Add ".pt" to the Lora extensions ( #1518 )
...
https://discord.com/channels/1014774730907209781/1014774732018683926/1144179143873929288
There seem to be ".pt" LORA files in the wild.
2023-08-24 16:09:42 +05:30
JeLuF
1b6aae9678
Cancel/Stop/Remove task buttons ( #1493 )
...
* Cancel/Stop/Remove task
So far, the button to remove a not yet rendered and a completed task was labeled 'Remove'. This can lead to confusions.
This PR changes the label to 'Cancel' for not yet rendered tasks. It also changes the color of the undoable 'Remove' button
* Keep the button color as red
2023-08-24 16:07:58 +05:30
cmdr2
9572ddf1c1
sdkit 2.0.2 - fix broken seamless tiling
2023-08-24 14:59:44 +05:30
cmdr2
3bbce82454
Force safetensors 0.3.2 for sdkit, the newer version has issues during installation
2023-08-23 22:09:49 +05:30
cmdr2
1f44cebd0e
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-08-23 22:05:52 +05:30
cmdr2
843ea58c15
Force safetensors 0.3.2 for sdkit, the newer version has issues during installation
2023-08-23 22:04:57 +05:30
cmdr2
1e13c4e808
Support banner with kofi, patreon and itch.io links
2023-08-23 19:50:38 +05:30
cmdr2
ab8f10ae4a
Update FUNDING.yml
2023-08-23 16:01:54 +05:30
cmdr2
c62161770d
v3 readme
2023-08-23 13:52:37 +05:30
cmdr2
15b828b0f5
typo
2023-08-23 13:29:36 +05:30