mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 16:40:24 +00:00
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):
- brain/ LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
dispatch, A51 channels, and the OSINT cluster
- knowledge/ LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
MITRE ATT&CK data
- reference/ defensive threat-reference (C3, shhbruh doc) + AdaYaml parser
License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.
Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.
https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"_comment": "SDXL text-to-image at 1024x1024. Required model: sd_xl_base_1.0.safetensors (or any SDXL checkpoint).",
|
|
"3": {
|
|
"class_type": "KSampler",
|
|
"_meta": {"title": "KSampler"},
|
|
"inputs": {
|
|
"seed": 42,
|
|
"steps": 30,
|
|
"cfg": 7.5,
|
|
"sampler_name": "dpmpp_2m",
|
|
"scheduler": "karras",
|
|
"denoise": 1.0,
|
|
"model": ["4", 0],
|
|
"positive": ["6", 0],
|
|
"negative": ["7", 0],
|
|
"latent_image": ["5", 0]
|
|
}
|
|
},
|
|
"4": {
|
|
"class_type": "CheckpointLoaderSimple",
|
|
"_meta": {"title": "Load SDXL Base"},
|
|
"inputs": {"ckpt_name": "sd_xl_base_1.0.safetensors"}
|
|
},
|
|
"5": {
|
|
"class_type": "EmptyLatentImage",
|
|
"_meta": {"title": "Empty Latent"},
|
|
"inputs": {"width": 1024, "height": 1024, "batch_size": 1}
|
|
},
|
|
"6": {
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {"title": "Positive Prompt"},
|
|
"inputs": {"text": "cinematic photograph, dramatic lighting, intricate detail", "clip": ["4", 1]}
|
|
},
|
|
"7": {
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {"title": "Negative Prompt"},
|
|
"inputs": {"text": "ugly, blurry, low quality, deformed, watermark", "clip": ["4", 1]}
|
|
},
|
|
"8": {
|
|
"class_type": "VAEDecode",
|
|
"_meta": {"title": "VAE Decode"},
|
|
"inputs": {"samples": ["3", 0], "vae": ["4", 2]}
|
|
},
|
|
"9": {
|
|
"class_type": "SaveImage",
|
|
"_meta": {"title": "Save Image"},
|
|
"inputs": {"filename_prefix": "sdxl", "images": ["8", 0]}
|
|
}
|
|
}
|