init: carolina-unicorn workflow + model ideas backlog
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"1": {
|
||||
"class_type": "CheckpointLoaderSimple",
|
||||
"inputs": {
|
||||
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"class_type": "CLIPTextEncode",
|
||||
"inputs": {
|
||||
"text": "a young girl with dark hair named Carolina riding a white unicorn, magical forest background, soft watercolor style, childrens book illustration",
|
||||
"clip": [
|
||||
"1",
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"class_type": "CLIPTextEncode",
|
||||
"inputs": {
|
||||
"text": "ugly, blurry, nsfw, adult, realistic photo",
|
||||
"clip": [
|
||||
"1",
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"class_type": "EmptyLatentImage",
|
||||
"inputs": {
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"batch_size": 1
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"class_type": "KSampler",
|
||||
"inputs": {
|
||||
"model": [
|
||||
"1",
|
||||
0
|
||||
],
|
||||
"positive": [
|
||||
"2",
|
||||
0
|
||||
],
|
||||
"negative": [
|
||||
"3",
|
||||
0
|
||||
],
|
||||
"latent_image": [
|
||||
"4",
|
||||
0
|
||||
],
|
||||
"seed": 42,
|
||||
"steps": 20,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler",
|
||||
"scheduler": "normal",
|
||||
"denoise": 1.0
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"class_type": "VAEDecode",
|
||||
"inputs": {
|
||||
"samples": [
|
||||
"5",
|
||||
0
|
||||
],
|
||||
"vae": [
|
||||
"1",
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"class_type": "SaveImage",
|
||||
"inputs": {
|
||||
"images": [
|
||||
"6",
|
||||
0
|
||||
],
|
||||
"filename_prefix": "carolina_unicorn"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
# Carolina on a Unicorn
|
||||
|
||||
Generated 2026-05-23. Prompt ID: 4c07a47e-1685-444b-b6f7-a75c818048f0
|
||||
|
||||
Prompt: a young girl with dark hair named Carolina riding a white unicorn, magical forest background, soft watercolor style, children book illustration, small portrait format 512x512
|
||||
Negative: ugly, blurry, nsfw, adult, realistic photo
|
||||
|
||||
Settings:
|
||||
- Model: v1-5-pruned-emaonly.safetensors
|
||||
- Sampler: euler, 20 steps, cfg=7, seed=42
|
||||
- Resolution: 512x512
|
||||
- Execution time: ~115 seconds
|
||||
|
||||
Quality note: SD 1.5 baseline. Upgrade to SDXL or FLUX.1-dev for significantly better results.
|
||||
Reference in New Issue
Block a user