Files
2026-07-13 12:28:55 +08:00

19 lines
393 B
TOML

name = "StableDiffusionXL"
description = "Image model for prompt-driven generation, editing, and visual design workflows"
family = "stable-diffusion"
release_date = "2023-07-09"
last_updated = "2023-07-09"
attachment = true
reasoning = false
temperature = false
open_weights = false
tool_call = true
[limit]
context = 200
output = 0
[modalities]
input = ["text", "image"]
output = ["image"]