File size: 199 Bytes
34097e9 |
1 2 3 4 5 6 |
import os
from modules import paths
def preload(parser):
parser.add_argument("--addnet-max-model-count", type=int, help="The maximum number of additional network model can be used.", default=5) |