Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +5 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_name_or_path": "stabilityai/stable-diffusion-3-medium",
|
| 3 |
+
"adapter_type": "lora",
|
| 4 |
+
"torch_dtype": "float32"
|
| 5 |
+
}
|