Tolga commited on
Commit
97f4db3
1 Parent(s): 360bc91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -4,13 +4,19 @@ tags:
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
- ### TolgaDreamsInBooth_concept Dreambooth model trained by tkurtulus 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
- 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)
12
-
13
- Sample prompt:
14
 
15
  detailed portrait of tkrut11 Holographic Futuristic sci-fi fashion cyberpunk, (neotokyo), synthwave, (aesthetics), futuristic, bladerunner movie scene by ismail inceoglu dragan bibin hans thoma greg rutkowski Alexandros Pyromallis Nekro Rene Margitte illustrated Perfect face, fine details, realistic shaded, fine-face, pretty face sharp chine
16
-
 
 
 
 
 
 
 
 
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
+ ### "TolgaDreamsInBooth" is fine-tuned version of Dreambooth text-to-image model
8
 
9
+ - This model trained with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
10
+ - Labelled myself as "tkrut11" while training. You can use this label to create my portrait based images.
11
 
12
+ # Sample prompt:
 
 
 
13
 
14
  detailed portrait of tkrut11 Holographic Futuristic sci-fi fashion cyberpunk, (neotokyo), synthwave, (aesthetics), futuristic, bladerunner movie scene by ismail inceoglu dragan bibin hans thoma greg rutkowski Alexandros Pyromallis Nekro Rene Margitte illustrated Perfect face, fine details, realistic shaded, fine-face, pretty face sharp chine
15
+
16
+ External usage :
17
+
18
+ ```python
19
+ from diffusers import DiffusionPipeline
20
+
21
+ pipeline = DiffusionPipeline.from_pretrained("tkurtulus/tolgadreamsinbooth-concept")
22
+ ```