• Stefy Lanza (nextime / spora )'s avatar
    Add style detection and model matching for auto mode · ae596279
    Stefy Lanza (nextime / spora ) authored
    Style Detection (detect_generation_type):
    - Detects 9 artistic styles: anime, photorealistic, digital_art, cgi, cartoon, fantasy, traditional, scifi, horror
    - Extracts style keywords from prompts for matching
    - Returns style info in generation type dict
    
    Style Matching (select_best_model):
    - Matches LoRA adapters to requested style (+60 bonus for style match)
    - Matches base models to requested style (+50 bonus for style match)
    - Checks model name, ID, and tags for style indicators
    - Examples:
      - 'anime girl' → selects anime-optimized models/LoRAs
      - 'photorealistic portrait' → selects realism models
      - 'cyberpunk city' → selects sci-fi models/LoRAs
    
    This allows --auto mode to intelligently select models based on
    the artistic style requested in the prompt.
    ae596279
Name
Last commit
Last update
static Loading commit data...
templates Loading commit data...
EXAMPLES.md Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
SKILL.md Loading commit data...
requirements.txt Loading commit data...
videogen Loading commit data...
videogen_mcp_server.py Loading commit data...
videogen_models.json Loading commit data...
webapp.py Loading commit data...