Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Value not in list: #27

Open
jazzjackrabbit-exe opened this issue Nov 24, 2024 · 4 comments
Open

- Value not in list: #27

jazzjackrabbit-exe opened this issue Nov 24, 2024 · 4 comments

Comments

@jazzjackrabbit-exe
Copy link

Keep getting this error

  • Value not in list: clip_path: 'PixArt-XL-2-1024-MS/text_encoder/model-00001-of-00002.safetensors' not in ['PixArt-XL-2-1024-MS\text_encoder\model-00001-of-00002.safetensors', 'PixArt-XL-2-1024-MS\text_encoder\model-00002-of-00002.safetensors', 'PixArt-XL-2-1024-MS\transformer\diffusion_pytorch_model.safetensors', 'PixArt-XL-2-1024-MS\vae\diffusion_pytorch_model.safetensors']
@kvochko
Copy link
Member

kvochko commented Nov 24, 2024

Looks like you are running the node on a windows machine, hence the difference in path separators between the published workflow and your file. Please select one of the files (e.g. PixArt-XL-2-1024-MS\text_encoder\model-00001-of-00002.safetensors') from a dropdown list in the clip loader node.

@jazzjackrabbit-exe
Copy link
Author

jazzjackrabbit-exe commented Nov 24, 2024

thanks for fast answer! Unfortunately already tried it and getting this in command prompt, after this displays i can only close cmd window.

FETCH DATA from: A:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
got prompt
model_type FLOW
A:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\functional.py:534: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\TensorShape.cpp:3596.)
  return _VF.meshgrid(tensors, **kwargs)  # type: ignore[attr-defined]
model_type FLOW
Loading checkpoint shards:   0%|                                                                 | 0/2 [00:00<?, ?it/s]
A:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable>pause
Press any key to continue . . .

@kvochko
Copy link
Member

kvochko commented Nov 24, 2024

You might not have enough memory to load this model. If you have an up-to-date version of ComfyUI, you can use a regular CLIPLoader node with an fp16 t5xxl model: #10 (comment)

@jazzjackrabbit-exe
Copy link
Author

Well tried almost all and I was able to run only Lightricks LTX-Video Model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants