mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-02-02 12:24:27 +01:00
run black again
This commit is contained in:
@@ -188,7 +188,8 @@ class SamplingPipeline:
|
||||
# This supports development installs where configs is root level of the repo
|
||||
if config_path is None:
|
||||
config_path = (
|
||||
pathlib.Path(__file__).parent.parent.parent.resolve() / "configs/inference"
|
||||
pathlib.Path(__file__).parent.parent.parent.resolve()
|
||||
/ "configs/inference"
|
||||
)
|
||||
raise ValueError(
|
||||
f"Config {self.config} not found, check model spec or config_path"
|
||||
|
||||
Reference in New Issue
Block a user