pixelass commited on
Commit
193331c
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +107 -0
.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - stable-diffusion
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ widget:
9
+ - text: >-
10
+ a antique photograph of a woman wearing a superhero costume, by eugene
11
+ atget, monochrome <lora:eugene_atget_sdxl_v1:1>
12
+ output:
13
+ url: images/00147-693647877.png
14
+ - text: >-
15
+ a antique photograph of a cat wearing a superhero costume, by eugene atget,
16
+ monochrome <lora:eugene_atget_sdxl_v1:1>
17
+ output:
18
+ url: images/00151-693647877.png
19
+ - text: >-
20
+ a antique photograph of a woman wearing a space suit, by eugene atget,
21
+ monochrome <lora:eugene_atget_sdxl_v1:1>
22
+ output:
23
+ url: images/00126-693647877.png
24
+ - text: >-
25
+ a antique photograph of a girl wearing a police uniform, by eugene atget,
26
+ monochrome <lora:eugene_atget_sdxl_v1:1>
27
+ output:
28
+ url: images/00135-693647877.png
29
+ - text: >-
30
+ a antique photograph of a boy wearing a clown costume, by eugene atget,
31
+ monochrome <lora:eugene_atget_sdxl_v1:1>
32
+ output:
33
+ url: images/00141-693647877.png
34
+ - text: >-
35
+ a antique photograph of a dog wearing a clown costume, by eugene atget,
36
+ monochrome <lora:eugene_atget_sdxl_v1:1>
37
+ output:
38
+ url: images/00143-693647877.png
39
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
40
+ instance_prompt: by eugene atget
41
+ license: cc-by-nc-4.0
42
+ ---
43
+ # Eugene Atget
44
+
45
+ <Gallery />
46
+
47
+ ## Model description
48
+
49
+ # Atget Visions LoRA Model
50
+
51
+ This model card details a LoRA (Low-Rank Adaptation) model trained on the Eugene Atget Dataset, which is accessible from our [Eugene Atget Dataset](https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;Blib-la&#x2F;eugene_atget_dataset) collection. The model specializes in generating and analyzing historical urban imagery, particularly from the early 1900s Parisian scenes captured by Eugène Atget.
52
+
53
+ ## Model Overview
54
+
55
+ The Atget Visions LoRA model is fine-tuned to identify and recreate the unique photographic style of Eugène Atget, characterized by its detailed depiction of Parisian architecture, streets, and daily life at the turn of the 20th century.
56
+
57
+ ## Training Configuration
58
+
59
+ - **Dataset**: [Eugene Atget Dataset](https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;Blib-la&#x2F;eugene_atget_dataset)
60
+ - **Epochs**: 17
61
+ - **Number of Images**: 31
62
+ - **Repeats per Image**: 10 (Each image was used 10 times during training to ensure depth in learning)
63
+ - **Optimizer**: DAdaptAdam (Specifically chosen for its efficiency in training LoRA models)
64
+ - **Precision**: bf16 (Optimal balance of performance and memory usage)
65
+ - **Main Trigger**: The model is triggered by the phrase &quot;by eugene atget&quot; to generate images in the style of the photographer.
66
+ - **Xformers**: Enabled for enhanced efficiency in transformer models
67
+ - **Captioning Method**: GPT-Vision, with captions optimized for token shuffling for enhanced learning
68
+ - **Base Model**: Stable Diffusion XL 1.0, renowned for its detailed and nuanced image generation capabilities
69
+
70
+ ## Model Usage
71
+
72
+ This LoRA model is adept at replicating the distinctive photographic style of Eugène Atget, useful for historical image analysis, artistic studies, and education in the realm of early photography.
73
+
74
+ ## Performance and Limitations
75
+
76
+ - **Performance**: Exhibits a strong ability to generate images with a historical and artistic aesthetic akin to Atget&#39;s work.
77
+ - **Limitations**: With a focused dataset of 31 images, the model may not cover the full breadth of Atget&#39;s portfolio or the variability of early 20th-century Parisian imagery.
78
+
79
+ ## Ethical Considerations
80
+
81
+ - **Intended Use**: The model is designed for non-commercial purposes, particularly useful in historical research, art analysis, and education.
82
+ - **Bias and Fairness**: The dataset may contain biases towards the specific subjects and styles present in Atget&#39;s photography, reflecting the era&#39;s socio-cultural context.
83
+
84
+ ## Licensing
85
+
86
+ - **Model License**: This model is available for non-commercial use under the Creative Commons Attribution-NonCommercial 4.0 Generic (CC BY-NC 4.0) license.
87
+ - **Dataset License**: The Eugene Atget Dataset is licensed under CC BY-NC 2.0.
88
+
89
+ ## Contributions and Feedback
90
+
91
+ Contributions to enhance the model and feedback on its performance are greatly appreciated. Please visit the model&#39;s page on Hugging Face to provide your input or to contribute.
92
+
93
+ ## Trigger Words
94
+
95
+ The model responds to the trigger &quot;by eugene atget&quot; to initiate image generation in Atget&#39;s style.
96
+
97
+
98
+ ## Trigger words
99
+
100
+ You should use `by eugene atget` to trigger the image generation.
101
+
102
+
103
+ ## Download model
104
+
105
+ Weights for this model are available in Safetensors format.
106
+
107
+ [Download](/pixelass/eugene_atget_lora_sdxl/tree/main) them in the Files & versions tab.