Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "Lora",
|
| 3 |
+
"base_model": "black-forest-labs/FLUX.1-dev",
|
| 4 |
+
"architectures": ["StableDiffusionXLPipeline"],
|
| 5 |
+
"dtype": "float16",
|
| 6 |
+
"format": "safetensors",
|
| 7 |
+
"pipeline_tag": "text-to-image",
|
| 8 |
+
"trained_with": "fal.ai flux-krea-trainer"
|
| 9 |
+
}
|