Skip to content

ModuleNotFoundError: No module named 'dreamlite' #14

@zhaojigang

Description

@zhaojigang

windows 安装步骤如下:
2 cd D:\ai\self_use_package
3 git clone https://github.com/ByteVisionLab/DreamLite.git
4 cd DreamLite
5 conda create -n dreamlite_env python=3.10 -y
6 conda activate dreamlite_env
7 pip install -r requirements.txt
8 pip list
9 pip uninstall torch torchvision
10 pip install torch torchvision --index-url https://download.pytorch.org/whl/cu126
11 pip list
12 hf download carlofkl/DreamLite-base --local-dir models/DreamLite-base --token xxx
13 hf download carlofkl/DreamLite-mobile --local-dir models/DreamLite-mobile --token xxx
14 python tools/app.py 此时报错 ModuleNotFoundError: No module named 'dreamlite'

详细报错信息:
Traceback (most recent call last):
File "D:\ai\self_use_package\DreamLite\tools\app.py", line 21, in
from dreamlite import DreamLitePipeline
ModuleNotFoundError: No module named 'dreamlite'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions