mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
remove redundant allow_patterns (#2130)
This commit is contained in:
@@ -485,10 +485,7 @@ class DiffusionPipeline(ConfigMixin):
|
||||
if from_flax:
|
||||
ignore_patterns = ["*.bin", "*.safetensors"]
|
||||
allow_patterns += [
|
||||
SCHEDULER_CONFIG_NAME,
|
||||
CONFIG_NAME,
|
||||
FLAX_WEIGHTS_NAME,
|
||||
cls.config_name,
|
||||
]
|
||||
|
||||
if custom_pipeline is not None:
|
||||
|
||||
Reference in New Issue
Block a user