init: carolina-unicorn workflow + model ideas backlog

This commit is contained in:
2026-05-23 10:27:30 +02:00
parent 2957d557e6
commit 6eb2a32054
4 changed files with 141 additions and 1 deletions
+86
View File
@@ -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"
}
}
}
+14
View File
@@ -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.