91c4b5865c
Pin the sdkit version during fresh installs
2023-02-21 10:40:17 +05:30
6a2c2152e2
🔥 Installer: Fix ESRGAN anime model's path
...
The size check fails on every installation. The path name of the check wasn't changed when the model was moved to the models directory.
2023-02-18 14:05:55 +01:00
51b6a2fd2a
Pin the version of stable-diffusion-sdkit used, to avoid untested releases from getting used
2023-02-18 14:21:24 +05:30
9fb5cac5d4
Bypass incorrect ERRORLEVEL values in nested code blocks by using something called delayedexpansion. Ugh
2023-02-16 19:21:51 +05:30
071a4d6f37
Use a fixed sdkit version, to avoid bumping to the latest sdkit version in the main branch
2023-02-10 18:05:17 +05:30
8386cd5cf7
Merge pull request #817 from fernandoisnaldo/patch-1
...
Fix aarch64 (arm64) verification
2023-02-09 19:24:13 +05:30
4c8da67bb1
Use "python -m pip" instead of "pip" ( #835 )
...
* Use "python -m pip" instead of "pip"
https://discord.com/channels/1014774730907209781/1072423234676461619
* Use "python -m" instead of "pip" (Linux=
2023-02-07 15:39:02 +05:30
5c6c2303ba
Why does this script file keep losing exec permission?
2023-02-06 20:05:40 +05:30
a0a58bcfa8
Merge branch 'main' into beta
2023-02-06 19:42:24 +05:30
86dc08130b
typo
2023-02-06 16:47:48 +05:30
5cd8a732c7
grammar
2023-02-06 16:29:46 +05:30
b7047dafb2
Fix aarch64 (arm64) verification
2023-02-03 16:36:49 -03:00
493526c478
If downgrading to 2.4 (from 2.5), move the default models back to the legacy location
2022-12-29 13:00:57 +05:30
ad07aeb041
Restore download link for Linux in beta, ...
...
and make shellscripts in scripts/ executable
2022-12-28 17:52:49 +01:00
451ab7e84c
Create the folders before moving to them
2022-12-28 19:40:08 +05:30
27d69e2ac3
Upgrade stable-diffusion-sdkit during startup
2022-12-28 19:19:53 +05:30
91274a4df8
Move the mandatory models to the models folder, instead of the legacy location inside the stable-diffusion folder
2022-12-28 19:08:39 +05:30
280f0be690
Disable symlink warnings on Windows for huggingface cache
2022-12-28 16:48:12 +05:30
8cedeb349d
Changes to allow rolling back from the upcoming sdkit-based system
2022-12-26 23:04:45 +05:30
5e553dd958
Skip sdkit upgrade if in developer mode
2022-12-26 21:00:46 +05:30
32bab80508
Show sdkit version during startup
2022-12-25 16:38:37 +05:30
5f6b798e35
Stop printing annoying ok messages
2022-12-24 19:13:17 +05:30
a4728190c0
Refactor server.py
2022-12-24 15:29:49 +05:30
e0b33a4feb
Install rich
2022-12-24 15:10:46 +05:30
fb5c0a3db7
Install python 3.8.5 during installation. Torch isn't available for 3.11
2022-12-24 14:57:57 +05:30
8154a5709b
disable the legacy src and ldm folder (otherwise this prevents installing gfpgan and realesrgan)
2022-12-24 14:01:33 +05:30
3a6780bd50
Copy check_modules.py the first time an existing user runs the new version
2022-12-24 13:56:05 +05:30
6662dc66d5
Updated scripts to install sdkit into existing installations, while still working with new installations
2022-12-24 13:37:50 +05:30
6b943f88d1
Set uvicorn log level to 'error'
2022-12-12 15:18:30 +05:30
a2af811ad2
Disable uvicorn access logging in favor of cleaner server-side logging, we already get all that info; Print the request metadata
2022-12-09 22:47:34 +05:30
f1de0be679
Fix integration issues after the refactor
2022-12-09 17:50:33 +05:30
f4a6910ab4
Work-in-progress: refactored the end-to-end codebase. Missing: hypernetworks, turbo config, and SD 2. Not tested yet
2022-12-08 21:39:09 +05:30
a8151176d7
SD 2.1
2022-12-08 10:04:33 +05:30
9ee0b7fe2e
SD 2.1
2022-12-08 10:04:14 +05:30
cbe91251ac
Hypernetwork support ( #619 )
...
* Update README.md
* Update README.md
* Make on_sd_start.sh executable
* Merge pull request #542 from patriceac/patch-1
Fix restoration of model and VAE
* Merge pull request #541 from patriceac/patch-2
Fix restoration of parallel output setting
* Hypernetwork support
Adds support for hypernetworks. Hypernetworks are stored in /models/hypernetworks
* forgot to remove unused code
Co-authored-by: cmdr2 <secondary.cmdr2@gmail.com >
2022-12-07 11:24:16 +05:30
7861c57317
Safetensor support ( Fixes #599 ) ( #608 )
...
* safetensors support
Add support for checkpoints in safetensors format: https://github.com/huggingface/safetensors
This format shall be safer than pickle files
* pip install safetensors
2022-12-05 10:59:48 +05:30
8eb3a3536b
Update on_sd_start.bat
2022-12-02 12:06:41 +05:30
cfd50231e1
Update on_sd_start.sh
2022-12-02 12:06:39 +05:30
6a41540749
Remove unused scripts from the previous installer
2022-12-01 14:44:20 +05:30
54f7e6fcb8
SD2 fix - register buffer on the correct device
2022-11-30 16:05:06 +05:30
e37be0f954
Remove the need to use yield in the core loop for streaming results. This removes the need to patch the Stable Diffusion code, which can be fragile
2022-11-29 13:03:57 +05:30
13654cb8c0
Make on_sd_start.sh executable
2022-11-28 13:00:02 +05:30
347fa0fda1
Update on_sd_start.bat
2022-11-26 01:50:30 +05:30
91e4ccf6f8
Update on_sd_start.bat
2022-11-26 01:43:41 +05:30
642c114501
Working txt2img
2022-11-25 14:29:24 +05:30
02dd3e457d
Tweaks to load sd1 models in sd2 code, typos
2022-11-25 13:57:15 +05:30
ea7b28c9d5
Placeholder changes for SD 2.0 support, haven't tested yet
2022-11-25 12:17:44 +05:30
b70235ff92
Set the PYTHONPATH in the developer console, before the prompt shows up
2022-11-24 11:48:27 +05:30
8a0ec95fe1
Merge branch 'main' into beta
2022-11-23 15:08:34 +05:30
5a9c8e1d87
Warn but don't fix whitespaces in a patch
2022-11-22 23:21:11 +05:30