OrangeSodahub / SceneCraft

[NeurIPS 2024] SceneCraft: Layout-Guided 3D Scene Generation
https://orangesodahub.github.io/SceneCraft/
MIT License
124 stars 10 forks source link

environment #6

Open liluoqaq opened 5 hours ago

liluoqaq commented 5 hours ago

Could you please announce the versions of the packages in your Python environment? The versions of some packages I have installed are not being imported properly

OrangeSodahub commented 4 hours ago

Hi, could you provide specific logs?

liluoqaq commented 2 hours ago

from diffusers.utils import DIFFUSERS_CACHE, HF_HUB_OFFLINE, SAFETENSORS_WEIGHTS_NAME, is_accelerate_available, version ImportError: cannot import name 'DIFFUSERS_CACHE' from 'diffusers.utils 。 Can you help me solve this problem

OrangeSodahub commented 1 hour ago

Please try diffusers==0.20.x or 0.21.x according to your torch version. BTW, you could also report here which version you're using.

liluoqaq commented 1 hour ago

Now I am using diffusers = 0.20.1, torch = 2.0.1, python = 3.9, but some packages still can't be imported. May I ask which versions of diffusers, torch, and python you are using?