This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |