NoobAIXL settings
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user