Skip to content

Instantly share code, notes, and snippets.

import bpy
import math
import mathutils
from mathutils import Vector
from collections import deque, defaultdict
def print_header(text):
"""Print a nicely formatted header for sections."""
print(f"\n{'=' * 50}")
print(f" {text}")
@zippy731
zippy731 / gist:fe62c6f2ca568c95cc9e5e5ddba1fd8e
Created August 26, 2022 04:58
settings for stablediffusion sidescroll demo
{
"batch_name": "StableFun",
"outdir": "/content/drive/MyDrive/AI/StableDiffusion/2022-08/StableFun/",
"save_grid": false,
"save_settings": true,
"save_samples": true,
"display_samples": true,
"n_samples": 1,
"W": 768,
"H": 512,