cQueenccc commited on
Commit
1282c5e
·
1 Parent(s): d81dbee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -4,4 +4,36 @@ datasets:
4
  language:
5
  - en
6
  pipeline_tag: text-to-image
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  language:
5
  - en
6
  pipeline_tag: text-to-image
7
+ ---
8
+
9
+ # Disclaimer
10
+ This was inspired from https://github.com/YaYaB/finetune-diffusion
11
+
12
+ # Model Card for Finetuning Stable Diffusion on Vivian Maier's photographs
13
+ The main goal is to fine-tune the Stable Diffusion model to generate images reflecting the distinct photographic style of Vivian Maier.
14
+
15
+ And I chose to utilize a Jupyter Notebook to make the fine-tuning process accessible and easy to understand, particularly for those new to the diffusion pipeline and hugging face API.
16
+
17
+ ## Examples(at epoch 90)
18
+
19
+ ![vv1.jpg](https://huggingface.co/cQueenccc/Fine-Tune-Diffusion-Vivian/resolve/main/eval/A%20woman%20walking%20down%20the%20street/A%20woman%20walking%20down%20the%20street_90_000000.png)
20
+ > A woman walking down a street
21
+
22
+ ![vv2.jpg](https://huggingface.co/cQueenccc/Fine-Tune-Diffusion-Vivian/resolve/main/eval/a%20group%20of%20people%20getting%20on%20a%20bus/a%20group%20of%20people%20getting%20on%20a%20bus_90_000000.png)
23
+ > a group of people getting on a bus
24
+
25
+ ![vv3.jpg](https://huggingface.co/cQueenccc/Fine-Tune-Diffusion-Vivian/resolve/main/eval/two%20men%20working%20on%20a%20construction%20site/two%20men%20working%20on%20a%20construction%20site_90_000000.png)
26
+ > two man working on a constructing site
27
+
28
+ ## Citation
29
+
30
+ If you use this dataset, please cite it as:
31
+
32
+ ```
33
+ @misc{cqueenccc2023vivian,
34
+ author = {cQueenccc},
35
+ title = {Finetuning Stable Diffusion on Vivian Maier's photographs},
36
+ year={2023},
37
+ howpublished= {\url{https://huggingface.co/cQueenccc/Fine-Tune-Diffusion-Vivian/}}
38
+ }
39
+ ```