Text_to_Video_Demo / defaults /flux_chroma.json
USF00's picture
Initial commit
2b67076
{
"model": {
"name": "Flux 1 Chroma 1 HD 8.9B",
"architecture": "flux_chroma",
"description": "FLUX.1 Chroma is a 8.9 billion parameters model. As a base model, Chroma1 is intentionally designed to be an excellent starting point for finetuning. It provides a strong, neutral foundation for developers, researchers, and artists to create specialized models..",
"URLs": [
"https://huggingface.co/DeepBeepMeep/Flux/resolve/main/flux1-chroma_hd_bf16.safetensors",
"https://huggingface.co/DeepBeepMeep/Flux/resolve/main/flux1-chroma_hd_quanto_bf16_int8.safetensors"
],
"image_outputs": true
},
"prompt": "draw a hat",
"resolution": "1280x720",
"guidance_scale": 3.0,
"num_inference_steps": 20,
"batch_size": 1
}