TejasNavada commited on
Commit
d5c35c1
1 Parent(s): daeb441

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,6 +1,7 @@
1
 
2
  ---
3
  license: creativeml-openrail-m
 
4
  datasets:
5
  - Drozdik/tattoo_v3
6
  tags:
@@ -11,12 +12,11 @@ tags:
11
  inference: true
12
  ---
13
 
14
- # Text-to-image diffusion - TejasNavada/tattoo-diffusion
15
 
16
- This pipeline was trained on the **Drozdik/tattoo_v3** dataset. Below are some example images generated with the finetuned pipeline using the following prompts:
17
- ['a dragon on a white background', ' a fiery skull', 'a skull', 'a face', 'a snake and skull']
18
 
19
- ![val_imgs_grid](./samples/0029.png)
20
 
21
 
22
  ## Pipeline usage
@@ -37,7 +37,7 @@ image.save("my_image.png")
37
 
38
  These are the key hyperparameters used during training:
39
 
40
- * Epochs: 30
41
  * Learning rate: 1e-05
42
  * Batch size: 2
43
  * Image resolution: 512
 
1
 
2
  ---
3
  license: creativeml-openrail-m
4
+ base_model: runwayml/stable-diffusion-v1-5
5
  datasets:
6
  - Drozdik/tattoo_v3
7
  tags:
 
12
  inference: true
13
  ---
14
 
15
+ # Text-to-image finetuning - TejasNavada/tattoo-diffusion
16
 
17
+ This pipeline was finetuned from **runwayml/stable-diffusion-v1-5** on the **Drozdik/tattoo_v3** dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['a dragon on a white background', ' a fiery skull', 'a skull', 'a face', 'a snake and skull']:
 
18
 
19
+ ![val_imgs_grid](./val_imgs_grid.png)
20
 
21
 
22
  ## Pipeline usage
 
37
 
38
  These are the key hyperparameters used during training:
39
 
40
+ * Epochs: 50
41
  * Learning rate: 1e-05
42
  * Batch size: 2
43
  * Image resolution: 512