davanstrien HF staff commited on
Commit
97c4d80
·
verified ·
1 Parent(s): 3c33b63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -6
README.md CHANGED
@@ -43,18 +43,84 @@ instance_prompt: NASA_CONCEPT
43
  datasets:
44
  - davanstrien/nasa_concept_art
45
  ---
46
- # NASA Concept Art
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
  <Gallery />
49
 
 
 
 
 
 
50
 
51
- ## Trigger words
52
 
53
- You should use `NASA_CONCEPT` to trigger the image generation.
54
 
 
55
 
56
- ## Download model
57
 
58
- Weights for this model are available in Safetensors format.
59
 
60
- [Download](/davanstrien/nasa_concept_art/tree/main) them in the Files & versions tab.
 
43
  datasets:
44
  - davanstrien/nasa_concept_art
45
  ---
46
+ ---
47
+ tags:
48
+ - text-to-image
49
+ - stable-diffusion
50
+ - lora
51
+ - diffusers
52
+ - nasa
53
+ - retro-futuristic
54
+ - space-art
55
+ license: other
56
+ language:
57
+ - en
58
+ pipeline_tag: text-to-image
59
+ inference: true
60
+ base_model: black-forest-labs/FLUX.1-dev
61
+ instance_prompt: NASA_CONCEPT
62
+ datasets:
63
+ - davanstrien/nasa_concept_art
64
+ ---
65
+
66
+ # NASA Concept Art LoRA
67
+
68
+ This model is a LoRA (Low-Rank Adaptation) fine-tuning of black-forest-labs/FLUX.1-dev trained on a curated dataset of NASA concept art from the 1960s and 1970s. It specializes in generating retro-futuristic space-themed images inspired by NASA's historical vision of space exploration.
69
+
70
+ ## Model Details
71
+
72
+ - **Base Model:** black-forest-labs/FLUX.1-dev
73
+ - **Training Data:** [davanstrien/nasa_concept_art](https://huggingface.co/datasets/davanstrien/nasa_concept_art)
74
+ - **LoRA Rank:** 16
75
+ - **Training Steps:** 1000
76
+ - **Learning Rate:** 0.0004
77
+ - **Batch Size:** 1
78
+ - **Caption Dropout Rate:** 0.05
79
+ - **Optimizer:** AdamW8bit
80
+
81
+ ## Intended Use
82
+
83
+ This model is designed for creating artistic renditions of retro-futuristic space concepts. It's particularly suited for:
84
+
85
+ - Generating concept art for sci-fi projects set in a retro-futuristic universe
86
+ - Creating visual aids for educational content about the history of space exploration
87
+ - Artistic projects exploring the aesthetic of mid-20th century space age optimism
88
+
89
+ ## Limitations
90
+
91
+ - The model's output is stylistically limited to the aesthetic of 1960s-1970s NASA concept art
92
+ - It may not accurately represent current or future space technology
93
+ - The small size of the training dataset (36 images) may limit the model's variability
94
+
95
+ ## Ethical Considerations
96
+
97
+ Users should be aware that the generated images reflect historical concepts and may not represent diverse perspectives. Care should be taken not to present these images as accurate depictions of current or future NASA projects.
98
+
99
+ ## How to Use
100
+
101
+ To get the best results, use the trigger word `NASA_CONCEPT` at the beginning of your prompt. For example:
102
+ ```
103
+ NASA_CONCEPT artist depiction of a space colony. Mid-century modern buildings under a glass dome, lush plants and waterfalls. Monorail seen in the background of the image. sci-fi
104
+ ```
105
+
106
+ ## Examples
107
 
108
  <Gallery />
109
 
110
+ ## Training Details
111
+
112
+ The model was trained for 1000 steps using the AdamW8bit optimizer. The learning rate was set to 0.0004 with a batch size of 1. A caption dropout rate of 0.05 was used during training to improve generalization.
113
+
114
+ ## License
115
 
116
+ This model uses images from NASA, which are generally not subject to copyright in the United States. However, users should refer to the [NASA_IMAGE_USAGE_LICENSE.txt](link_to_license_file) for full terms of use.
117
 
118
+ ## Acknowledgments
119
 
120
+ - Original artwork created by various artists commissioned by NASA
121
 
122
+ For more information about the dataset, please refer to the [dataset card](https://huggingface.co/datasets/davanstrien/nasa_concept_art).
123
 
124
+ ## Download Model
125
 
126
+ Weights for this model are available in Safetensors format. You can [download them](/davanstrien/nasa_concept_art/tree/main) in the Files & versions tab.