Merge branch 'main' of github.com:ostris/ai-toolkit

This commit is contained in:
Jaret Burkett
2023-08-07 18:05:03 -06:00
3 changed files with 9 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ import json
import os
import time
from typing import TYPE_CHECKING
import sys
from toolkit.paths import SD_SCRIPTS_ROOT
sys.path.append(SD_SCRIPTS_ROOT)
from diffusers import (
StableDiffusionPipeline,