Skip to content

Instantly share code, notes, and snippets.

View digitaljohn's full-sized avatar
🖥️
Code

John Richard Chipps-Harding digitaljohn

🖥️
Code
View GitHub Profile
@digitaljohn
digitaljohn / blade-runner.json
Created February 19, 2024 21:03
ComfyUI - Blade Runner SDXL
{
"last_node_id": 515,
"last_link_id": 983,
"nodes": [
{
"id": 287,
"type": "UpscaleModelLoader",
"pos": [
1431.1259058273588,
-981.1652146032301
@digitaljohn
digitaljohn / svd-propost.json
Created February 11, 2024 18:35
ComfyUI SVD - ProPost
{
"last_node_id": 68,
"last_link_id": 131,
"nodes": [
{
"id": 14,
"type": "VideoLinearCFGGuidance",
"pos": [
91.1107543945313,
804.964204101562
@digitaljohn
digitaljohn / workflow.json
Created February 10, 2024 15:20
ComfyUI SVD - Frame Interpolation - Upscale
{
"last_node_id": 49,
"last_link_id": 81,
"nodes": [
{
"id": 3,
"type": "KSampler",
"pos": [
828.1153613671875,
284.5001030664063
{
"last_node_id": 45,
"last_link_id": 78,
"nodes": [
{
"id": 32,
"type": "ImageUpscaleWithModel",
"pos": [
487.99647545898347,
-103.25132138671854
using UnityEngine;
using System.Collections;
public class RoamBetweenPoints : MonoBehaviour {
public Transform[] targets;
public LayerMask groundLayer;
private Transform target;
private NavMeshAgent agent;
using UnityEngine;
using System.Collections;
public class RoamBetweenPoints : MonoBehaviour {
public Transform[] targets;
public LayerMask groundLayer;
private Transform target;
private NavMeshAgent agent;
@digitaljohn
digitaljohn / SharedData.js
Created June 3, 2012 22:26
Hybrid of both the Shared State and Message Google+ hangout API features.
var SharedData = Class.extend({
// Storage area for the latest key values
_cache: {},
// Packet Signature
_packetSig: "SDP",
// The packet that gets sent via sendMessage
_packet: {k:"",v:""},
@digitaljohn
digitaljohn / SharedData.js
Created May 29, 2012 17:27
A small utility class that makes working with Google+ Hangouts slightly easier.
var SharedData = Class.extend({
_json: [
"rods",
"team_config_0",
"team_config_1"
],
init: function() {
console.log("FoosballSharedData::init");