File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed
examples/images/diffusion Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -55,24 +55,7 @@ conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit
55
55
pip install transformers diffusers invisible-watermark
56
56
```
57
57
58
- #### Step 2: install lightning
59
-
60
- Install Lightning version later than 2022.01.04. We suggest you install lightning from source.
61
-
62
- ##### From Source
63
- ```
64
- git clone https://github.com/Lightning-AI/lightning.git
65
- pip install -r requirements.txt
66
- python setup.py install
67
- ```
68
-
69
- ##### From pip
70
-
71
- ```
72
- pip install pytorch-lightning==2.0.0rc0
73
- ```
74
-
75
- #### Step 3: Install [ Colossal-AI] ( https://colossalai.org/download/ ) From Our Official Website
58
+ #### Step 2: Install [ Colossal-AI] ( https://colossalai.org/download/ ) From Our Official Website
76
59
77
60
##### From pip
78
61
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN git clone https://github.com/NVIDIA/apex && \
15
15
# && cd ./ColossalAI \
16
16
# && pip install -v --no-cache-dir .
17
17
18
- RUN pip install colossalai==0.1.12+torch1.12cu11.3 -f https://release.colossalai.org
18
+ RUN pip install colossalai
19
19
20
20
21
21
# install titans
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ pip install transformers diffusers invisible-watermark
10
10
11
11
CUDA_EXT=1 pip install colossalai
12
12
13
- pip install pytorch-lightning
14
-
15
13
wget https://huggingface.co/stabilityai/stable-diffusion-2-base/resolve/main/512-base-ema.ckpt
16
14
17
15
python main.py --logdir /tmp --train --base configs/Teyvat/train_colossalai_teyvat.yaml --ckpt 512-base-ema.ckpt
You can’t perform that action at this time.
0 commit comments