Haoming
294ee8bb70
yaml
2026-02-12 16:57:41 +08:00
Haoming
f9c623251d
parser
2026-01-20 10:07:39 +08:00
Haoming
9921cf0e74
Rewrite Backend ( #559 )
2026-01-19 17:11:59 +08:00
Haoming
c2cd85e4f1
deps
2025-12-06 23:27:32 +08:00
Haoming
bc2feafede
install args
2025-12-06 23:01:13 +08:00
Haoming
746c116004
bnb
2025-10-28 18:09:41 +08:00
Haoming
e9db60b2b4
onnxruntime
2025-10-08 19:24:55 +08:00
Haoming
e77fb313d3
update Attention
...
https://github.com/comfyanonymous/ComfyUI/blob/v0.3.62/comfy/ldm/modules/attention.py
2025-10-04 02:07:54 +08:00
Haoming
e5a0819f57
nunchaku
2025-09-17 11:03:03 +08:00
Haoming
7a049b25a8
Reapply "nunchaku"
...
This reverts commit 98466c0bde .
2025-09-06 00:53:28 +08:00
Haoming
e70d2c36a9
compatibility
2025-09-04 19:27:34 +08:00
Haoming
014a319d0a
lora-dirs
2025-09-04 09:35:50 +08:00
Haoming
f0a544125f
directories
2025-08-06 17:45:08 +08:00
Haoming
460b86711c
sort
2025-08-06 15:59:39 +08:00
Haoming
80cadfe734
ckpt
2025-08-06 13:52:18 +08:00
Haoming
54cad539a0
donacdum
2025-08-06 12:19:44 +08:00
Haoming
f812a48fac
yeet
2025-08-06 11:26:10 +08:00
Haoming
1ba13371bd
yeet
2025-08-06 10:05:50 +08:00
Haoming
81e4bde5a9
yeet
2025-08-06 09:43:42 +08:00
Haoming
55ec50a231
option - sampler
2025-08-05 14:42:21 +08:00
Haoming
3090e138d2
args
2025-07-29 16:54:30 +08:00
Haoming
fa0d1d7b26
args
2025-07-29 16:08:23 +08:00
Haoming
79343317b2
installation
2025-07-29 15:47:59 +08:00
Haoming
910c89afda
embeddings
2025-07-28 12:19:26 +08:00
Haoming
935241f881
hypernetwork
2025-07-28 11:59:44 +08:00
Haoming
b3a96523f3
interrogate
2025-07-28 11:02:52 +08:00
Haoming
c53fdf2036
installation
2025-07-26 14:52:42 +08:00
Haoming
92d6bbaa36
cmd arg to skip initializing google_blockly
...
new cmd_arg, --skip-google-blockly
2024-11-15 12:30:29 +00:00
DenOfEquity
a0e317518e
update cmd_args.py: description
...
extra description for old clip argument
2024-08-26 11:27:35 +01:00
DenOfEquity
001f2305de
Update cmd_args.py: add text-encoder-dir
2024-08-25 15:03:02 +01:00
layerdiffusion
8a01b2c5db
move to new backend - part 1
2024-08-03 14:59:46 -07:00
layerdiffusion
e26abf87ec
Gradio 4 + WebUI 1.10
2024-07-26 12:02:46 -07:00
lllyasviel
7a2aca6fed
Merge branch 'main' into tdd
2024-02-17 07:40:16 -08:00
catboxanon
06ab10a1be
Normalize cmd arg paths
...
In particular, this fixes an issue on Windows where some functions
will misbehave if forward slashes are provided rather than
double backslashes.
2024-02-15 14:22:13 -05:00
Chenlei Hu
9c5038c766
Add --forge-ref-a1111-home cmd arg to reference existing A1111 checkout ( #203 )
...
* Add --forge-ref-a1111-home cmd arg to reference existing A1111 checkout
* nit
2024-02-11 21:22:31 -05:00
lllyasviel
aec5053938
i
2024-01-27 09:44:44 -08:00
w-e-w
25e8273d2f
re-work multi --styles-file
...
--styles-file change to append str
--styles-file is [] then defaults to [styles.csv]
--styles-file accepts paths or paths with wildcard "*"
the first `--styles-file` entry is use as the default styles file path
if filename a wildcard then the first matching file is used
if no match is found, create a new "styles.csv" in the same dir as the first path
when saving a new style it will be save in the default styles file
when saving a existing style, it will be saved to file it belongs to
order of the styles files in the styles dropdown can be controlled to a certain degree by the order of --styles-file
2024-01-21 03:53:58 +09:00
AUTOMATIC1111
1ffdedc11d
restore lines lost from #13789 merge
2024-01-01 17:03:08 +03:00
AUTOMATIC1111
7ba02e0b7c
Merge branch 'dev' into finer-settings-freezing-control
2024-01-01 17:01:06 +03:00
Nuullll
7499148ad4
Disable ipex autocast due to its bad perf
2023-12-02 14:00:46 +08:00
gibiee
2b06cefe66
correct a typo
...
modify "defaul" to "default"
2023-11-05 11:37:23 +09:00
Nick Harrison
f2b83517aa
Add new arguments to known command prompts
2023-10-29 15:40:13 +00:00
Leon
ab3d3528a1
add --skip-load-model-at-start
2023-09-14 18:42:56 +08:00
AUTOMATIC1111
558808c748
Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settings
...
enable console prompts in settings
2023-09-09 10:02:02 +03:00
w-e-w
46ef185709
deprecate --enable-console-prompts
...
use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
2023-09-09 15:53:10 +09:00
w-e-w
ba05e32789
update cmd arg description
2023-09-02 14:12:59 +09:00
AUTOMATIC1111
d0026da483
add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startup
2023-08-30 19:48:47 +03:00
AUTOMATIC1111
016554e437
add --medvram-sdxl
2023-08-22 18:49:08 +03:00
AUTOMATIC1111
dfd6ea3fca
ditch --always-batch-cond-uncond in favor of an UI setting
2023-08-21 15:07:10 +03:00
w-e-w
0cf85b24df
auto add data-dir to gradio-allowed-path
2023-08-16 20:18:46 +09:00