mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
24 lines
952 B
JSON
24 lines
952 B
JSON
{
|
|
"model": {
|
|
"name": "Flux 1 Dev UMO 12B",
|
|
"architecture": "flux",
|
|
"description": "FLUX.1 Dev UMO is a model that can Edit Images with a specialization in combining multiple image references (resized internally at 512x512 max) to produce an Image output. Best Image preservation at 768x768 Resolution Output.",
|
|
"URLs": "flux",
|
|
"flux-model": "flux-dev-umo",
|
|
"loras": ["https://huggingface.co/DeepBeepMeep/Flux/resolve/main/flux1-dev-UMO_dit_lora_bf16.safetensors"],
|
|
"resolutions": [ ["1024x1024 (1:1)", "1024x1024"],
|
|
["768x1024 (3:4)", "768x1024"],
|
|
["1024x768 (4:3)", "1024x768"],
|
|
["512x1024 (1:2)", "512x1024"],
|
|
["1024x512 (2:1)", "1024x512"],
|
|
["768x768 (1:1)", "768x768"],
|
|
["768x512 (3:2)", "768x512"],
|
|
["512x768 (2:3)", "512x768"]]
|
|
},
|
|
"prompt": "the man is wearing a hat",
|
|
"embedded_guidance_scale": 4,
|
|
"resolution": "768x768",
|
|
"batch_size": 1
|
|
}
|
|
|
|
|