mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
redesign logging
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
def realesrgan_models_names():
|
||||
import modules.realesrgan_model
|
||||
return [x.name for x in modules.realesrgan_model.get_realesrgan_models(None)]
|
||||
@@ -32,6 +30,3 @@ def list_crossattention():
|
||||
"Sub-quadratic",
|
||||
"Split attention"
|
||||
]
|
||||
# parser.add_argument("--sub-quad-q-chunk-size", type=int, help="query chunk size for the sub-quadratic cross-attention layer optimization to use", default=1024)
|
||||
# parser.add_argument("--sub-quad-kv-chunk-size", type=int, help="kv chunk size for the sub-quadratic cross-attention layer optimization to use", default=None)
|
||||
# parser.add_argument("--sub-quad-chunk-threshold", type=int, help="the percentage of VRAM threshold for the sub-quadratic cross-attention layer optimization to use chunking", default=None)
|
||||
|
||||
Reference in New Issue
Block a user