Gourieff commited on
Commit
3e3bbb7
1 Parent(s): 292f4a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -4,10 +4,33 @@ tags:
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
- ### rob-hefferan-style-v1.1 Dreambooth model trained by Gourieff with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
8
 
 
9
 
10
- 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)
 
 
11
 
12
- Sample pictures of this concept:
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
+ ## p-AI-nter -- v0.2
8
 
9
+ Core model is SD-1.5, trained on artworks of different painters (Rob Hefferan, Anna Marinova, Omar Ortiz, Thomas Saliot, Serge Marshennikov). Use the token 'oil painting' 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/p-AI-nter_v0.2/resolve/main/sample_images/01.jpg)
18
+ ![1](https://huggingface.co/Gourieff/p-AI-nter_v0.2/resolve/main/sample_images/02.jpg)
19
+ ![2](https://huggingface.co/Gourieff/p-AI-nter_v0.2/resolve/main/sample_images/03.jpg)
20
+ ![3](https://huggingface.co/Gourieff/p-AI-nter_v0.2/resolve/main/sample_images/04.jpg)
21
+
22
+ ## Prompt and settings for samples
23
+
24
+ ```
25
+ oil painting, portrait of (beautiful woman)+, dress, medium breast, brunette, 8k, ultra high quality, (highly detailed face)+++, (ultra realistic eyes)++, interior on background, bokeh, cinematic light
26
+ ```
27
+
28
+ __negative:__
29
+ ```
30
+ Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, extra limb, ugly, poorly drawn hands, missing limb, blurry, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, mutated hands and fingers, fat, overweight, multiple heads, group of people
31
+ ```
32
+
33
+ * Steps: 50
34
+ * Scale: 9
35
+ * Sampler: Euler_A
36
+ - - -