PerceptionLabPortable / app /graph workflows /GödelParadoxEngine.json
Aluode's picture
Upload folder using huggingface_hub
3bb804c verified
{
"global_settings": {
"coupling": 100,
"speed": 60
},
"nodes": [
{
"id": 1,
"class_name": "ConstantSignalNode",
"pos_x": -600,
"pos_y": 0,
"width": 200,
"height": 150,
"config": {
"node_title": "The Axiom (1.0)",
"value": 1.0
}
},
{
"id": 2,
"class_name": "SignalMathNode",
"pos_x": -300,
"pos_y": 0,
"width": 200,
"height": 180,
"config": {
"node_title": "Paradox Generator (1-A)",
"operation": "subtract"
}
},
{
"id": 3,
"class_name": "LatentAssemblerNode",
"pos_x": 0,
"pos_y": 0,
"width": 200,
"height": 180,
"config": {
"node_title": "Paradox Vectorizer",
"latent_dim": 16
}
},
{
"id": 4,
"class_name": "SelfOrganizingObserverNode",
"pos_x": 300,
"pos_y": -150,
"width": 300,
"height": 300,
"config": {
"node_title": "The Confused Observer",
"latent_dim": 16,
"growth_sensitivity": 50.0,
"plasticity_gain": 0.1
}
},
{
"id": 5,
"class_name": "FractalNoiseFieldNode",
"pos_x": 700,
"pos_y": -150,
"width": 300,
"height": 300,
"config": {
"node_title": "Cognitive Dissonance Field",
"field_size": 256,
"octaves": 4,
"persistence": 0.5
}
},
{
"id": 6,
"class_name": "DisplayNode",
"pos_x": 1050,
"pos_y": -150,
"width": 300,
"height": 300,
"config": {
"node_title": "The Scream (Visualized)"
}
}
],
"edges": [
{
"from_node_id": 1,
"from_port": "signal",
"to_node_id": 2,
"to_port": "A"
},
{
"from_node_id": 2,
"from_port": "result",
"to_node_id": 2,
"to_port": "B"
},
{
"from_node_id": 2,
"from_port": "result",
"to_node_id": 3,
"to_port": "in_0"
},
{
"from_node_id": 3,
"from_port": "latent_out",
"to_node_id": 4,
"to_port": "sensation"
},
{
"from_node_id": 4,
"from_port": "free_energy",
"to_node_id": 5,
"to_port": "time_scale"
},
{
"from_node_id": 5,
"from_port": "noise_field",
"to_node_id": 6,
"to_port": "image_in"
},
{
"from_node_id": 4,
"from_port": "entropy_out",
"to_node_id": 5,
"to_port": "perturbation"
}
]
}