Wan2.1/defaults/flux_chroma.json
2025-08-24 18:04:05 +02:00

18 lines
833 B
JSON

{
"model": {
"name": "Flux 1 Chroma 1 HD 8.9B",
"architecture": "flux",
"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,
"flux-model": "flux-chroma"
},
"prompt": "draw a hat",
"resolution": "1280x720",
"guidance_scale": 3.0,
"num_inference_steps": 20,
"batch_size": 1
}