-
-
Notifications
You must be signed in to change notification settings - Fork 432
CLI Tools
cli/api-txt2img.py
cli/api-img2img.py
cli/api-control.py
cli/api-progress.py
cli/api-json.py
cli/api-info.py
cli/api-upscale.py
cli/api-vqa.py
cli/api-preprocess.py
cli/api-faceid.py
cli/api-faces.py
cli/api-mask.py
cli/api-txt2img.js
Text-to-image with all of the possible parameters
Supports upsampling, face restoration and grid creation
python cli/generate.py
By default uses parameters from generate.json
Parameters that are not specified will be randomized:
- Prompt will be dynamically created from template of random samples:
random.json
- Sampler/Scheduler will be randomly picked from available ones
- CFG Scale set to 5-10
python run-benchmark.py
Create previews for embeddings, lora, lycoris, dreambooth and hypernetwork
python create-previews.py
python image-grid.py
Create invisible image watermark and remove existing EXIF tags
python image-watermark.py
Runs CLiP and Booru image interrogation
python image-interrogate.py
Extract color palette from image(s)
python image-palette.py
Generate complex prompt ideas
python prompt-ideas.py
Attempts to beautify the provided prompt
python prompt-promptist.py
Extract frames from video files
python video-extract.py
Utility module that handles async communication to Automatic API endpoints
Note: Requires SD API
Can be used to manually execute specific commands:
python sdapi.py progress
python sdapi.py interrupt python sdapi.py shutdown
© SD.Next