AndHor commited on
Commit
9f5dcd9
·
verified ·
1 Parent(s): 3880ec1

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "stable-diffusion",
3
+ "architectures": ["UNet2DConditionModel"],
4
+ "_name_or_path": "AndHor/JustAnotherFurryMerge",
5
+ "checkpoint": "Models/FullVer/JustAnotherFurryMerge_v10.safetensors"
6
+ }