conda create -n relightmoe python=3.10
conda activate relightmoe
pip install -r requirements.txt
pip install -U huggingface_hub
Now you can have a try!
python app.py --lora_dir "your lora dir"
5 commits
conda create -n relightmoe python=3.10
conda activate relightmoe
pip install -r requirements.txt
pip install -U huggingface_hub
Now you can have a try!
python app.py --lora_dir "your lora dir"
5 commits
Python
99.4%