Skip to content

Instantly share code, notes, and snippets.

View Lerc's full-sized avatar

Neil Graham Lerc

  • New Zealand
  • 19:58 (UTC +12:00)
View GitHub Profile
@Lerc
Lerc / freq.txt
Created June 21, 2022 22:06
Frequency of Instructions in Gigatron ROM v5a
LD Imm,AC 00xx 59908
LD [0:Imm],AC 01xx 334
LD AC,AC 02xx 246
LD IN,AC 03xx 1
LD Imm,AC 04xx 0
LD [0:X],AC 05xx 38
LD AC,AC 06xx 0
LD IN,AC 07xx 0
LD Imm,AC 08xx 0
LD [Y:Imm],AC 09xx 7
{
"last_node_id": 55,
"last_link_id": 110,
"nodes": [
{
"id": 38,
"type": "ControlNetApplyAdvanced",
"pos": [
226,
-442
@Lerc
Lerc / CodeGenImage__sampler.html
Created January 9, 2026 21:24
Images generated in code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>codegen-images Sampler</title>
<style>
* { box-sizing: border-box; }
body { font: 14px system-ui, -apple-system, sans-serif; margin: 0; padding: 16px; background: #f8f8f8; color: #333; }
h1 { font-size: 1.5em; margin: 0 0 4px; }