Remove unused modules

This commit is contained in:
SillyLossy
2023-06-04 01:58:49 +03:00
parent befdc746c5
commit a0000347e9
4 changed files with 2 additions and 198 deletions

View File

@@ -5,8 +5,6 @@ DEFAULT_SUMMARIZATION_MODEL = "Qiliang/bart-large-cnn-samsum-ChatGPT_v3"
DEFAULT_CLASSIFICATION_MODEL = "nateraw/bert-base-uncased-emotion"
# Also try: 'Salesforce/blip-image-captioning-base'
DEFAULT_CAPTIONING_MODEL = "Salesforce/blip-image-captioning-large"
DEFAULT_KEYPHRASE_MODEL = "ml6team/keyphrase-extraction-distilbert-inspec"
DEFAULT_PROMPT_MODEL = "FredZhang7/anime-anything-promptgen-v2"
DEFAULT_SD_MODEL = "ckpt/anything-v4.5-vae-swapped"
DEFAULT_EMBEDDING_MODEL = "sentence-transformers/all-mpnet-base-v2"
DEFAULT_REMOTE_SD_HOST = "127.0.0.1"
@@ -49,62 +47,3 @@ error legs, bad legs, multiple legs, missing legs, error lighting,
error shadow, error reflection, text, error, extra digit, fewer digits,
cropped, worst quality, low quality, normal quality, jpeg artifacts,
signature, watermark, username, blurry"""
# list of key phrases to be looking for in text (unused for now)
INDICATOR_LIST = [
"female",
"girl",
"male",
"boy",
"woman",
"man",
"hair",
"eyes",
"skin",
"wears",
"appearance",
"costume",
"clothes",
"body",
"tall",
"short",
"chubby",
"thin",
"expression",
"angry",
"sad",
"blush",
"smile",
"happy",
"depressed",
"long",
"cold",
"breasts",
"chest",
"tail",
"ears",
"fur",
"race",
"species",
"wearing",
"shoes",
"boots",
"shirt",
"panties",
"bra",
"skirt",
"dress",
"kimono",
"wings",
"horns",
"pants",
"shorts",
"leggins",
"sandals",
"hat",
"glasses",
"sweater",
"hoodie",
"sweatshirt",
]