Closed greengerong closed 2 months ago
Yes, this error was left over from my testing of NF4. You can delete that line of code or update to the latest plugin,
你的repo_id文件是什么结构 能看一下么
├──any_path/black-forest-labs/FLUX.1-dev | ├──model_index.json | ├──ae.safetensors | --- ├──vae | ├── config.json | ├── diffusion_pytorch_model.safetensors | --- ├──transformer | ├── config.json | ├──diffusion_pytorch_model-00001-of-00003.safetensors | ├──diffusion_pytorch_model-00002-of-00003.safetensors | ├──diffusion_pytorch_model-00003-of-00003.safetensors | ├── diffusion_pytorch_model.safetensors.index.json | --- ├──tokenizer | ├── special_tokens_map.json | ├── tokenizer_config.json | ├── vocab.json | ├── merges.txt | --- ├──tokenizer_2 | ├── special_tokens_map.json | ├── tokenizer_config.json | ├── spiece.model | ├── tokenizer.json | --- ├── text_encoder | ├── config.json | ├── model.safetensors | --- ├── text_encoder_2 | ├── config.json | ├── model-00001-of-00002.safetensors | ├── model-00002-of-00002.safetensors | ├── model.safetensors.index.json | --- ├── scheduler | ├── scheduler_config.json
NF4.
thanks, this issue fixed。but it seem to 24G isn't enough, out of memory. Also tried the NF4 version.
flux-pulid need more VRAM,but, nf4 maybe can try 10G or 8G...
flux-pulid need more VRAM,but, nf4 maybe can try 10G or 8G...
NF4 also out of memory。 workflow :
error:
if using nf4,need fill nf4 in easy function,However, the PULID of NF4 can currently only generate noise, so it is not recommended to use it
if using nf4,need fill nf4 in easy function,However, the PULID of NF4 can currently only generate noise, so it is not recommended to use it
thanks
How to solve this issue:
I had install new version diffusers :
pip install git+https://github.com/huggingface/diffusers.git
.