NoobAIXL settings

This commit is contained in:
2026-07-25 22:18:38 -07:00
parent 689cd1244c
commit 8beb7fe2a7
3 changed files with 15 additions and 10 deletions
-3
View File
@@ -148,10 +148,7 @@ TOOL_REGISTRY = [
"prompt": {"type": "string", "description": "The prompt for the image. Required."},
"negative_prompt": {"type": "string", "description": "The negative prompt to exclude unwanted elements."},
"resolution_preset": {"type": "string", "description": "A named resolution preset (e.g., 'square', 'portrait'). Available options depend on the model."},
"steps": {"type": "integer", "description": "Number of sampling steps."},
"cfg_scale": {"type": "number", "description": "CFG scale for prompt adherence."},
"seed": {"type": "number", "description": "Random seed for reproducibility. Use -1 for random."},
"sampler": {"type": "string", "description": "The sampling method to use."},
},
"required": ["model_name", "prompt"],
},