psychedelicious
|
6494e8e551
|
chore: ruff format
|
2023-11-11 10:55:40 +11:00 |
|
psychedelicious
|
99a8ebe3a0
|
chore: ruff check - fix flake8-bugbear
|
2023-11-11 10:55:28 +11:00 |
|
psychedelicious
|
3a136420d5
|
chore: ruff check - fix flake8-comprensions
|
2023-11-11 10:55:23 +11:00 |
|
Lincoln Stein
|
8702a63197
|
add support for downloading and installing LCM lora diffusers models
|
2023-11-10 17:51:30 -05:00 |
|
Lincoln Stein
|
6cbc69f3b7
|
support conversion of controlnets from safetensors to diffusers
|
2023-10-23 22:06:10 -04:00 |
|
Lincoln Stein
|
21d5969942
|
strip leading and trailing quotes as well as whitespace
|
2023-10-12 22:35:02 -04:00 |
|
Lincoln Stein
|
52274087f3
|
close #4536
|
2023-10-12 21:24:07 -04:00 |
|
Lincoln Stein
|
fe0cf2c160
|
remove hardcoded subfolder name from model downloader
|
2023-10-08 17:45:39 -04:00 |
|
psychedelicious
|
045d3f6139
|
chore: flake8
|
2023-09-28 13:49:31 +10:00 |
|
Lincoln Stein
|
f6bbcd0589
|
remove dangling debug statement
|
2023-09-27 22:26:26 -04:00 |
|
Lincoln Stein
|
ada22a799e
|
remove dangling debug statement
|
2023-09-27 22:26:06 -04:00 |
|
Lincoln Stein
|
034af2d9f8
|
enable downloading from subfolders for repo_ids
|
2023-09-27 22:11:56 -04:00 |
|
Lincoln Stein
|
43ebd68313
|
Merge branch 'main' into install/install-ip-adapters
|
2023-09-24 23:19:25 -04:00 |
|
Lincoln Stein
|
912087e4dc
|
blackify
|
2023-09-24 19:00:38 -04:00 |
|
Lincoln Stein
|
593fb95213
|
ip_adapter_sd15 & its encoder will now be installed by default during headless install
|
2023-09-24 19:00:21 -04:00 |
|
Lincoln Stein
|
e34e6d6e80
|
enable v_prediction for sd-1 models
|
2023-09-24 12:22:29 -04:00 |
|
Lincoln Stein
|
25a71a1791
|
Merge branch 'main' into refactor/rename-get-logger
|
2023-09-23 14:49:07 -07:00 |
|
Ryan Dick
|
b57acb7353
|
Merge branch 'main' into feat/ip-adapter
|
2023-09-15 13:15:25 -04:00 |
|
Ryan Dick
|
d5160648d0
|
Add support for downloading IP-Adapter models from HF.
|
2023-09-14 11:18:43 -04:00 |
|
Ryan Dick
|
6d0ea42a94
|
Get CLIPVision model download from HF working.
|
2023-09-14 09:54:10 -04:00 |
|
Ryan Dick
|
3ee9a21647
|
Initial (barely) working version of IP-Adapter model management.
|
2023-09-13 08:27:24 -04:00 |
|
Martin Kristiansen
|
caea6d11c6
|
isort wip 2
|
2023-09-12 13:01:58 -04:00 |
|
Lincoln Stein
|
45d172d5a8
|
Merge branch 'main' into refactor/rename-get-logger
|
2023-08-20 16:08:32 -04:00 |
|
Martin Kristiansen
|
537ae2f901
|
Resolving merge conflicts for flake8
|
2023-08-18 15:52:04 +10:00 |
|
Lincoln Stein
|
1d107f30e5
|
remove getLogger() completely
|
2023-08-17 19:17:38 -04:00 |
|
psychedelicious
|
66f524cae7
|
fix(mm): fix a lot of typing issues
Most fixes are just things being typed as `str` but having default values of `None`, but there are some minor logic changes.
|
2023-08-06 14:09:04 +10:00 |
|
StAlKeR7779
|
9bacd77a79
|
Merge branch 'main' into bugfix/fp16-models
|
2023-08-05 01:42:43 +03:00 |
|
Lincoln Stein
|
446fb4a438
|
blackify
|
2023-08-03 19:24:23 -04:00 |
|
Lincoln Stein
|
ab5d938a1d
|
use variant instead of revision
|
2023-08-03 19:23:52 -04:00 |
|
Brandon Rising
|
ed76250dba
|
Stop checking for unet/model.onnx when a model_index.json is detected
|
2023-08-02 07:21:21 -04:00 |
|
Lincoln Stein
|
4d22cafdad
|
Installer should download fp16 models if user has specified 'auto' in config
- Closes #4127
|
2023-08-01 22:06:27 -04:00 |
|
Kent Keirsey
|
746afcd235
|
Merge branch 'main' into feat/onnx
|
2023-07-31 16:56:34 -04:00 |
|
Brandon Rising
|
aeac557c41
|
Run python black, point out that onnx is an alpha feature in the installer
|
2023-07-31 16:47:48 -04:00 |
|
Brandon Rising
|
f5ac73b091
|
Merge branch 'main' into feat/onnx
|
2023-07-31 10:58:40 -04:00 |
|
psychedelicious
|
2c07f54b6e
|
Merge branch 'main' into fix-optional
|
2023-07-31 16:31:01 +10:00 |
|
Lincoln Stein
|
83d3f2347e
|
fix "unrecognized arguments: --yes" bug on unattended upgrade
|
2023-07-30 11:07:06 -04:00 |
|
Alexandre Macabies
|
50e00feceb
|
Add missing Optional on a few nullable fields.
|
2023-07-30 16:25:12 +02:00 |
|
Lincoln Stein
|
ac84a9f915
|
reenable display of autoloaded models
|
2023-07-30 08:05:05 -04:00 |
|
Lincoln Stein
|
73f3b7f84b
|
remove dangling comment
|
2023-07-29 17:32:33 -04:00 |
|
Lincoln Stein
|
0fb7328022
|
blackify code
|
2023-07-29 13:00:43 -04:00 |
|
Lincoln Stein
|
99daa97978
|
more refactoring; fixed place where rel conversion missed
|
2023-07-29 13:00:07 -04:00 |
|
Lincoln Stein
|
982a568349
|
blackify pr
|
2023-07-29 10:47:55 -04:00 |
|
Lincoln Stein
|
9968ff2893
|
fix relative model paths to be against config.models_path, not root
|
2023-07-29 10:30:27 -04:00 |
|
Brandon Rising
|
390ce9f249
|
Fix onnx installer
|
2023-07-28 16:54:03 -04:00 |
|
Brandon Rising
|
2b7b3dd4ba
|
Run python black
|
2023-07-28 09:46:44 -04:00 |
|
Martin Kristiansen
|
218b6d0546
|
Apply black
|
2023-07-27 10:54:01 -04:00 |
|
Lincoln Stein
|
9c4acb9d3f
|
install SDXL "fixed" VAE
|
2023-07-26 23:06:27 -04:00 |
|
Lincoln Stein
|
c7f883d22a
|
Merge branch 'main' into patch
|
2023-07-26 10:19:02 -04:00 |
|
Lincoln Stein
|
dbc3d42afc
|
install all recommended models with --yes; don't alter starter model screen
|
2023-07-25 22:24:03 -04:00 |
|
camenduru
|
cbb90cbdbb
|
Download all model types.
|
2023-07-24 10:59:59 +03:00 |
|