Skip to content

Commit

Permalink
Updated to local imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Ding committed Apr 18, 2024
1 parent 202822c commit bf6268b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 551 deletions.
2 changes: 1 addition & 1 deletion sd_scripts/imagesliders/config_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pydantic import BaseModel
import torch

from lora import TRAINING_METHODS
from .lora import TRAINING_METHODS

PRECISION_TYPES = Literal["fp32", "fp16", "bf16", "float32", "float16", "bfloat16"]
NETWORK_TYPES = Literal["lierla", "c3lier"]
Expand Down
Loading

0 comments on commit bf6268b

Please sign in to comment.