Skip to content

Instantly share code, notes, and snippets.

View sinsunsan's full-sized avatar

Sébastien LUCAS sinsunsan

View GitHub Profile
@sinsunsan
sinsunsan / comfyui_setup.sh
Created February 20, 2025 10:21 — forked from ryanontheinside/comfyui_setup.sh
Deploying ComfyUI on RunPod
#You only need to run this script once. However, when you start a new runpod server, you will need to initialize conda in the shell.
#1. run the following command to intialize conda in the shell
#/workspace/miniconda3/bin/conda init bash
#2. run the following command to activate the conda environment
#conda activate comfyui
#3. run the following command to start comfyui
#python main.py --listen
#!/bin/bash
#ComfyUI single environment setup
@sinsunsan
sinsunsan / .block
Created June 17, 2016 23:55 — forked from mbostock/.block
Zoomable Circle Packing
license: gpl-3.0
@sinsunsan
sinsunsan / README.md
Created June 17, 2016 23:46 — forked from ganeshv/.block
Zoomable Treemap Template

Zoomable Treemap

Treemaps for visualizing hierarchical data. Click to zoom to the next level. Click on the top orange band to zoom out. Based on Mike Bostock's Zoomable Treemaps

This template follows pigshell's convention for "gist templates":

  • It is supplied data using postMessage(), as a single object of the form
!!! 5
//if lt IE 7
<html class="no-js lt-ie9 lt-ie8 lt-ie7">
//if IE 7
<html class="no-js lt-ie9 lt-ie8">
//if IE 8
<html class="no-js lt-ie9">
//[if gt IE 8]><!
html(class='no-js')
//<![endif]
@media (max-width:767px) {
#site-description {
display: none;
}
#secondary {
float: none !important;
}
#content {