ComfyUI Extension: Wizdroid Character Nodes for ComfyUI

Authored by wizdroid

Created

Updated

3 stars

A comprehensive collection of custom nodes for ComfyUI that provide AI-powered prompt generation tools using Ollama. These nodes help create detailed, professional prompts for text-to-image generation across various domains including character creation, fashion, fantasy scenes, and image analysis.

Custom Nodes (0)

    README

    Wizdroid Character Nodes for ComfyUI

    Custom nodes for ComfyUI that generate and edit character-focused prompts using Ollama.

    What you get

    • Character prompt builder with structured options (gender, age, body, hair, makeup, fashion, poses, backgrounds, etc.).
    • Character edit node to tweak existing prompts.
    • Prompt combiner for merging prompt fragments.
    • Photo aspect extractor using Ollama vision models.
    • LoRA dataset export helpers for Kohya-style training.

    Install

    1. Clone into your ComfyUI custom nodes folder:

      cd /path/to/ComfyUI/custom_nodes
      git clone https://github.com/yourusername/wizdroid-character.git
      
    2. Install Python dependencies:

      pip install -r requirements.txt
      
    3. Make sure Ollama is running with at least one text model (and optional vision models if you use the analysis nodes).

    Configure

    Key JSON files in data/:

    • character_options.json – character attributes, poses, fashion, backgrounds, etc.
    • countries.json / regions.json – geography for style prompts.
    • prompt_styles.json – prompt templates per model family.

    Restart ComfyUI after editing these files.

    Use

    Once installed, look for nodes under the Wizdroid/character category in ComfyUI and wire them into your normal image-generation workflows.

    License

    Licensed under the Apache License, Version 2.0.