Wan2.1/defaults/flux_schnell.json
2025-07-23 01:47:07 +02:00

17 lines
715 B
JSON

{
"model": {
"name": "Flux 1 Schnell 12B",
"architecture": "flux",
"description": "FLUX.1 Schnell is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. As a distilled model it requires fewer denoising steps.",
"URLs": [
"https://huggingface.co/DeepBeepMeep/Flux/resolve/main/flux1-schnell_bf16.safetensors",
"https://huggingface.co/DeepBeepMeep/Flux/resolve/main/flux1-schnell_quanto_bf16_int8.safetensors"
],
"image_outputs": true,
"flux-model": "flux-schnell"
},
"prompt": "draw a hat",
"resolution": "1280x720",
"num_inference_steps": 10,
"batch_size": 1
}