|
{ |
|
"_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", |
|
"beta_start": 0.0001, |
|
"beta_end": 0.02, |
|
"num_train_timesteps": 1000, |
|
"clip_sample": false, |
|
"set_alpha_to_one": false, |
|
"steps_offset": 1, |
|
"prediction_type": "epsilon" |
|
}, |
|
"safety_checker": null, |
|
"feature_extractor": null, |
|
"nodes": [ |
|
{ |
|
"id": 13, |
|
"type": "SamplerCustomAdvanced", |
|
"inputs": { |
|
"noise": "RandomNoise", |
|
"guider": "AdaptiveGuidance", |
|
"sampler": "KSamplerSelect", |
|
"sigmas": "BasicScheduler", |
|
"latent_image": "EmptySD3LatentImage" |
|
}, |
|
"outputs": { |
|
"output": "LATENT", |
|
"denoised_output": "LATENT" |
|
}, |
|
"properties": { |
|
"Node name for S&R": "SamplerCustomAdvanced" |
|
} |
|
}, |
|
{ |
|
"id": 8, |
|
"type": "VAEDecode", |
|
"inputs": { |
|
"samples": "SamplerCustomAdvanced.output", |
|
"vae": "VAELoader" |
|
}, |
|
"outputs": { |
|
"IMAGE": "IMAGE" |
|
}, |
|
"properties": { |
|
"Node name for S&R": "VAEDecode" |
|
} |
|
} |
|
], |
|
"parameters": { |
|
"guidance_scale": 7.5, |
|
"height": 512, |
|
"width": 512, |
|
"num_inference_steps": 50, |
|
"seed": 42 |
|
} |
|
} |
|
|