mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
+4
-3
@@ -36,14 +36,15 @@
|
||||
- new Nunchaku page
|
||||
- updated HiDream, Quantization, NNCF pages
|
||||
- **Fixes**
|
||||
- HunyuanVideo-I2V with latest transformers
|
||||
- NNCF with TE-only quant
|
||||
- Quanto with TE/LLM quant
|
||||
- HiDream live preview
|
||||
- SD35 InstantX IP-adapter
|
||||
- **HunyuanVideo-I2V** with latest transformers
|
||||
- trace logging
|
||||
- xyz grid restore settings
|
||||
- extension installer handling of PYTHONPATH
|
||||
- extension installer handling of PYTHONPATH
|
||||
- trace logging
|
||||
- api logging
|
||||
|
||||
## Update for 2025-04-12
|
||||
|
||||
|
||||
+1
-1
@@ -1498,7 +1498,7 @@ def add_args(parser):
|
||||
group_log.add_argument('--debug', default=os.environ.get("SD_DEBUG",False), action='store_true', help="Run installer with debug logging, default: %(default)s")
|
||||
group_log.add_argument("--profile", default=os.environ.get("SD_PROFILE", False), action='store_true', help="Run profiler, default: %(default)s")
|
||||
group_log.add_argument('--docs', default=os.environ.get("SD_DOCS", False), action='store_true', help="Mount API docs, default: %(default)s")
|
||||
group_log.add_argument("--api-log", default=os.environ.get("SD_APILOG", True), action='store_true', help="Log all API requests")
|
||||
group_log.add_argument("--api-log", default=os.environ.get("SD_APILOG", False), action='store_true', help="Log all API requests")
|
||||
|
||||
group_nargs = parser.add_argument_group('Other')
|
||||
group_nargs.add_argument('args', type=str, nargs='*')
|
||||
|
||||
Reference in New Issue
Block a user