Nodes/ComfyUI-ModelScope/ModelScope Image Generator
ComfyUI Node

ModelScope Image Generator

Generate images using ModelScope text-to-image models.

By neverbiasu·Created 11 months ago·Updated 4 months ago· 3
ModelScope Image Generator
    • image
    model_idQwen/Qwen-Image-Edit
    prompt
    negative_prompt
    steps30
    guidance3.5
    seed1234
    height1024
    width1024
    loras
    api_key
    CategoryModelScope

    Inputs (10)

    NameTypeDefaultDescription
    model_idSTRINGQwen/Qwen-Image-EditModelScope model ID for image generation.
    promptSTRINGText prompt for image generation.
    negative_promptoptSTRINGNegative prompt to avoid unwanted elements.
    stepsoptINT301–100Number of denoising steps (higher = better quality, slower).
    guidanceoptFLOAT3.51–20How closely to follow the prompt (higher = more adherent).
    seedoptINT12340–18446744073709550000Random seed for reproducibility.
    heightoptINT102464–2048Generated image height in pixels.
    widthoptINT102464–2048Generated image width in pixels.
    lorasoptSTRINGLoRA model configuration.
    api_keyoptSTRINGModelScope API key. If empty, reads from MODELSCOPE_API_KEY env var.

    Outputs (1)

    NameTypeDescription
    imageIMAGEGenerated image as ComfyUI IMAGE tensor.