diffusers removed config_files api: https://github.com/huggingface/diffusers/issues/6819#issuecomment-1928396112
This commit is contained in:
@@ -52,7 +52,7 @@ class SD(DiffusionInpaintModel):
|
||||
self.model_id_or_path,
|
||||
torch_dtype=torch_dtype,
|
||||
load_safety_checker=not disable_nsfw_checker,
|
||||
config_files=get_config_files(),
|
||||
original_config_file=get_config_files()['v1'],
|
||||
**model_kwargs,
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user