Skip to content

Instantly share code, notes, and snippets.

@missionfloyd
missionfloyd / force_symmetry.py
Created June 24, 2023 04:43
Force Symmetry
# original: https://gist.github.com/1ort/2fe6214cf1abe4c07087aac8d91d0d8a
import imp
from operator import truediv
import modules.scripts as scripts
import gradio as gr
import os
from modules import images
from modules.processing import process_images, Processed, StableDiffusionProcessingImg2Img
@missionfloyd
missionfloyd / slowmovie.py
Last active February 24, 2021 06:52
adjustments for python 2
#!/usr/bin/python
# -*- coding:utf-8 -*-
# *************************
# ** Before running this **
# ** code ensure you've **
# ** turned on SPI on **
# ** your Raspberry Pi **
# ** & installed the **
# ** Waveshare library **