extensions / addtional /preload.py
toto10's picture
Upload folder using huggingface_hub (#1)
34097e9
raw
history blame
No virus
199 Bytes
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)