Skip to content

Instantly share code, notes, and snippets.

View ancillarymagnet's full-sized avatar

Noah Norman ancillarymagnet

View GitHub Profile
name: Export vault to site
on:
push:
branches: [ main ]
paths:
- 'PROJECTS/PERSONAL_BLOG/Published/**'
- '.github/workflows/export-to-site.yml'
jobs:
export:
@ancillarymagnet
ancillarymagnet / Comfy_SDXL_inpaint_color_mismatch_230927.json
Last active September 27, 2023 11:48
Minimal demonstration of color issues related to SDXL inpainting in ComfyUI
{
"last_node_id": 62,
"last_link_id": 112,
"nodes": [
{
"id": 4,
"type": "SaveImage",
"pos": [
4150,
790
@ancillarymagnet
ancillarymagnet / CCA2D.cs
Created February 1, 2020 19:51
CCA_script_020120v01
using UnityEngine;
using EasyButtons;
public class CCA2D : MonoBehaviour
{
[Header("Setup")]
[Range(8, 2048)]
public int rez = 8;
@ancillarymagnet
ancillarymagnet / CCACompute.compute
Last active February 1, 2020 19:53
CCA_compute_020120v01
#pragma kernel ResetKernel
#pragma kernel StepKernel
Texture2D<float> readTex;
SamplerState sampler_readTex;
RWTexture2D<float> writeTex;
RWTexture2D<float4> outTex;
int rez;
@ancillarymagnet
ancillarymagnet / TDDrawingPrereqs.md
Last active October 14, 2024 21:48
Prerequisites for the Drawing in TD Python for Plotters Like Axidraw workshop at TouchDesigner Summit 2018