DiffusionLight / DiffusionLight-LoRA-Trainer

Training code for LoRA using in DiffusionLight
MIT License
9 stars 3 forks source link

Missing file: envmap.py #1

Closed Jerrypiglet closed 6 months ago

Jerrypiglet commented 7 months ago

Hi there, the file envmap.py seems to be missing, which includes functions/classes of EnvironmentMap, rotation_matrix which are needed in train_lora_utils_final.py. Would it be possible to upload this file as well? Thanks a lot!

pureexe commented 7 months ago

envmap is not a part of our code. It's a part of skylibs.

You can install skylibs by using a command:

pip install skylibs

once you install skylibs, you can use import envmap

By the way, i recommend to setup our environment as Installation guide

Jerrypiglet commented 7 months ago

Now I see the repo is sharing packages with the main repo. Thanks for the prompt response!