Skip to content

Commit

Permalink
disable legacy highres system by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Interpause committed Apr 8, 2023
1 parent 272e184 commit 1433721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/krita/krita_diff/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Defaults:
alt_dock_behavior: bool = False
hide_layers: bool = True
no_groups: bool = False
disable_sddebz_highres: bool = False
disable_sddebz_highres: bool = True

sd_model_list: List[str] = field(default_factory=lambda: [ERROR_MSG])
sd_model: str = "model.ckpt"
Expand Down

0 comments on commit 1433721

Please sign in to comment.