mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -03:00
feat: add qwen-image to base model constants.js
This commit is contained in:
@@ -35,6 +35,7 @@ export const BASE_MODELS = {
|
|||||||
ILLUSTRIOUS: "Illustrious",
|
ILLUSTRIOUS: "Illustrious",
|
||||||
PONY: "Pony",
|
PONY: "Pony",
|
||||||
HIDREAM: "HiDream",
|
HIDREAM: "HiDream",
|
||||||
|
QWEN: "Qwen",
|
||||||
|
|
||||||
// Video models
|
// Video models
|
||||||
SVD: "SVD",
|
SVD: "SVD",
|
||||||
@@ -93,6 +94,7 @@ export const BASE_MODEL_CLASSES = {
|
|||||||
[BASE_MODELS.ILLUSTRIOUS]: "il",
|
[BASE_MODELS.ILLUSTRIOUS]: "il",
|
||||||
[BASE_MODELS.PONY]: "pony",
|
[BASE_MODELS.PONY]: "pony",
|
||||||
[BASE_MODELS.HIDREAM]: "hidream",
|
[BASE_MODELS.HIDREAM]: "hidream",
|
||||||
|
[BASE_MODELS.QWEN]: "qwen",
|
||||||
|
|
||||||
// Default
|
// Default
|
||||||
[BASE_MODELS.UNKNOWN]: "unknown"
|
[BASE_MODELS.UNKNOWN]: "unknown"
|
||||||
@@ -161,4 +163,4 @@ export const NODE_TYPE_ICONS = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Default ComfyUI node color when bgcolor is null
|
// Default ComfyUI node color when bgcolor is null
|
||||||
export const DEFAULT_NODE_COLOR = "#353535";
|
export const DEFAULT_NODE_COLOR = "#353535";
|
||||||
|
|||||||
Reference in New Issue
Block a user