Fnatax75811ekpostacom commited on
Commit
ce42bd1
1 Parent(s): aa66091

End of epoch 0

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +48 -0
  3. val_imgs_grid.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ val_imgs_grid.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: stabilityai/stable-diffusion-2-1
5
+ datasets:
6
+ - fantasyfish/laion-art
7
+ tags:
8
+ - stable-diffusion
9
+ - stable-diffusion-diffusers
10
+ - text-to-image
11
+ - diffusers
12
+ inference: true
13
+ ---
14
+
15
+ # Text-to-image finetuning - Fnatax75811ekpostacom/sd-laion-art_2
16
+
17
+ This pipeline was finetuned from **stabilityai/stable-diffusion-2-1** on the **fantasyfish/laion-art** dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['A man in a suit']:
18
+
19
+ ![val_imgs_grid](./val_imgs_grid.png)
20
+
21
+
22
+ ## Pipeline usage
23
+
24
+ You can use the pipeline like so:
25
+
26
+ ```python
27
+ from diffusers import DiffusionPipeline
28
+ import torch
29
+
30
+ pipeline = DiffusionPipeline.from_pretrained("Fnatax75811ekpostacom/sd-laion-art_2", torch_dtype=torch.float16)
31
+ prompt = "A man in a suit"
32
+ image = pipeline(prompt).images[0]
33
+ image.save("my_image.png")
34
+ ```
35
+
36
+ ## Training info
37
+
38
+ These are the key hyperparameters used during training:
39
+
40
+ * Epochs: 100
41
+ * Learning rate: 1e-05
42
+ * Batch size: 16
43
+ * Gradient accumulation steps: 4
44
+ * Image resolution: 512
45
+ * Mixed-precision: None
46
+
47
+
48
+ More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/vishnou/text2image-fine-tune/runs/2pl4nvxz).
val_imgs_grid.png ADDED

Git LFS Details

  • SHA256: 519bbe4665d0fb5943af8a089d6670986202dad48acd09434151e4f80389ae70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.02 MB