kijai / ComfyUI-LuminaWrapper

MIT License
156 stars 6 forks source link

Lumina ComfyUI error #12

Open JelloWizard opened 1 week ago

JelloWizard commented 1 week ago

Error occurred when executing DownloadAndLoadGemmaModel:

PyTorch SDPA requirements in Transformers are not met. Please install torch>=2.1.1.

sorry but can you help me solve this?

kijai commented 1 week ago

Your pytorch version is really old, what kind of comfy install are you using?

JelloWizard commented 1 week ago

Your pytorch version is really old, what kind of comfy install are you using?

ComfyUI_windows_portable

kijai commented 1 week ago

Updating pytorch for portable install can be done like this, run it in the ComfyUI_windows_portable -folder:

python_embeded\python.exe -m pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121