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
Step 1 | |
create git repo in your hosting using below command | |
git init | |
Step 2 | |
Get personal access token from git user profile settings |
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
import lycoris_inference | |
import lora | |
from diffusers import DiffusionPipeline | |
import torch | |
from safetensors import safe_open | |
from safetensors.torch import load_file | |
import time | |
import json | |
# load SDXL pipeline |