Drake Panzer
|
417227fdf6
|
Fix symlinking reversal and wrong folder name
|
2023-01-22 20:05:03 -07:00 |
Drake Panzer
|
df1b68baf8
|
link to the update block
|
2023-01-22 19:42:29 -07:00 |
Drake Panzer
|
7117369ba1
|
Add civitai downloader + improvements
- Improve downloader
- Remove scripts from installer
- Better symlinking
- Link .ckpt and .safetensors/.safetensor/.st files
- Fix find+delete .ipynb_checkpoints
- symlinking and xformers enabled by default
- organize repository files
|
2023-01-22 19:39:55 -07:00 |
Cyberes
|
b6c474928c
|
add option to cache pip wheels
|
2023-01-09 13:19:19 -07:00 |
Cyberes
|
3b825cf92b
|
Merge branch 'master' into add-export-setting
|
2023-01-03 12:56:16 -07:00 |
Drake Panzer
|
be3d3cb8cc
|
clean exit from automated model downloader
|
2023-01-03 12:44:39 -07:00 |
xoihazard
|
24f3daf9b9
|
Use ipynb variable for find command
|
2023-01-03 14:55:52 +09:00 |
xoihazard
|
3847099e0c
|
Fix export destination
|
2023-01-03 13:26:49 +09:00 |
xoihazard
|
8594a7dbda
|
Add export directory setting
|
2023-01-03 06:25:17 +09:00 |
Cyberes
|
d5d9b82f34
|
Move %store to try/catch block
|
2022-12-31 17:30:50 -07:00 |
Cyberes
|
648ba335b2
|
Merge pull request #47 from BLucky-gh/master
Fix magnet regex and misleading error msg after success in automated downloader cell
|
2022-12-30 21:11:39 -07:00 |
Cyberes
|
16ecfd735a
|
Model downloader got broken somehow
|
2022-12-30 21:06:54 -07:00 |
BLucky
|
45601b6809
|
Fix magnet regex and misleading error msg after success
|
2022-12-24 14:53:06 +04:00 |
Cyberes
|
dd7103722a
|
Remove old code, check for p7zip before compressing
|
2022-12-16 15:42:53 -07:00 |
Sheldon
|
40ff43e2f8
|
fix URL for SD 2.0 512-base config file
|
2022-12-16 22:54:02 +08:00 |
xoihazard
|
70e1e785b6
|
Add x4-upscaler yaml
|
2022-12-15 14:10:22 +09:00 |
xoihazard
|
4589b5eddb
|
Add depth2img yaml
|
2022-12-15 14:09:45 +09:00 |
xoihazard
|
50974b2cdb
|
Add mounted yaml (for v2 public dataset)
|
2022-12-12 14:22:32 +09:00 |
Andrew Low
|
9766fa0a5d
|
use -d option when downloading models with aria2c in case pwd was changed
|
2022-12-11 18:40:28 +00:00 |
Cyberes
|
13f197f2da
|
use aria2 threaded for web dl, better vae/hypernetwork folder handling
|
2022-12-10 13:57:20 -07:00 |
Cyberes
|
0909d90c14
|
Merge pull request #37 from ackl/prepare_environment-typo-fixed
typo fix prepare_enviroment --> prepare_environment to match typo fix…
|
2022-12-10 13:27:26 -07:00 |
Andrew Low
|
b6041c0943
|
typo fix prepare_enviroment --> prepare_environment to match typo fix in A1111 repo
|
2022-12-10 17:19:26 +00:00 |
Andrew Low
|
f9d3fa4c57
|
allow downloading models from public gdrive urls using gdown lib
|
2022-12-09 18:21:09 +00:00 |
Cyberes
|
7d4c90ba39
|
Fix copypasted code
|
2022-12-06 12:46:30 -07:00 |
Cyberes
|
8514fb9f48
|
Fix old code
|
2022-12-05 23:44:44 -07:00 |
Cyberes
|
64d20d6185
|
Fix test
|
2022-12-05 22:31:08 -07:00 |
Cyberes
|
c0b774f2d2
|
Don't download google drive
|
2022-12-05 22:29:39 -07:00 |
Cyberes
|
7414a1848c
|
Better handling of undefined settings, add SDv2.0 download blocks, SDv2.0 upscale test
|
2022-12-01 16:24:24 -07:00 |
Cyberes
|
ea34b4b3fb
|
Better model linking, SD v2.0 downloaders, more options
|
2022-11-30 20:54:29 -07:00 |
Cyberes
|
01009cc156
|
Add model downloader
|
2022-11-21 02:07:10 -07:00 |
Cyberes
|
0a90822768
|
Link VAEs
|
2022-11-19 00:10:34 -07:00 |
Cyberes
|
2ac5376608
|
Fix string I missed in merge
|
2022-11-13 16:24:11 -07:00 |
tsukimiya
|
4d708fa99e
|
added theme setting
|
2022-11-14 06:40:31 +09:00 |
Cyberes
|
b1654e5671
|
search datasets for ckpts
rather than hardcoding sdv1.5 it will dynamically find ckpts in /datasets
|
2022-11-13 11:47:51 -07:00 |
Cory
|
47355a0626
|
Add mounted sd1.5 model
|
2022-11-13 20:58:41 +11:00 |
Cyberes
|
3a69fc020e
|
missed a few things while merging
|
2022-11-09 23:54:40 -07:00 |
Cyberes
|
bbbfa06769
|
Merge branch 'master' into add-insecure-extension-access
|
2022-11-09 23:49:06 -07:00 |
Cyberes
|
5df05050da
|
don't install cuda, minor polish
|
2022-11-09 23:28:37 -07:00 |
tsukimiya
|
32883d7fcf
|
forgot to read the gradio_auth option before starting the WEB UI
|
2022-11-10 12:49:43 +09:00 |
tsukimiya
|
07e7504876
|
added gradio-auth and insecure-extension-access settings.
|
2022-11-09 21:20:48 +09:00 |
Cyberes
|
9c04f9fc9c
|
More settings
|
2022-11-03 13:25:32 -06:00 |
Cyberes
|
ddd2563f54
|
Fix #22 and #23
|
2022-11-01 19:02:38 -06:00 |
Cyberes
|
c6bad25da0
|
Fix #22 and #23
|
2022-11-01 18:59:16 -06:00 |
Cyberes
|
40d4163119
|
Add files via upload
|
2022-10-31 19:34:37 -06:00 |
Cyberes
|
a67f61a4d8
|
fix wildcard script
|
2022-10-30 14:08:23 -06:00 |
Cyberes
|
fecfa8f2cd
|
forgot to reset settings block after testing
|
2022-10-30 13:53:48 -06:00 |
Cyberes
|
7bcff87c45
|
Save medvram in settings, more docs, more settings
|
2022-10-30 13:52:49 -06:00 |
tsukimiya
|
892a7d5d17
|
added medvram setting
|
2022-10-31 03:44:37 +09:00 |
Cyberes
|
b071f056ba
|
Fix
Fix https://github.com/Cyberes/xformers-compiled/issues/2
|
2022-10-29 23:39:52 -06:00 |
Drake Panzer
|
9ac3c58a10
|
change a4000 url
|
2022-10-28 14:38:35 -06:00 |