mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-01-03 21:54:24 +01:00
SD-Turbo (#214)
This commit is contained in:
@@ -12,6 +12,15 @@ VERSION2SPECS = {
|
||||
"config": "configs/inference/sd_xl_base.yaml",
|
||||
"ckpt": "checkpoints/sd_xl_turbo_1.0.safetensors",
|
||||
},
|
||||
"SD-Turbo": {
|
||||
"H": 512,
|
||||
"W": 512,
|
||||
"C": 4,
|
||||
"f": 8,
|
||||
"is_legacy": False,
|
||||
"config": "configs/inference/sd_2_1.yaml",
|
||||
"ckpt": "checkpoints/sd_turbo.safetensors",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user