Skip to content

Commit

Permalink
modified: dreambooth/dataclasses/db_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ExponentialML committed Jan 30, 2023
1 parent f3062c2 commit bf25ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dreambooth/dataclasses/db_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class DreamboothConfig(BaseModel):
use_concepts: bool = False
use_ema: bool = True
use_lora: bool = False
db_use_lora_extended: bool = False
use_lora_extended: bool = False
use_subdir: bool = False
v2: bool = False

Expand Down

0 comments on commit bf25ff5

Please sign in to comment.