Create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "image-to-image",
|
| 3 |
+
"model": "RunDiffusion/Juggernaut-XL-v9",
|
| 4 |
+
"controlnet": "diffusers/controlnet-depth-sdxl-1.0",
|
| 5 |
+
"num_images": 10
|
| 6 |
+
}
|