PrarthanaTS commited on
Commit
6f1d4c1
1 Parent(s): 4358977

Upload 7 files

Browse files
Stable_Diffusion.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
learned_embeds_animal_toys.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb5ccfbc83d5ace36a89b4935211204e2b951e3a13652a206458375c66777e6
3
+ size 4864
learned_embeds_fftstyle.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0c4496fcf6115b40aea03e2bbe44ee4e0e8d34e05aea7943fabbbb96d47a2d
3
+ size 3840
learned_embeds_midjourney_style.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4865a5d2ecd012985940748023fd80e4fd299837f1dccedb85ee83be5bb1f957
3
+ size 3819
learned_embeds_oil_style.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754d7d9c1fcdc7e05fd273f21e77b05bc89a4ba25415d24de1286f1fbdf9e0c7
3
+ size 3840
learned_embeds_space-style.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aee0b0515a46c90615e87ba6a257547c551a0b88eba8ae484554371834fbeff0
3
+ size 3840
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ numpy
3
+ pillow
4
+ torchsummary
5
+ transformers==4.25.1
6
+ diffusers
7
+ ftfy
8
+ accelerate
9
+ torchvision
10
+ scipy
11
+ tqdm
12
+ gradio
13
+ opencv-python