mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-07 14:09:58 +00:00
Bug fixes. allow for random negative prompts
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import argparse
|
||||
from collections import OrderedDict
|
||||
import sys
|
||||
import os
|
||||
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
sys.path.append(ROOT_DIR)
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user