Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ComfyUI ChatGPT Tensor Relay
|
| 2 |
|
| 3 |
A playful ComfyUI custom node package that displays convincing fictional remote-tensor-relay telemetry while your real workflow is running.
|
| 4 |
|
| 5 |
It includes two variants:
|
| 6 |
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
|
| 10 |
Both variants detect the local GPU and CUDA capability, identify the likely GPU architecture, and emit asynchronous status messages during the real ComfyUI workload.
|
| 11 |
|
|
@@ -36,6 +51,7 @@ The telemetry messages are fictional and are shown purely for entertainment.
|
|
| 36 |
- Includes multiple workload-duration presets
|
| 37 |
- Includes multiple telemetry timing modes
|
| 38 |
- Includes separate ChatGPT-themed and Gemini-themed variants
|
|
|
|
| 39 |
|
| 40 |
## Included Nodes
|
| 41 |
|
|
@@ -43,10 +59,20 @@ The telemetry messages are fictional and are shown purely for entertainment.
|
|
| 43 |
|
| 44 |
Displays fictional relay telemetry themed around ChatGPT/OpenAI-style infrastructure.
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
### Gemini Remote Tensor Relay
|
| 47 |
|
| 48 |
Displays fictional relay telemetry themed around Gemini/Google-style infrastructure.
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
## Installation
|
| 51 |
|
| 52 |
Download or clone this repository into:
|
|
@@ -69,18 +95,38 @@ Restart ComfyUI after installation.
|
|
| 69 |
|
| 70 |
## Usage
|
| 71 |
|
| 72 |
-
Add one of the relay nodes to your workflow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
The node starts a lightweight background telemetry worker and immediately allows the real downstream workflow to continue.
|
| 77 |
|
| 78 |
-
##
|
| 79 |
|
| 80 |
Choose the preset that roughly matches the duration of the real computation:
|
| 81 |
|
| 82 |
| Preset | Approximate duration |
|
| 83 |
-
|---|---
|
| 84 |
| Small | 5 seconds |
|
| 85 |
| Medium | 30 seconds |
|
| 86 |
| Large | 1 minute 30 seconds |
|
|
@@ -88,9 +134,9 @@ Choose the preset that roughly matches the duration of the real computation:
|
|
| 88 |
|
| 89 |
The messages are distributed across the selected time window.
|
| 90 |
|
| 91 |
-
##
|
| 92 |
|
| 93 |
-
|
| 94 |
|
| 95 |
- **Adaptive** — plausible startup burst followed by more widely spaced telemetry
|
| 96 |
- **Even** — messages distributed evenly
|
|
@@ -99,17 +145,16 @@ Depending on the node version, available timing modes may include:
|
|
| 99 |
## Example Output
|
| 100 |
|
| 101 |
```text
|
| 102 |
-
[INFO] [
|
| 103 |
-
[INFO] [
|
| 104 |
-
[INFO] [
|
| 105 |
-
[INFO] [
|
| 106 |
-
[INFO] [
|
| 107 |
-
[INFO] [
|
| 108 |
-
[
|
| 109 |
-
[INFO] [
|
| 110 |
-
[INFO] [
|
| 111 |
-
[INFO] [
|
| 112 |
-
[INFO] [RemoteTensorRelay] Downstream execution authorized.
|
| 113 |
```
|
| 114 |
|
| 115 |
## What This Project Does Not Do
|
|
@@ -135,6 +180,10 @@ The relay telemetry runs in a background thread so the real downstream workflow
|
|
| 135 |
|
| 136 |
This node is designed as a visual and console novelty layer, not as a benchmark or acceleration tool.
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
## Requirements
|
| 139 |
|
| 140 |
- ComfyUI
|
|
@@ -146,5 +195,3 @@ This node is designed as a visual and console novelty layer, not as a benchmark
|
|
| 146 |
MIT License.
|
| 147 |
|
| 148 |
## Notes
|
| 149 |
-
|
| 150 |
-
If you publish benchmark screenshots or logs containing this node, please make it clear that the relay telemetry is fictional so that others do not mistake it for real cloud-sharding or remote-compute functionality.
|
|
|
|
| 1 |
+
README_final.md
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
---
|
| 5 |
+
license: mit
|
| 6 |
+
tags:
|
| 7 |
+
- comfyui
|
| 8 |
+
- custom-nodes
|
| 9 |
+
- chatgpt
|
| 10 |
+
- gemini
|
| 11 |
+
- parody
|
| 12 |
+
- tensor-relay
|
| 13 |
+
- ai
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# ComfyUI ChatGPT Tensor Relay
|
| 17 |
|
| 18 |
A playful ComfyUI custom node package that displays convincing fictional remote-tensor-relay telemetry while your real workflow is running.
|
| 19 |
|
| 20 |
It includes two variants:
|
| 21 |
|
| 22 |
+
- ChatGPT Remote Tensor Relay
|
| 23 |
+
- Gemini Remote Tensor Relay
|
| 24 |
|
| 25 |
Both variants detect the local GPU and CUDA capability, identify the likely GPU architecture, and emit asynchronous status messages during the real ComfyUI workload.
|
| 26 |
|
|
|
|
| 51 |
- Includes multiple workload-duration presets
|
| 52 |
- Includes multiple telemetry timing modes
|
| 53 |
- Includes separate ChatGPT-themed and Gemini-themed variants
|
| 54 |
+
- Includes separate STRING and CONDITIONING relay nodes
|
| 55 |
|
| 56 |
## Included Nodes
|
| 57 |
|
|
|
|
| 59 |
|
| 60 |
Displays fictional relay telemetry themed around ChatGPT/OpenAI-style infrastructure.
|
| 61 |
|
| 62 |
+
Available variants:
|
| 63 |
+
|
| 64 |
+
- `ChatGPT Remote Tensor Relay (Text)`
|
| 65 |
+
- `ChatGPT Remote Tensor Relay (Conditioning)`
|
| 66 |
+
|
| 67 |
### Gemini Remote Tensor Relay
|
| 68 |
|
| 69 |
Displays fictional relay telemetry themed around Gemini/Google-style infrastructure.
|
| 70 |
|
| 71 |
+
Available variants:
|
| 72 |
+
|
| 73 |
+
- `Gemini Remote Tensor Relay (Text)`
|
| 74 |
+
- `Gemini Remote Tensor Relay (Conditioning)`
|
| 75 |
+
|
| 76 |
## Installation
|
| 77 |
|
| 78 |
Download or clone this repository into:
|
|
|
|
| 95 |
|
| 96 |
## Usage
|
| 97 |
|
| 98 |
+
Add one of the relay nodes to your workflow.
|
| 99 |
+
|
| 100 |
+
For STRING connections:
|
| 101 |
+
|
| 102 |
+
```text
|
| 103 |
+
Text output
|
| 104 |
+
↓
|
| 105 |
+
Remote Tensor Relay (Text)
|
| 106 |
+
↓
|
| 107 |
+
Next STRING input
|
| 108 |
+
```
|
| 109 |
+
|
| 110 |
+
For CONDITIONING connections:
|
| 111 |
|
| 112 |
+
```text
|
| 113 |
+
Text Encoder
|
| 114 |
+
↓
|
| 115 |
+
Remote Tensor Relay (Conditioning)
|
| 116 |
+
↓
|
| 117 |
+
KSampler positive / negative
|
| 118 |
+
```
|
| 119 |
+
|
| 120 |
+
The input payload is returned unchanged.
|
| 121 |
|
| 122 |
The node starts a lightweight background telemetry worker and immediately allows the real downstream workflow to continue.
|
| 123 |
|
| 124 |
+
## Workload Size
|
| 125 |
|
| 126 |
Choose the preset that roughly matches the duration of the real computation:
|
| 127 |
|
| 128 |
| Preset | Approximate duration |
|
| 129 |
+
|---|---|
|
| 130 |
| Small | 5 seconds |
|
| 131 |
| Medium | 30 seconds |
|
| 132 |
| Large | 1 minute 30 seconds |
|
|
|
|
| 134 |
|
| 135 |
The messages are distributed across the selected time window.
|
| 136 |
|
| 137 |
+
## Telemetry Timing
|
| 138 |
|
| 139 |
+
Available timing modes include:
|
| 140 |
|
| 141 |
- **Adaptive** — plausible startup burst followed by more widely spaced telemetry
|
| 142 |
- **Even** — messages distributed evenly
|
|
|
|
| 145 |
## Example Output
|
| 146 |
|
| 147 |
```text
|
| 148 |
+
[INFO] [ChatGPT-TurboCharge] Session otr-ae0d97396491 initialized.
|
| 149 |
+
[INFO] [OpenAI-Grid] Allocating 4 remote inference energy cells...
|
| 150 |
+
[INFO] [OpenAI-CUDA] Local accelerator: NVIDIA GeForce RTX 5080 | Blackwell | SM 12.0.
|
| 151 |
+
[INFO] [OpenAI-Grid] Remote tensor relay established.
|
| 152 |
+
[INFO] [OpenAI-Grid] Synchronizing Blackwell memory pages... Energy influx: 88%.
|
| 153 |
+
[INFO] [OpenAI-Telemetry] Tensor phase-lock acquired at 99.7%.
|
| 154 |
+
[WARNING] [OpenAI-Billing] Unusual electricity usage detected.
|
| 155 |
+
[INFO] [OpenAI-Billing] Responsibility successfully transferred to Sam Altman.
|
| 156 |
+
[INFO] [OpenAI-Billing] No further action required.
|
| 157 |
+
[INFO] [ChatGPT-TurboCharge] Remote execution tunnel concealed. Passing execution downstream.
|
|
|
|
| 158 |
```
|
| 159 |
|
| 160 |
## What This Project Does Not Do
|
|
|
|
| 180 |
|
| 181 |
This node is designed as a visual and console novelty layer, not as a benchmark or acceleration tool.
|
| 182 |
|
| 183 |
+
**0% acceleration. 0% slowdown. 200% more self-confidence while rendering!!!!**
|
| 184 |
+
|
| 185 |
+
Unfortunately, the actual performance increase only works if u believe in it very, very strongly.
|
| 186 |
+
|
| 187 |
## Requirements
|
| 188 |
|
| 189 |
- ComfyUI
|
|
|
|
| 195 |
MIT License.
|
| 196 |
|
| 197 |
## Notes
|
|
|
|
|
|