Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 424 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 424 Bytes

Embedding-Creator

CLI tool for creating Stable Diffusion embeddings

Example input: python creator.py --model /workspace/models/ckpt/TempestV0.1-Artistic.safetensors --name Test --prompt "A quick brown fox, jumped over, the lazy dog" --negative "red cat" --maxtokens 2

Known Bugs: Comma at end of either prompt will crash

Todo: Load model once, then prompt for new inputs in a loop, to create muiltiple embeddings