littlelittlecloud commited on
Commit
88b19f0
1 Parent(s): d3729ee

update README

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -4,16 +4,18 @@ This project serves as a proof-of-concept purpose of bringing StableDiffusion mo
4
 
5
  # To run the project
6
 
7
- - firstly, download model weight by
8
 
9
- `git lfs clone`
 
 
10
 
11
  - secondly
12
 
13
  `dotnet run`
14
 
15
  # Example output
16
- ![a cute wild blue cat](cat.png)
17
 
18
  ---
19
  license: mit
 
4
 
5
  # To run the project
6
 
7
+ - firstly, clone project and download model weight by
8
 
9
+ `git lfs install`
10
+ `git clone https://huggingface.co/LittleLittleCloud/StableDiffusion-v2-torchsharp`
11
+ ``
12
 
13
  - secondly
14
 
15
  `dotnet run`
16
 
17
  # Example output
18
+ ![a wild cute green cat](cat.png)
19
 
20
  ---
21
  license: mit