JeLuF
bdbb741716
Don't scan safetensors files
...
In newer versions of the picklescanner, scanning of .safetensors files creates an error:
21:28:01.067 ERROR MainThread ERROR: parsing pickle in D:\2.35\dev\models\stable-diffusion\dantionrealmix_10.safetensors: at position 1, opcode b'\xce' unknown
To avoid these entries in the logs, skip scanning of safetensors files.
2023-02-20 22:44:10 +01:00
cmdr2
aa70f2849b
NSFW filter setting
2023-02-18 15:01:13 +05:30
cmdr2
2eb317c6b6
Format code, PEP8 using Black
2023-02-14 18:47:50 +05:30
cmdr2
f7b8e000c5
Merge pull request #830 from ogmaresca/sort-models
...
Sort models alphabetically
2023-02-10 17:42:24 +05:30
cmdr2
9e718da70e
Merge pull request #789 from JeLuF/gfpgan-chooser
...
Support multiple GFPGAN models
2023-02-10 17:16:49 +05:30
Olivia Godone-Maresca
ed9f18e22c
Trim lines
2023-02-09 17:56:54 -05:00
cmdr2
0332cc8cb3
Don't force the user to 'low' VRAM usage automatically, if their GPU is less than 4 GB of VRAM. We need a better way to set 'low' as the default in the UI, but the user should be able to override it if they want
2023-02-08 19:41:55 +05:30
Olivia Godone-Maresca
e7bf2ee58b
Show models above folders in child folders to avoid models from appearing to belong the grandchild folder, prevent creating empty <optgroup />s
2023-02-07 21:13:06 -05:00
Olivia Godone-Maresca
e0f22d29e8
Sort models alphabetically
2023-02-06 19:03:03 -05:00
cmdr2
5cd8a732c7
grammar
2023-02-06 16:29:46 +05:30
JeLuF
b044bc1791
Support multiple GFPGAN models
...
Add scanning for models and a dropdown to choose different models from
2023-01-19 20:49:54 +01:00
cmdr2
e2ae2715a3
Revert "Revert "Don't set the specific vram optimizations to use, instead use the new sdkit API for setting the vram usage level directly""
...
This reverts commit 52458ae2736256d2ed5f4f6506a5b1789e03c425.
2023-01-18 17:03:14 +05:30
cmdr2
52458ae273
Revert "Don't set the specific vram optimizations to use, instead use the new sdkit API for setting the vram usage level directly"
...
This reverts commit 42f9abdfe31e16160eb003a6da24449028f7e220.
2023-01-18 10:30:56 +05:30
cmdr2
42f9abdfe3
Don't set the specific vram optimizations to use, instead use the new sdkit API for setting the vram usage level directly
2023-01-17 21:33:15 +05:30
cmdr2
5089ac5ad1
Fix a bug where the .vae.pt extension wouldn't get picked up. Thanks Madrang, rbertus2000 and JeLuf
2023-01-16 18:30:22 +05:30
cmdr2
a13713adaf
Don't search for a yaml config file next to the model, since sdkit now does this automatically
2023-01-11 18:23:56 +05:30
cmdr2
80e265e547
Merge pull request #746 from JeLuF/modelload
...
Don't crash on unsupported models
2023-01-10 20:01:24 +05:30
JeLuF
9532928998
Recursive scanning for models
2023-01-07 19:04:15 +01:00
JeLuF
ed64b9bfed
Don't crash on unsupported models
2023-01-06 01:41:55 +01:00
cmdr2
46c56f3706
Use a model config yaml file if placed next to the model (with the same name). This can override a known model as well
2022-12-25 17:07:00 +05:30
cmdr2
107112d1c4
Integration bugs
2022-12-24 12:37:20 +05:30
cmdr2
d8543d1358
Use the sdkit model scan; Disable scan-per-load since we scan them before allowing them to be invoked
2022-12-22 16:47:59 +05:30
cmdr2
c804a9971e
Work-in-progress code for adding a model config dropdown in the UI. Doesn't work yet
2022-12-22 11:54:00 +05:30
cmdr2
5eeef41d8c
Update to use the latest sdkit API
2022-12-20 15:16:47 +05:30
cmdr2
47e3884994
Rename the python package name to easydiffusion (from sd_internal)
2022-12-19 19:39:15 +05:30