biglust / biglust_full_workflow.json
rajeshhugface's picture
Upload 2 files
b3e8132 verified
{
"nodes": [
{
"id": "1",
"type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "biglust_v16.safetensors"
}
},
{
"id": "2",
"type": "LoraLoader",
"inputs": {
"lora_name": "sexy_pose_lora.safetensors",
"strength_model": 0.7,
"strength_clip": 0.7,
"model": [
"1",
0
],
"clip": [
"1",
1
]
}
},
{
"id": "3",
"type": "ControlNetLoader",
"inputs": {
"control_net_name": "control_v11p_sd15_openpose.pth"
}
},
{
"id": "4",
"type": "ImageInput",
"inputs": {
"image": "pose_image.png"
}
},
{
"id": "5",
"type": "ControlNetApply",
"inputs": {
"control_net": [
"3",
0
],
"image": [
"4",
0
],
"strength": 1.0
}
},
{
"id": "6",
"type": "CLIPTextEncode",
"inputs": {
"text": "masterpiece, best quality, curvy woman, open pose, bedroom lighting"
}
},
{
"id": "7",
"type": "CLIPTextEncode",
"inputs": {
"text": "ugly, blurry, deformed, multiple limbs, bad anatomy"
}
},
{
"id": "8",
"type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1024,
"batch_size": 4
}
},
{
"id": "9",
"type": "KSampler",
"inputs": {
"model": [
"2",
0
],
"positive": [
"6",
0
],
"negative": [
"7",
0
],
"latent_image": [
"8",
0
],
"control_net": [
"5",
0
],
"seed": 123456,
"steps": 25,
"cfg": 7,
"sampler_name": "dpmpp_2m",
"scheduler": "karras"
}
},
{
"id": "10",
"type": "VAEDecode",
"inputs": {
"vae": [
"1",
2
],
"samples": [
"9",
0
]
}
},
{
"id": "11",
"type": "ImageUpscaleWithModel",
"inputs": {
"upscale_model": "4x-ultrasharp.pth",
"image": [
"10",
0
],
"scale": 2
}
},
{
"id": "12",
"type": "CodeFormer",
"inputs": {
"image": [
"11",
0
],
"fidelity": 1.0
}
},
{
"id": "13",
"type": "SaveImage",
"inputs": {
"filename_prefix": "biglust_full",
"images": [
"12",
0
]
}
}
]
}