Nodes/ComfyUI-SwissArmyKnife/LLM Studio - Options
ComfyUI Node

LLM Studio - Options

Collects LM Studio connection details (URL, model, sampling rates, temperature, clothing-color toggle) into a single `llm_studio_options` dict that downstream describe nodes consume.

By sammykumar·Created 11 months ago·Updated 7 months ago· 5
LLM Studio - Options
    • llm_studio_options
    base_urlhttp://192.168.50.41:1234
    model_nameqwen/qwen3-vl-30b
    prompt_styleText2Image
    temperature0.5
    sample_rate2.0
    max_duration5.0
    change_clothing_colorNo
    verbosefalse
    CategorySwiss Army Knife 🔪/Media Caption

    Inputs (8)

    NameTypeDefaultDescription
    base_urlSTRINGhttp://192.168.50.41:1234LM Studio server URL (e.g. http://192.168.50.41:1234)
    model_nameSTRINGqwen/qwen3-vl-30bModel name in LM Studio (e.g. qwen/qwen3-vl-30b)
    prompt_styleCOMBOText2ImageText2Image: Generates descriptive prompts for models like FLUX Dev, SDXL, etc. ImageEdit: Generates instruction prompts with words like 'change to...', 'modify this...' for image editing models like FLUX Redux/Kontext, Nano Banana, Qwen Image Edit
    temperatureFLOAT0.50–2Temperature for text generation
    sample_rateFLOAT2.00.1–30Frames per second to extract (e.g., 1.0 = 1 frame/sec, 2.0 = 2 frames/sec)
    max_durationFLOAT5.01–60Maximum duration in seconds to sample from video
    change_clothing_colorCOMBONoIf enabled, adjust clothing color descriptions to new colors that harmonize with the scene and differ from the original colors
    verboseBOOLEANfalseShow detailed processing information in console

    Outputs (1)

    NameTypeDescription
    llm_studio_optionsLLM_STUDIO_OPTIONS