danhtran2mind commited on
Commit
788fd3c
·
verified ·
1 Parent(s): 2b7fc3c

Update assets/examples/ghibli-fine-tuned-sd-2.1/1/config.json

Browse files
assets/examples/ghibli-fine-tuned-sd-2.1/1/config.json CHANGED
@@ -1,9 +1,9 @@
1
- {
2
- "prompt": "a serene landscape in Ghibli style",
3
- "height": 256,
4
- "width": 512,
5
- "num_inference_steps": 50,
6
- "guidance_scale": 3.5,
7
- "seed": 42,
8
- "image": "./result.png"
9
  }
 
1
+ {
2
+ "prompt": "a serene landscape in Ghibli style",
3
+ "height": 256,
4
+ "width": 512,
5
+ "num_inference_steps": 50,
6
+ "guidance_scale": 3.5,
7
+ "seed": 42,
8
+ "image": "result.png"
9
  }