Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The masks of the evaluation set are shared in [Google Drive](https://drive.googl
* See 'requirements.txt' for detailed Python libraries required

```bash
conda create -n moebius python=3.14.4
conda create -n moebius python=3.12
conda activate moebius
# cd /xx/xx/Moebius
pip install -r requirements.txt
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
torch==2.7.1+cu130
torchvision
--extra-index-url https://download.pytorch.org/whl/cu128
torch==2.7.1+cu128
torchvision==0.22.1+cu128
diffusers==0.38.0
transformers
accelerate==1.14.0
Expand Down