littlelittlecloud commited on
Commit
b5e8cda
·
1 Parent(s): 5ed6565

rename README

Browse files
Files changed (1) hide show
  1. ReadMe.md +0 -20
ReadMe.md DELETED
@@ -1,20 +0,0 @@
1
- # StableDiffusion 2.* in dotnet
2
-
3
- This project serves as a proof-of-concept purpose of bringing StableDiffusion model into dotnet. In the unet part, this implementation uses a traced DDPM model of v2-inference-v config with pretrained v2-1_768-ema-pruned weight. And in sampling part, this project implements a simplified version of DDIM sampler.
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](0.png)
17
-
18
- ---
19
- license: mit
20
- ---