Update config.json
Browse files- config.json +38 -3
config.json
CHANGED
@@ -7,7 +7,15 @@
|
|
7 |
"unet": "SG161222/Verus_Vision_1.0b/VerusVision_1.0b_Transformer_fp16.safetensors",
|
8 |
"scheduler": {
|
9 |
"_class_name": "DDIMScheduler",
|
10 |
-
"_diffusers_version": "0.14.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"safety_checker": null,
|
13 |
"feature_extractor": null,
|
@@ -25,6 +33,11 @@
|
|
25 |
"outputs": {
|
26 |
"output": "LATENT",
|
27 |
"denoised_output": "LATENT"
|
|
|
|
|
|
|
|
|
|
|
28 |
}
|
29 |
},
|
30 |
{
|
@@ -36,7 +49,29 @@
|
|
36 |
},
|
37 |
"outputs": {
|
38 |
"IMAGE": "IMAGE"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
}
|
41 |
-
]
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"unet": "SG161222/Verus_Vision_1.0b/VerusVision_1.0b_Transformer_fp16.safetensors",
|
8 |
"scheduler": {
|
9 |
"_class_name": "DDIMScheduler",
|
10 |
+
"_diffusers_version": "0.14.0",
|
11 |
+
"beta_start": 0.0001,
|
12 |
+
"beta_end": 0.02,
|
13 |
+
"num_train_timesteps": 1000,
|
14 |
+
"trained_betas": null,
|
15 |
+
"clip_sample": false,
|
16 |
+
"set_alpha_to_one": false,
|
17 |
+
"steps_offset": 1,
|
18 |
+
"prediction_type": "epsilon"
|
19 |
},
|
20 |
"safety_checker": null,
|
21 |
"feature_extractor": null,
|
|
|
33 |
"outputs": {
|
34 |
"output": "LATENT",
|
35 |
"denoised_output": "LATENT"
|
36 |
+
},
|
37 |
+
"properties": {
|
38 |
+
"Node name": "Advanced Sampler",
|
39 |
+
"guidance_scale": 7.5,
|
40 |
+
"steps": 50
|
41 |
}
|
42 |
},
|
43 |
{
|
|
|
49 |
},
|
50 |
"outputs": {
|
51 |
"IMAGE": "IMAGE"
|
52 |
+
},
|
53 |
+
"properties": {
|
54 |
+
"Node name": "VAE Decoder"
|
55 |
+
}
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"id": 9,
|
59 |
+
"type": "SaveImage",
|
60 |
+
"inputs": {
|
61 |
+
"images": "VAEDecode.IMAGE"
|
62 |
+
},
|
63 |
+
"outputs": {},
|
64 |
+
"properties": {
|
65 |
+
"Node name": "Save Image",
|
66 |
+
"output_path": "./output_images/"
|
67 |
}
|
68 |
}
|
69 |
+
],
|
70 |
+
"parameters": {
|
71 |
+
"guidance_scale": 7.5,
|
72 |
+
"height": 512,
|
73 |
+
"width": 512,
|
74 |
+
"num_inference_steps": 50,
|
75 |
+
"seed": 42
|
76 |
+
}
|
77 |
+
}
|