piEsposito
commited on
Commit
•
77cd454
1
Parent(s):
947bc23
Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,50 @@ It should also be very dreamboothable, being able to generate high fidelity face
|
|
17 |
|
18 |
Everything from [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), plus the fact that this is being built by two indie devs, so it was not extensively tested for new biases.
|
19 |
|
20 |
-
You can run this concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
Everything from [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5), plus the fact that this is being built by two indie devs, so it was not extensively tested for new biases.
|
19 |
|
20 |
+
You can run this concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb)
|
21 |
+
|
22 |
+
### Example prompts
|
23 |
+
|
24 |
+
- Prompt: photo of an old man in a jungle, looking at the camera
|
25 |
+
- CFG Scale: 7.5
|
26 |
+
- Scheduler: `diffusers.EulerAncestralDiscreteScheduler`
|
27 |
+
- Steps: 30
|
28 |
+
- Seed: 44
|
29 |
+
<img src="https://huggingface.co/22h/vintedois-diffusion-v0-1/resolve/main/44-euler-a-photo%20of%20an%20old%20man%20in%20a%20jungle%2C%20looking%20at%C2%A0the%C2%A0camera.png" width=512/>
|
30 |
+
|
31 |
+
- Prompt: kneeling cat knight, portrait, finely detailed armor, intricate design, silver, silk, cinematic lighting, 4k
|
32 |
+
- CFG Scale: 7.5
|
33 |
+
- Scheduler: `diffusers.EulerAncestralDiscreteScheduler`
|
34 |
+
- Steps: 50
|
35 |
+
- Seed: 44
|
36 |
+
<img src="https://huggingface.co/22h/vintedois-diffusion-v0-1/resolve/main/44-euler-a-kneeling%20cat%20knight%2C%20portrait%2C%20finely%20detailed%20armor%2C%20intricate%20design%2C%20silver%2C%20silk%2C%20cinematic%20lighting%2C%204k.png" width=512/>
|
37 |
+
|
38 |
+
|
39 |
+
- Prompt: a beautiful girl In front of the cabin, the country, by Artgerm Lau and Krenz Cushart,hyperdetailed, trending on artstation, trending on deviantart
|
40 |
+
- CFG Scale: 7.5
|
41 |
+
- Scheduler: `diffusers.EulerAncestralDiscreteScheduler`
|
42 |
+
- Steps: 50
|
43 |
+
- Seed: 44
|
44 |
+
<img src="https://huggingface.co/22h/vintedois-diffusion-v0-1/resolve/main/44-euler-a-a%20beautiful%20girl%20In%20front%20of%20the%20cabin%2C%20the%20country%2C%20by%20Artgerm%20Lau%20and%20Krenz%20Cushart%EF%BC%8Chyperdetailed%2C%20trending%20on%20artstation%2C%20tre.png" width=512/>
|
45 |
+
|
46 |
+
- Prompt: destroyed city
|
47 |
+
- CFG Scale: 7.5
|
48 |
+
- Scheduler: `diffusers.EulerAncestralDiscreteScheduler`
|
49 |
+
- Steps: 50
|
50 |
+
- Seed: 44
|
51 |
+
<img src="https://huggingface.co/22h/vintedois-diffusion-v0-1/resolve/main/44-euler-a-destroyed%20city.png" width=512/>
|
52 |
+
|
53 |
+
- Prompt: victorian city landscape
|
54 |
+
- CFG Scale: 7.5
|
55 |
+
- Scheduler: `diffusers.EulerAncestralDiscreteScheduler`
|
56 |
+
- Steps: 50
|
57 |
+
- Seed: 44
|
58 |
+
<img src="https://huggingface.co/22h/vintedois-diffusion-v0-1/resolve/main/44-euler-a-victorian%20city%20landscape.png" width=512/>
|
59 |
+
|
60 |
+
- Prompt: prehistoric native living room
|
61 |
+
- CFG Scale: 7.5
|
62 |
+
- Scheduler: `diffusers.EulerAncestralDiscreteScheduler`
|
63 |
+
- Steps: 50
|
64 |
+
- Seed: 44
|
65 |
+
<img src="https://huggingface.co/22h/vintedois-diffusion-v0-1/resolve/main/44-euler-a-prehistoric%20native%20living%20room.png" width=512/>
|
66 |
+
|