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
# | |
# Script by https://github.com/ProGamerGov | |
# | |
# ChangeLog: | |
# - support safetensors, save float16 if needed, check filename 2023/06/22 by wkpark | |
# | |
import os | |
import sys | |
import copy | |
import torch |