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
#!/usr/bin/env python3 | |
import os | |
import argparse | |
import torch | |
from safetensors.torch import load_file, save_file | |
# NOTE: When done, move the newly created transformer into the transformer/ subdirectory of your diffusers model, and | |
# remove the old .safetensors files and the .index.json file (which is no longer needed because it's not sharded) | |
def manual_merge( |
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
{ | |
"name": "Tension Narrator", | |
"description": "A narrator of the story whose purpose is to build tension.", | |
"personality": "", | |
"scenario": "", | |
"first_mes": "", | |
"mes_example": "", | |
"creatorcomment": "", | |
"avatar": "none", | |
"chat": "Narrator - 2024-9-3 @23h 46m 50s 260ms", |