Skip to content

Instantly share code, notes, and snippets.

View chavinlo's full-sized avatar
🎧
listening to snail's house probably

chavez chavinlo

🎧
listening to snail's house probably
View GitHub Profile
@lxj616
lxj616 / train_make_a_stable_diffusion_video.py
Created December 29, 2022 07:28
my own messy training code for make-a-stable-diffusion-video
import argparse
import hashlib
import itertools
import math
import os
from pathlib import Path
from typing import Optional
import numpy as np
import torch