ImageGen-Qwen-Image / yaml /constants.yaml
RioShiina's picture
Upload folder using huggingface_hub
7139ce5 verified
raw
history blame contribute delete
417 Bytes
MAX_LORAS: 5
MAX_CONTROLNETS: 5
MAX_EMBEDDINGS: 5
MAX_CONDITIONINGS: 10
LORA_SOURCE_CHOICES: ["Civitai", "File"]
RESOLUTION_MAP:
sdxl:
"1:1 (Square)": [1328, 1328]
"16:9 (Landscape)": [1664, 928]
"9:16 (Portrait)": [928, 1664]
"4:3 (Classic)": [1472, 1104]
"3:4 (Classic Portrait)": [1104, 1472]
"3:2 (Photography)": [1584, 1056]
"2:3 (Photography Portrait)": [1056, 1584]