Errors while loading model with Diffusers
Hi,
I'm trying to load the model with diffusers, with FluxPipeline.from_pretrained, and got some errors.
The first error was from the vae, when the config file name of the vae is vae_config.jason instead of config.json. So I renamed it locally.
The second error was for the tokenizer(which I didn't solve yet):
raise EnvironmentError(
OSError: Can't load tokenizer for '/root/.cache/huggingface/hub/models--imperatrona--flux-dev-fp8/snapshots/76e81036db0f0722cc03d1a21fbe4dbd7252d76e/tokenizer'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure '/root/.cache/huggingface/hub/models--imperatrona--flux-dev-fp8/snapshots/76e81036db0f0722cc03d1a21fbe4dbd7252d76e/tokenizer' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.