mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Add base model mapping for SD 1.5
This commit is contained in:
@@ -2,6 +2,7 @@ from typing import Optional
|
|||||||
|
|
||||||
# Base model mapping based on version string
|
# Base model mapping based on version string
|
||||||
BASE_MODEL_MAPPING = {
|
BASE_MODEL_MAPPING = {
|
||||||
|
"sd_1.5": "SD 1.5",
|
||||||
"sd-v1-5": "SD 1.5",
|
"sd-v1-5": "SD 1.5",
|
||||||
"sd-v2-1": "SD 2.1",
|
"sd-v2-1": "SD 2.1",
|
||||||
"sdxl": "SDXL 1.0",
|
"sdxl": "SDXL 1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user