lllyasviel / lllyasviel/FramePack

ImportError

Open
#358 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
17.3k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Hello, I'm not a coder but good at following directions. I have used other AI stuff on my pc but am unsure how to get this to work.

I found out about this from this video here: https://www.youtube.com/watch?v=GywyMij88rY and after following the "manual install" instructions here I get this error

Idk if I've done something wrong, as before this i did not have anything show up in my console for a " nvcc --version" until after i installed the toolkit for my first time. Again, since I'm not a coder i follow instructions, but latter noticed that on your GitHub it doesn't mention for windows saying that I even need any of this. Is this info that is outdated? have i made it that I can no longer use this program? Is there any fix for this that wont require a system reset?

```Traceback (most recent call last):
File "G:\Image To Video\framepack_cu126_torch26\webui\demo_gradio.py", line 17, in
from diffusers import AutoencoderKLHunyuanVideo
File "G:\Image To Video\framepack_cu126_torch26\system\python\lib\site-packages\diffusers\__init__.py", line 5, in
from .utils import (
File "G:\Image To Video\framepack_cu126_torch26\system\python\lib\site-packages\diffusers\utils\__init__.py", line 21, in
from .constants import (
File "G:\Image To Video\framepack_cu126_torch26\system\python\lib\site-packages\diffusers\utils\constants.py", line 59, in
dep_version_check("peft")
File "G:\Image To Video\framepack_cu126_torch26\system\python\lib\site-packages\diffusers\dependency_versions_check.py", line 34, in dep_version_check
require_version(deps[pkg], hint)
File "G:\Image To Video\framepack_cu126_torch26\system\python\lib\site-packages\diffusers\utils\versions.py", line 111, in require_version
_compare_versions(op, got_ver, want_ver, requirement, pkg, hint)
File "G:\Image To Video\framepack_cu126_torch26\system\python\lib\site-packages\diffusers\utils\versions.py", line 44, in _compare_versions
raise ImportError(
ImportError: peft>=0.6.0 is required for a normal functioning of this module, but found peft==0.6.0.dev0.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the manual installation instructions and the traceback from webui/demo_gradio.py, then inspect the reported diffusers dependency check for peft==0.6.0.dev0. Reproduce the import failure in the reported Windows setup and establish whether the installation guidance or dependency requirements are outdated. Done means the supported installation starts without this ImportError and the Windows instructions clearly describe the required setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.