mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
17 lines
717 B
JSON
17 lines
717 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,
|
|
"video_length": 1
|
|
} |