{ | |
"_class_name": "StableDiffusionPipeline", | |
"_diffusers_version": "0.14.0", | |
"vae": "SG161222/Verus_Vision_1.0b/ae.safetensors", | |
"text_encoder": "SG161222/Verus_Vision_1.0b/t5xxl_fp16.safetensors", | |
"tokenizer": "SG161222/Verus_Vision_1.0b/tokenizer", | |
"unet": "SG161222/Verus_Vision_1.0b/VerusVision_1.0b_Transformer_fp16.safetensors", | |
"scheduler": { | |
"_class_name": "DDIMScheduler", | |
"_diffusers_version": "0.14.0" | |
}, | |
"safety_checker": null, | |
"feature_extractor": null, | |
"custom_nodes": [ | |
{ | |
"id": 13, | |
"type": "SamplerCustomAdvanced", | |
"inputs": { | |
"noise": "RandomNoise", | |
"guider": "AdaptiveGuidance", | |
"sampler": "KSamplerSelect", | |
"sigmas": "BasicScheduler", | |
"latent_image": "EmptySD3LatentImage" | |
}, | |
"outputs": { | |
"output": "LATENT", | |
"denoised_output": "LATENT" | |
} | |
}, | |
{ | |
"id": 8, | |
"type": "VAEDecode", | |
"inputs": { | |
"samples": "SamplerCustomAdvanced.output", | |
"vae": "VAELoader" | |
}, | |
"outputs": { | |
"IMAGE": "IMAGE" | |
} | |
} | |
] | |
} | |