-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathembed-metadata.json
More file actions
32 lines (32 loc) · 1 KB
/
Copy pathembed-metadata.json
File metadata and controls
32 lines (32 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id": "MetadataEmbed",
"description": "FLUX.1 dev generation with full generation metadata embedded in the saved PNG.",
"variables": {
"prompt": "A serene mountain landscape at golden hour, photorealistic",
"steps": 25
},
"steps": [
{
"name": "generate",
"pipeline": {
"configuration": {
"offload": "model",
"component_type": "FluxPipeline"
},
"from_pretrained_arguments": {
"model_name": "black-forest-labs/FLUX.1-dev",
"torch_dtype": "torch.bfloat16"
},
"arguments": {
"prompt": "variable:prompt",
"num_inference_steps": "variable:steps",
"guidance_scale": 3.5
}
},
"result": {
"content_type": "image/png",
"embed_metadata": true
}
}
]
}