Commit 4b3c5bc2 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

Merge remote-tracking branch 'pattontim/safetensors'

parents 0b5dcb3d ac90cf38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
__pycache__
*.ckpt
*.safetensors
*.pth
/ESRGAN/*
/SwinIR/*
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ def cleanup_models():
    src_path = models_path
    dest_path = os.path.join(models_path, "Stable-diffusion")
    move_files(src_path, dest_path, ".ckpt")
    move_files(src_path, dest_path, ".safetensors")
    src_path = os.path.join(root_path, "ESRGAN")
    dest_path = os.path.join(models_path, "ESRGAN")
    move_files(src_path, dest_path)