Update README.md
Browse files
README.md
CHANGED
@@ -4,18 +4,28 @@ tags:
|
|
4 |
- text-to-image
|
5 |
- stable-diffusion
|
6 |
---
|
7 |
-
|
8 |
|
|
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
Sample pictures of this concept:
|
14 |
-
|
15 |
|
|
|
16 |
|
17 |
![0](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/01.jpg)
|
18 |
![1](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/02.jpg)
|
19 |
![2](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/03.jpg)
|
20 |
![3](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/04.jpg)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
|
|
4 |
- text-to-image
|
5 |
- stable-diffusion
|
6 |
---
|
7 |
+
## Rob Hefferan style -- v1
|
8 |
|
9 |
+
This is the Dreambooth model trained on artworks of Rob Hefferan. Use the token 'rob-hefferan-style-v1' in your prompts for better effect.
|
10 |
|
11 |
+
Trained with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook.
|
12 |
+
Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb).
|
13 |
+
Or you can run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb).
|
|
|
|
|
14 |
|
15 |
+
## Sample pictures of this concept:
|
16 |
|
17 |
![0](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/01.jpg)
|
18 |
![1](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/02.jpg)
|
19 |
![2](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/03.jpg)
|
20 |
![3](https://huggingface.co/Gourieff/rob-hefferan-style-v1/resolve/main/sample_images/04.jpg)
|
21 |
+
|
22 |
+
## Prompt and settings for samples
|
23 |
+
|
24 |
+
rob-hefferan-style-v1, portrait of (beautiful woman)+, dress, medium breast, brunette, 8k, ultra high quality, (highly detailed face)+++, (ultra realistic eyes)++, interior on background, bokeh, cinematic lights
|
25 |
+
|
26 |
+
__negative:__ Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ((((mutated hands and fingers)))), (((out of frame))), frame, border, fat, overweight, (two heads), multiple heads, two faces, multiple faces, (multiple people), group of people, cloned face, bad proportions, jpeg artifacts, signature, watermark, username, artist name, text, cropped, worst quality, low quality, normal quality, ((cropped face)), ((strabismus))
|
27 |
+
|
28 |
+
* Steps: 50
|
29 |
+
* Scale: 9
|
30 |
+
* Sampler: Euler_A
|
31 |
|