vcollos commited on
Commit
8ecafad
·
verified ·
1 Parent(s): e909a7f

Create config.json

Browse files

to try use the checkpoint on my gradio

Files changed (1) hide show
  1. config.json +42 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.14.0",
4
+ "vae": "SG161222/Verus_Vision_1.0b/ae.safetensors",
5
+ "text_encoder": "SG161222/Verus_Vision_1.0b/t5xxl_fp16.safetensors",
6
+ "tokenizer": "SG161222/Verus_Vision_1.0b/tokenizer",
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,
14
+ "custom_nodes": [
15
+ {
16
+ "id": 13,
17
+ "type": "SamplerCustomAdvanced",
18
+ "inputs": {
19
+ "noise": "RandomNoise",
20
+ "guider": "AdaptiveGuidance",
21
+ "sampler": "KSamplerSelect",
22
+ "sigmas": "BasicScheduler",
23
+ "latent_image": "EmptySD3LatentImage"
24
+ },
25
+ "outputs": {
26
+ "output": "LATENT",
27
+ "denoised_output": "LATENT"
28
+ }
29
+ },
30
+ {
31
+ "id": 8,
32
+ "type": "VAEDecode",
33
+ "inputs": {
34
+ "samples": "SamplerCustomAdvanced.output",
35
+ "vae": "VAELoader"
36
+ },
37
+ "outputs": {
38
+ "IMAGE": "IMAGE"
39
+ }
40
+ }
41
+ ]
42
+ }