AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.SetNegPrompt

Top


MiniRobotLanguage (MRL)

 

AIC.SetNegPrompt

Set negative prompt for image generation

 

Intention

 

The AIC.SetNegPrompt command sets the negative prompt used for AI image generation. This describes what should be excluded or avoided in the generated image. Most effective with Stable Diffusion models.

 

Syntax

 

AIC.SetNegPrompt|$$Prompt

 

P1 - $$Prompt - Description of elements to exclude from the image

 

Example

 

' Set negative prompt to exclude unwanted elements

AIC.SetNegPrompt|blurry, low quality, distorted, ugly, deformed

AIC.SetPosPrompt|A beautiful portrait of a woman

AIC.GenerateImage|$$ImagePath

 

Related Commands

 

- AIC.SetPosPrompt - Set positive prompt