TejasNavada commited on
Commit
6789293
1 Parent(s): 380cb42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ inference: true
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,7 +37,7 @@ image.save("my_image.png")
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
 
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](./samples/0030.png)
20
 
21
 
22
  ## Pipeline usage
 
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