Text_to_Video_Demo / defaults /flux_schnell.json
USF00's picture
Initial commit
2b67076
{
"model": {
"name": "Flux 1 Schnell 12B",
"architecture": "flux_schnell",
"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
},
"prompt": "draw a hat",
"resolution": "1280x720",
"num_inference_steps": 10,
"batch_size": 1
}