Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
fabed0df
Unverified
Commit
fabed0df
authored
Nov 09, 2022
by
Fazzie-Maqianli
Committed by
GitHub
Nov 09, 2022
Browse files
Merge pull request #1842 from feifeibear/jiarui/polish
[example] polish diffusion readme
parents
4ac7d3ec
27211d62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
23 deletions
+19
-23
examples/images/diffusion/README.md
examples/images/diffusion/README.md
+19
-23
No files found.
examples/images/diffusion/README.md
View file @
fabed0df
...
...
@@ -39,18 +39,16 @@ pip install transformers==4.19.2 diffusers invisible-watermark
pip install -e .
```
### Install Colossal-AI
### Install [Colossal-AI v0.1.10](https://colossalai.org/download/) From Our Official Website
```
git clone https://github.com/hpcaitech/ColossalAI.git
git checkout v0.1.10
pip install .
pip install colossalai==0.1.10+torch1.11cu11.3 -f https://release.colossalai.org
```
### Install Colossal-AI [Lightning](https://github.com/Lightning-AI/lightning)
### Install [Lightning](https://github.com/Lightning-AI/lightning)
We use the Sep. 2022 version with commit id as
`b04a7aa`
.
```
git clone
-b colossalai
https://github.com/
Fazziekey/lightning.git
pip install .
git clone https://github.com/
Lightning-AI/lightning && cd lightning && git reset --hard b04a7aa
pip install -r requirements.txt &&
pip install .
```
## Dataset
...
...
@@ -112,5 +110,3 @@ Thanks for open-sourcing!
year={2022}
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment