Gjm1234 commited on
Commit
160768f
·
verified ·
1 Parent(s): 73f7226

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }