Guizmus commited on
Commit
6eecb7b
1 Parent(s): 09b943a

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +63 -61
  2. showcase.jpg +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  language:
3
  - en
4
  license: creativeml-openrail-m
5
- thumbnail: "https://huggingface.co/Guizmus/PoW_Something/resolve/main/showcase.jpg"
6
  tags:
7
  - stable-diffusion
8
  - text-to-image
@@ -10,7 +10,7 @@ tags:
10
  ---
11
  # PoW : Something
12
 
13
- ![Showcase](https://huggingface.co/Guizmus/PoW_Something/resolve/main/showcase.jpg)
14
 
15
  ## Theme
16
 
@@ -43,73 +43,75 @@ Let’s take the first step together.
43
 
44
  This is a model related to the "Picture of the Week" contest on Stable Diffusion discord.
45
 
46
- I try to make a model out of all the submission for people to continue enjoy the theme after the even, and see a little of their designs in other people's creations. The token stays "PoW Style" and I balance the learning on the low side, so that it doesn't just replicate creations.
47
 
48
- The total dataset is made of 50 pictures. It was trained on [Stable diffusion 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5). I used [EveryDream](https://github.com/victorchall/EveryDream2trainer) to do the training, 100 total repeat per picture. The pictures were tagged using the token "PoW Style", and an arbitrary token I choose. The dataset is provided below, as well as a list of usernames and their corresponding token.
49
 
50
  The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
51
 
52
  ## Trained tokens
53
 
54
- * PoW Style
55
- * Token "ofi" corresponds to the user "dunkeroni"
56
- * Token "mohd" corresponds to the user "DrSen"
57
- * Token "rmb" corresponds to the user "FoodOfTheGods"
58
- * Token "dca" corresponds to the user "owleye"
59
- * Token "muc" corresponds to the user "LeafsPa"
60
- * Token "onex" corresponds to the user "Lew39"
61
- * Token "toid" corresponds to the user "Ainvas"
62
- * Token "sura" corresponds to the user "tazi"
63
- * Token "juli" corresponds to the user "Only-story"
64
- * Token "veli" corresponds to the user "Horvallis"
65
- * Token "gsp" corresponds to the user "Akumetsu971"
66
- * Token "tux" corresponds to the user "katmoget"
67
- * Token "tvc" corresponds to the user "dony"
68
- * Token "pbc" corresponds to the user "scottie"
69
- * Token "pgs" corresponds to the user "piscabo"
70
- * Token "rps" corresponds to the user "Junglerally"
71
- * Token "dbz" corresponds to the user "Overduet"
72
- * Token "soca" corresponds to the user "DylanWalker"
73
- * Token "suru" corresponds to the user "IkariDev"
74
- * Token "nips" corresponds to the user "espasmo"
75
- * Token "rune" corresponds to the user "Onusai"
76
- * Token "pafc" corresponds to the user "vcm07"
77
- * Token "nlwx" corresponds to the user "sometimes"
78
- * Token "fck" corresponds to the user "bWm_nubby"
79
- * Token "cae" corresponds to the user "Kazzear"
80
- * Token "sohn" corresponds to the user "Brainlasher"
81
- * Token "dori" corresponds to the user "Tdg8uU"
82
- * Token "zawa" corresponds to the user "Nerfgun3"
83
- * Token "revs" corresponds to the user "ResidentChiefNZ"
84
- * Token "hmv" corresponds to the user "ミカ"
85
- * Token "whoo" corresponds to the user "Libra "
86
- * Token "asar" corresponds to the user "millennium_gun"
87
- * Token "blob" corresponds to the user "crazykazoo "
88
- * Token "xiao" corresponds to the user "Deez Games"
89
- * Token "kilt" corresponds to the user "Eface"
90
- * Token "ulf" corresponds to the user "Havok"
91
- * Token "loeb" corresponds to the user "Cryonicus"
92
- * Token "bnha" corresponds to the user "NorTroll"
93
- * Token "gote" corresponds to the user "Vil"
94
- * Token "omd" corresponds to the user "wpatzz"
95
- * Token "adl" corresponds to the user "Eppinette-Chi"
96
- * Token "shld" corresponds to the user "xxab"
97
- * Token "waj" corresponds to the user "Phaff"
98
- * Token "sown" corresponds to the user "King Pendragon"
99
- * Token "rcn" corresponds to the user "Guizmus"
100
- * Token "httr" corresponds to the user "Jordan~~"
101
- * Token "dits" corresponds to the user "bitspirit3"
102
- * Token "hta" corresponds to the user "SirVeggie"
103
- * Token "lun" corresponds to the user "xThIsIsBoToXx"
104
- * Token "olis" corresponds to the user "CesarAI"
105
 
106
  ## Download links
107
 
108
- [SafeTensors](https://huggingface.co/Guizmus/PoW_Something/resolve/main/PoWStyle-Something.safetensors)
109
 
110
- [CKPT](https://huggingface.co/Guizmus/PoW_Something/resolve/main/PoWStyle-Something.ckpt)
111
 
112
- [Dataset](https://huggingface.co/Guizmus/PoW_Something/resolve/main/PoWStyle-Something.zip)
 
 
113
 
114
  ## 🧨 Diffusers
115
 
@@ -122,12 +124,12 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
122
  from diffusers import StableDiffusionPipeline
123
  import torch
124
 
125
- model_id = "Guizmus/PoW_Something"
126
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
127
  pipe = pipe.to("cuda")
128
 
129
- prompt = "PoW Style sown"
130
  image = pipe(prompt).images[0]
131
 
132
- image.save("./PoWStyle.png")
133
  ```
 
2
  language:
3
  - en
4
  license: creativeml-openrail-m
5
+ thumbnail: "https://huggingface.co/Guizmus/SDArt_something/resolve/main/showcase.jpg"
6
  tags:
7
  - stable-diffusion
8
  - text-to-image
 
10
  ---
11
  # PoW : Something
12
 
13
+ ![Showcase](https://huggingface.co/Guizmus/SDArt_something/resolve/main/showcase.jpg)
14
 
15
  ## Theme
16
 
 
43
 
44
  This is a model related to the "Picture of the Week" contest on Stable Diffusion discord.
45
 
46
+ I try to make a model out of all the submission for people to continue enjoy the theme after the even, and see a little of their designs in other people's creations. The token stays "SDArt" and I balance the learning on the low side, so that it doesn't just replicate creations.
47
 
48
+ The total dataset is made of 50 pictures. It was trained on [Stable diffusion 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5). I used [EveryDream](https://github.com/victorchall/EveryDream2trainer) to do the training, 100 total repeat per picture. The pictures were tagged using the token "SDArt", and an arbitrary token I choose. The dataset is provided below, as well as a list of usernames and their corresponding token.
49
 
50
  The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
51
 
52
  ## Trained tokens
53
 
54
+ * SDArt
55
+ * ohwx
56
+ * aten
57
+ * fcu
58
+ * cees
59
+ * chor
60
+ * cmdr
61
+ * mth
62
+ * nrf
63
+ * elio
64
+ * gani
65
+ * pfa
66
+ * kprc
67
+ * kuro
68
+ * ndi
69
+ * asot
70
+ * bsp
71
+ * psst
72
+ * sqm
73
+ * irgc
74
+ * guyz
75
+ * hela
76
+ * iru
77
+ * lexa
78
+ * dany
79
+ * lpg
80
+ * mede
81
+ * mib
82
+ * aroa
83
+ * avel
84
+ * vaw
85
+ * zaki
86
+ * nigh
87
+ * niu
88
+ * guin
89
+ * urd
90
+ * vini
91
+ * pz
92
+ * crit
93
+ * siam
94
+ * spon
95
+ * taku
96
+ * ufos
97
+ * phol
98
+ * uzzi
99
+ * vaca
100
+ * dds
101
+ * yel
102
+ * pte
103
+ * oxi
104
+ * yte
105
 
106
  ## Download links
107
 
108
+ [SafeTensors](https://huggingface.co/Guizmus/SDArt_something/resolve/main/SDArt_Something.safetensors)
109
 
110
+ [CKPT](https://huggingface.co/Guizmus/SDArt_something/resolve/main/SDArt_Something.ckpt)
111
 
112
+ [Dataset](https://huggingface.co/Guizmus/SDArt_something/resolve/main/dataset.zip)
113
+
114
+ [Old version](https://huggingface.co/Guizmus/SDArt_something/resolve/main/PoWStyle-Something.safetensors)
115
 
116
  ## 🧨 Diffusers
117
 
 
124
  from diffusers import StableDiffusionPipeline
125
  import torch
126
 
127
+ model_id = "Guizmus/SDArt_something"
128
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
129
  pipe = pipe.to("cuda")
130
 
131
+ prompt = "SDArt oxi"
132
  image = pipe(prompt).images[0]
133
 
134
+ image.save("./SDArt.png")
135
  ```
showcase.jpg CHANGED

Git LFS Details

  • SHA256: a5ee0dd712cdb1a7c19b7d707face727056a4bdea5771a2b8a82dc2f6da85105
  • Pointer size: 132 Bytes
  • Size of remote file: 2.48 MB

Git LFS Details

  • SHA256: d0f29f8cd91e8b0de67138617f9884de19cf1606ef8e196185429fe85bd0ce18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB