Upload 15 files (#2)
Browse files- Upload 15 files (7f8a9d75806d62bb144aa57c4f62db3acf925275)
- Upload 2 files (b61025376768da11b29faf7cf6ae5c2a3cd7b755)
- Delete PoWStyle-Somewhere.ckpt (5418dd7c98be816c97e831cd26adb0e16c5b632e)
- Delete PoWStyle-Somewhere.zip (bb040ae0e1bbbf938cea2c25a479a9d4fb8cd849)
- README.md +59 -57
- PoWStyle-Somewhere.ckpt → SDArt_somewhere.ckpt +1 -1
- SDArt_somewhere.safetensors +3 -0
- PoWStyle-Somewhere.zip → dataset.zip +2 -2
- showcase.jpg +2 -2
- text_encoder/pytorch_model.bin +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: creativeml-openrail-m
|
| 5 |
-
thumbnail: "https://huggingface.co/Guizmus/
|
| 6 |
tags:
|
| 7 |
- stable-diffusion
|
| 8 |
- text-to-image
|
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
---
|
| 11 |
# PoW : Somewhere
|
| 12 |
|
| 13 |
-
. I used [EveryDream](https://github.com/victorchall/EveryDream2trainer) to do the training, 100 total repeat per picture. The pictures were tagged using the token "
|
| 44 |
|
| 45 |
The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
|
| 46 |
|
| 47 |
## Trained tokens
|
| 48 |
|
| 49 |
-
*
|
| 50 |
-
*
|
| 51 |
-
*
|
| 52 |
-
*
|
| 53 |
-
*
|
| 54 |
-
*
|
| 55 |
-
*
|
| 56 |
-
*
|
| 57 |
-
*
|
| 58 |
-
*
|
| 59 |
-
*
|
| 60 |
-
*
|
| 61 |
-
*
|
| 62 |
-
*
|
| 63 |
-
*
|
| 64 |
-
*
|
| 65 |
-
*
|
| 66 |
-
*
|
| 67 |
-
*
|
| 68 |
-
*
|
| 69 |
-
*
|
| 70 |
-
*
|
| 71 |
-
*
|
| 72 |
-
*
|
| 73 |
-
*
|
| 74 |
-
*
|
| 75 |
-
*
|
| 76 |
-
*
|
| 77 |
-
*
|
| 78 |
-
*
|
| 79 |
-
*
|
| 80 |
-
*
|
| 81 |
-
*
|
| 82 |
-
*
|
| 83 |
-
*
|
| 84 |
-
*
|
| 85 |
-
*
|
| 86 |
-
*
|
| 87 |
-
*
|
| 88 |
-
*
|
| 89 |
-
*
|
| 90 |
-
*
|
| 91 |
-
*
|
| 92 |
-
*
|
| 93 |
-
*
|
| 94 |
-
*
|
| 95 |
-
*
|
| 96 |
|
| 97 |
## Download links
|
| 98 |
|
| 99 |
-
[SafeTensors](https://huggingface.co/Guizmus/
|
| 100 |
|
| 101 |
-
[CKPT](https://huggingface.co/Guizmus/
|
| 102 |
|
| 103 |
-
[Dataset](https://huggingface.co/Guizmus/
|
|
|
|
|
|
|
| 104 |
|
| 105 |
## 🧨 Diffusers
|
| 106 |
|
|
@@ -113,12 +115,12 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
|
|
| 113 |
from diffusers import StableDiffusionPipeline
|
| 114 |
import torch
|
| 115 |
|
| 116 |
-
model_id = "Guizmus/
|
| 117 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 118 |
pipe = pipe.to("cuda")
|
| 119 |
|
| 120 |
-
prompt = "
|
| 121 |
image = pipe(prompt).images[0]
|
| 122 |
|
| 123 |
-
image.save("./
|
| 124 |
```
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: creativeml-openrail-m
|
| 5 |
+
thumbnail: "https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/showcase.jpg"
|
| 6 |
tags:
|
| 7 |
- stable-diffusion
|
| 8 |
- text-to-image
|
|
|
|
| 10 |
---
|
| 11 |
# PoW : Somewhere
|
| 12 |
|
| 13 |
+

|
| 14 |
|
| 15 |
## Theme
|
| 16 |
|
|
|
|
| 38 |
|
| 39 |
This is a model related to the "Picture of the Week" contest on Stable Diffusion discord.
|
| 40 |
|
| 41 |
+
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.
|
| 42 |
|
| 43 |
+
The total dataset is made of 46 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.
|
| 44 |
|
| 45 |
The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
|
| 46 |
|
| 47 |
## Trained tokens
|
| 48 |
|
| 49 |
+
* SDArt
|
| 50 |
+
* agne
|
| 51 |
+
* ohwx
|
| 52 |
+
* bnp
|
| 53 |
+
* atum
|
| 54 |
+
* aved
|
| 55 |
+
* bsf
|
| 56 |
+
* aten
|
| 57 |
+
* fcu
|
| 58 |
+
* cees
|
| 59 |
+
* chor
|
| 60 |
+
* cna
|
| 61 |
+
* nrf
|
| 62 |
+
* elio
|
| 63 |
+
* gani
|
| 64 |
+
* pfa
|
| 65 |
+
* kprc
|
| 66 |
+
* kuro
|
| 67 |
+
* asot
|
| 68 |
+
* elis
|
| 69 |
+
* bsp
|
| 70 |
+
* psst
|
| 71 |
+
* sqm
|
| 72 |
+
* irgc
|
| 73 |
+
* byes
|
| 74 |
+
* dany
|
| 75 |
+
* lpg
|
| 76 |
+
* miro
|
| 77 |
+
* avel
|
| 78 |
+
* vaw
|
| 79 |
+
* zaki
|
| 80 |
+
* guin
|
| 81 |
+
* pz
|
| 82 |
+
* reys
|
| 83 |
+
* crit
|
| 84 |
+
* doa
|
| 85 |
+
* suma
|
| 86 |
+
* taku
|
| 87 |
+
* ufos
|
| 88 |
+
* phol
|
| 89 |
+
* vedi
|
| 90 |
+
* dds
|
| 91 |
+
* weho
|
| 92 |
+
* pte
|
| 93 |
+
* oxi
|
| 94 |
+
* yuck
|
| 95 |
+
* zas
|
| 96 |
|
| 97 |
## Download links
|
| 98 |
|
| 99 |
+
[SafeTensors](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/SDArt_somewhere.safetensors)
|
| 100 |
|
| 101 |
+
[CKPT](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/SDArt_somewhere.ckpt)
|
| 102 |
|
| 103 |
+
[Dataset](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/dataset.zip)
|
| 104 |
+
|
| 105 |
+
[Old version](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/PoWStyle-Somewhere.safetensors)
|
| 106 |
|
| 107 |
## 🧨 Diffusers
|
| 108 |
|
|
|
|
| 115 |
from diffusers import StableDiffusionPipeline
|
| 116 |
import torch
|
| 117 |
|
| 118 |
+
model_id = "Guizmus/SDArt_somewhere"
|
| 119 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 120 |
pipe = pipe.to("cuda")
|
| 121 |
|
| 122 |
+
prompt = "SDArt yuck"
|
| 123 |
image = pipe(prompt).images[0]
|
| 124 |
|
| 125 |
+
image.save("./SDArt.png")
|
| 126 |
```
|
PoWStyle-Somewhere.ckpt → SDArt_somewhere.ckpt
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2132856622
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:531cce04eb18fea6808215509f008ffa80d4068711498ed4bec846a0dd5cc054
|
| 3 |
size 2132856622
|
SDArt_somewhere.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f07692c110b39aa72d5e80a8727bc6969297075d913ce3bfe000913dda529f2
|
| 3 |
+
size 2132625431
|
PoWStyle-Somewhere.zip → dataset.zip
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a194128a8c8e42609aeb23c7f940736f8a0828ba8e29d080ba098882c27b35d
|
| 3 |
+
size 2894881
|
showcase.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
text_encoder/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492308087
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a7b194de8391d72bbbb6a395e4532cb6d062c04e8d8929f52be3a6f84ccb73a
|
| 3 |
size 492308087
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438364325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4370a8c7057f4f0762f4122b6fcb12fd7213e95078ea9307dcf85113bae2fae
|
| 3 |
size 3438364325
|