Upload with huggingface_hub
Browse files- .gitattributes +4 -0
- README.md +39 -60
- images/o7_11.png +0 -0
- images/stellar-diffusion-comp-hard.png +3 -0
- images/stellar-diffusion-comp-nebulas.png +3 -0
- images/stellar-diffusion-comp-simple.png +3 -0
- images/stellar-diffusion-comp-styles.png +3 -0
- safety_checker/config.json +181 -0
- tags.txt +457 -281
- unet/diffusion_pytorch_model.bin +1 -1
- vae/diffusion_pytorch_model.bin +1 -1
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
images/stellar-diffusion.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
images/stellar-diffusion.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
images/stellar-diffusion-comp-styles.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
images/stellar-diffusion-comp-simple.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
images/stellar-diffusion-comp-nebulas.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images/stellar-diffusion-comp-hard.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -9,8 +9,8 @@ tags:
|
|
9 |
|
10 |
# Stellar Diffusion
|
11 |
|
12 |
-
Stellar Diffusion v0.
|
13 |
-
![Galaxy - Stellar Diffusion](images/
|
14 |
```
|
15 |
prompt = A hubble photograph of a galaxy
|
16 |
seed = 42
|
@@ -18,53 +18,59 @@ size = 512x512
|
|
18 |
```
|
19 |
|
20 |
|
21 |
-
Version: 0.
|
22 |
|
23 |
Stable Diffusion 1.5 finetuned on high quality processed space imagery.
|
24 |
|
25 |
---
|
26 |
-
# Example Results
|
27 |
|
28 |
-
|
29 |
-
```
|
30 |
-
prompt = A barred spiral galaxy
|
31 |
-
seed = 44
|
32 |
-
size = 512x512
|
33 |
-
```
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
seed = 42
|
39 |
-
size = 512x512
|
40 |
-
```
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
seed = 42
|
46 |
-
size = 512x512
|
47 |
-
```
|
48 |
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
size = 512x512
|
54 |
```
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
---
|
57 |
|
58 |
# Suggested parameters
|
59 |
|
60 |
512x512
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
---
|
63 |
|
64 |
# Reconized Tags
|
65 |
|
66 |
All reconized tags can be found in the tags.txt file. They are generated from the annotated descriptions of the photograph.
|
67 |
-
Current Dataset is small and is poor at generating exact celestial bodies, but is better at generating common generic bodies like nebula, galaxies etc.
|
68 |
|
69 |
### Partial support for scientific celestial body tags as follows:
|
70 |
|
@@ -82,23 +88,7 @@ By Color
|
|
82 |
|
83 |
By Celestial Body type
|
84 |
|
85 |
-
# Python Usage
|
86 |
-
|
87 |
-
```py
|
88 |
-
from diffusers import StableDiffusionPipeline
|
89 |
-
import torch
|
90 |
|
91 |
-
model_id = "rexwang8/stellar-diffusion"
|
92 |
-
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
93 |
-
pipe = pipe.to("cuda")
|
94 |
-
|
95 |
-
prompt = "A hubble photograph of a galaxy"
|
96 |
-
image = pipe(prompt).images[0]
|
97 |
-
|
98 |
-
image.save("hubble_galaxy.png")
|
99 |
-
```
|
100 |
-
|
101 |
-
---
|
102 |
|
103 |
# Dataset and Credits
|
104 |
|
@@ -110,33 +100,22 @@ RunwayML for their SD 1.5
|
|
110 |
|
111 |
### Compute
|
112 |
|
113 |
-
Coreweave - 2x A40s
|
114 |
|
115 |
### Dataset
|
116 |
|
117 |
91 of the 100 images from https://esahubble.org/ Top 100 Hubble Images
|
118 |
ESA/Hubble
|
119 |
|
120 |
-
|
121 |
|
122 |
-
|
123 |
|
124 |
-
Expansion of dataset to include:
|
125 |
-
|
126 |
-
Solar system
|
127 |
-
|
128 |
-
Asteroids
|
129 |
-
|
130 |
-
More star types
|
131 |
-
|
132 |
-
Black holes
|
133 |
-
|
134 |
-
Exo planets
|
135 |
-
|
136 |
-
More data in general
|
137 |
|
138 |
---
|
139 |
|
140 |
# Version History
|
141 |
|
|
|
|
|
142 |
V0.1 - 91 image dataset
|
|
|
9 |
|
10 |
# Stellar Diffusion
|
11 |
|
12 |
+
Stellar Diffusion v0.2 vs Base Stable Diffusion v1.5
|
13 |
+
![Galaxy - Stellar Diffusion](images/o7_11.png) ![Galaxy - Stable Diffusion](images/galaxy_sd.png)
|
14 |
```
|
15 |
prompt = A hubble photograph of a galaxy
|
16 |
seed = 42
|
|
|
18 |
```
|
19 |
|
20 |
|
21 |
+
Version: 0.2 (Nebula)
|
22 |
|
23 |
Stable Diffusion 1.5 finetuned on high quality processed space imagery.
|
24 |
|
25 |
---
|
|
|
26 |
|
27 |
+
# Python Usage
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
+
```py
|
30 |
+
from diffusers import StableDiffusionPipeline
|
31 |
+
import torch
|
|
|
|
|
|
|
32 |
|
33 |
+
model_id = "rexwang8/stellar-diffusion"
|
34 |
+
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
35 |
+
pipe = pipe.to("cuda")
|
|
|
|
|
|
|
36 |
|
37 |
+
prompt = "A hubble photograph of a galaxy"
|
38 |
+
image = pipe(prompt).images[0]
|
39 |
+
|
40 |
+
image.save("hubble_galaxy.png")
|
|
|
41 |
```
|
42 |
|
43 |
+
---
|
44 |
+
# Example Results
|
45 |
+
|
46 |
+
![Stellar Diffusion](images/stellar-diffusion-comp-simple.png)
|
47 |
+
|
48 |
+
![Stellar Diffusion](images/stellar-diffusion-comp-hard.png)
|
49 |
+
|
50 |
+
![Stellar Diffusion](images/stellar-diffusion-comp-nebulas.png)
|
51 |
+
|
52 |
+
![Stellar Diffusion](images/stellar-diffusion-comp-styles.png)
|
53 |
+
|
54 |
+
|
55 |
---
|
56 |
|
57 |
# Suggested parameters
|
58 |
|
59 |
512x512
|
60 |
|
61 |
+
Place subjects and styles at the very front, roll a few times if you don't get the results you want.
|
62 |
+
|
63 |
+
Great - Nebulas, Galaxies
|
64 |
+
|
65 |
+
Good - Black holes, Pulsars, Comets, Jupiter
|
66 |
+
|
67 |
+
Decent - All other solar system planets
|
68 |
+
|
69 |
---
|
70 |
|
71 |
# Reconized Tags
|
72 |
|
73 |
All reconized tags can be found in the tags.txt file. They are generated from the annotated descriptions of the photograph.
|
|
|
74 |
|
75 |
### Partial support for scientific celestial body tags as follows:
|
76 |
|
|
|
88 |
|
89 |
By Celestial Body type
|
90 |
|
|
|
|
|
|
|
|
|
|
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
# Dataset and Credits
|
94 |
|
|
|
100 |
|
101 |
### Compute
|
102 |
|
103 |
+
Coreweave - 2x A40s (~3 A40 hours)
|
104 |
|
105 |
### Dataset
|
106 |
|
107 |
91 of the 100 images from https://esahubble.org/ Top 100 Hubble Images
|
108 |
ESA/Hubble
|
109 |
|
110 |
+
~100 additional images from ESA/Hubble and ~10 images from ESA/Webb
|
111 |
|
112 |
+
~50 additional images from images.nasa.gov
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
|
115 |
---
|
116 |
|
117 |
# Version History
|
118 |
|
119 |
+
V0.2 (Codename: Galaxy) - 264 image dataset
|
120 |
+
|
121 |
V0.1 - 91 image dataset
|
images/o7_11.png
ADDED
images/stellar-diffusion-comp-hard.png
ADDED
Git LFS Details
|
images/stellar-diffusion-comp-nebulas.png
ADDED
Git LFS Details
|
images/stellar-diffusion-comp-simple.png
ADDED
Git LFS Details
|
images/stellar-diffusion-comp-styles.png
ADDED
Git LFS Details
|
safety_checker/config.json
ADDED
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "cb41f3a270d63d454d385fc2e4f571c487c253c5",
|
3 |
+
"_name_or_path": "CompVis/stable-diffusion-safety-checker",
|
4 |
+
"architectures": [
|
5 |
+
"StableDiffusionSafetyChecker"
|
6 |
+
],
|
7 |
+
"initializer_factor": 1.0,
|
8 |
+
"logit_scale_init_value": 2.6592,
|
9 |
+
"model_type": "clip",
|
10 |
+
"projection_dim": 768,
|
11 |
+
"text_config": {
|
12 |
+
"_name_or_path": "",
|
13 |
+
"add_cross_attention": false,
|
14 |
+
"architectures": null,
|
15 |
+
"attention_dropout": 0.0,
|
16 |
+
"bad_words_ids": null,
|
17 |
+
"begin_suppress_tokens": null,
|
18 |
+
"bos_token_id": 0,
|
19 |
+
"chunk_size_feed_forward": 0,
|
20 |
+
"cross_attention_hidden_size": null,
|
21 |
+
"decoder_start_token_id": null,
|
22 |
+
"diversity_penalty": 0.0,
|
23 |
+
"do_sample": false,
|
24 |
+
"dropout": 0.0,
|
25 |
+
"early_stopping": false,
|
26 |
+
"encoder_no_repeat_ngram_size": 0,
|
27 |
+
"eos_token_id": 2,
|
28 |
+
"exponential_decay_length_penalty": null,
|
29 |
+
"finetuning_task": null,
|
30 |
+
"forced_bos_token_id": null,
|
31 |
+
"forced_eos_token_id": null,
|
32 |
+
"hidden_act": "quick_gelu",
|
33 |
+
"hidden_size": 768,
|
34 |
+
"id2label": {
|
35 |
+
"0": "LABEL_0",
|
36 |
+
"1": "LABEL_1"
|
37 |
+
},
|
38 |
+
"initializer_factor": 1.0,
|
39 |
+
"initializer_range": 0.02,
|
40 |
+
"intermediate_size": 3072,
|
41 |
+
"is_decoder": false,
|
42 |
+
"is_encoder_decoder": false,
|
43 |
+
"label2id": {
|
44 |
+
"LABEL_0": 0,
|
45 |
+
"LABEL_1": 1
|
46 |
+
},
|
47 |
+
"layer_norm_eps": 1e-05,
|
48 |
+
"length_penalty": 1.0,
|
49 |
+
"max_length": 20,
|
50 |
+
"max_position_embeddings": 77,
|
51 |
+
"min_length": 0,
|
52 |
+
"model_type": "clip_text_model",
|
53 |
+
"no_repeat_ngram_size": 0,
|
54 |
+
"num_attention_heads": 12,
|
55 |
+
"num_beam_groups": 1,
|
56 |
+
"num_beams": 1,
|
57 |
+
"num_hidden_layers": 12,
|
58 |
+
"num_return_sequences": 1,
|
59 |
+
"output_attentions": false,
|
60 |
+
"output_hidden_states": false,
|
61 |
+
"output_scores": false,
|
62 |
+
"pad_token_id": 1,
|
63 |
+
"prefix": null,
|
64 |
+
"problem_type": null,
|
65 |
+
"projection_dim": 512,
|
66 |
+
"pruned_heads": {},
|
67 |
+
"remove_invalid_values": false,
|
68 |
+
"repetition_penalty": 1.0,
|
69 |
+
"return_dict": true,
|
70 |
+
"return_dict_in_generate": false,
|
71 |
+
"sep_token_id": null,
|
72 |
+
"suppress_tokens": null,
|
73 |
+
"task_specific_params": null,
|
74 |
+
"temperature": 1.0,
|
75 |
+
"tf_legacy_loss": false,
|
76 |
+
"tie_encoder_decoder": false,
|
77 |
+
"tie_word_embeddings": true,
|
78 |
+
"tokenizer_class": null,
|
79 |
+
"top_k": 50,
|
80 |
+
"top_p": 1.0,
|
81 |
+
"torch_dtype": null,
|
82 |
+
"torchscript": false,
|
83 |
+
"transformers_version": "4.25.1",
|
84 |
+
"typical_p": 1.0,
|
85 |
+
"use_bfloat16": false,
|
86 |
+
"vocab_size": 49408
|
87 |
+
},
|
88 |
+
"text_config_dict": {
|
89 |
+
"hidden_size": 768,
|
90 |
+
"intermediate_size": 3072,
|
91 |
+
"num_attention_heads": 12,
|
92 |
+
"num_hidden_layers": 12
|
93 |
+
},
|
94 |
+
"torch_dtype": "float32",
|
95 |
+
"transformers_version": null,
|
96 |
+
"vision_config": {
|
97 |
+
"_name_or_path": "",
|
98 |
+
"add_cross_attention": false,
|
99 |
+
"architectures": null,
|
100 |
+
"attention_dropout": 0.0,
|
101 |
+
"bad_words_ids": null,
|
102 |
+
"begin_suppress_tokens": null,
|
103 |
+
"bos_token_id": null,
|
104 |
+
"chunk_size_feed_forward": 0,
|
105 |
+
"cross_attention_hidden_size": null,
|
106 |
+
"decoder_start_token_id": null,
|
107 |
+
"diversity_penalty": 0.0,
|
108 |
+
"do_sample": false,
|
109 |
+
"dropout": 0.0,
|
110 |
+
"early_stopping": false,
|
111 |
+
"encoder_no_repeat_ngram_size": 0,
|
112 |
+
"eos_token_id": null,
|
113 |
+
"exponential_decay_length_penalty": null,
|
114 |
+
"finetuning_task": null,
|
115 |
+
"forced_bos_token_id": null,
|
116 |
+
"forced_eos_token_id": null,
|
117 |
+
"hidden_act": "quick_gelu",
|
118 |
+
"hidden_size": 1024,
|
119 |
+
"id2label": {
|
120 |
+
"0": "LABEL_0",
|
121 |
+
"1": "LABEL_1"
|
122 |
+
},
|
123 |
+
"image_size": 224,
|
124 |
+
"initializer_factor": 1.0,
|
125 |
+
"initializer_range": 0.02,
|
126 |
+
"intermediate_size": 4096,
|
127 |
+
"is_decoder": false,
|
128 |
+
"is_encoder_decoder": false,
|
129 |
+
"label2id": {
|
130 |
+
"LABEL_0": 0,
|
131 |
+
"LABEL_1": 1
|
132 |
+
},
|
133 |
+
"layer_norm_eps": 1e-05,
|
134 |
+
"length_penalty": 1.0,
|
135 |
+
"max_length": 20,
|
136 |
+
"min_length": 0,
|
137 |
+
"model_type": "clip_vision_model",
|
138 |
+
"no_repeat_ngram_size": 0,
|
139 |
+
"num_attention_heads": 16,
|
140 |
+
"num_beam_groups": 1,
|
141 |
+
"num_beams": 1,
|
142 |
+
"num_channels": 3,
|
143 |
+
"num_hidden_layers": 24,
|
144 |
+
"num_return_sequences": 1,
|
145 |
+
"output_attentions": false,
|
146 |
+
"output_hidden_states": false,
|
147 |
+
"output_scores": false,
|
148 |
+
"pad_token_id": null,
|
149 |
+
"patch_size": 14,
|
150 |
+
"prefix": null,
|
151 |
+
"problem_type": null,
|
152 |
+
"projection_dim": 512,
|
153 |
+
"pruned_heads": {},
|
154 |
+
"remove_invalid_values": false,
|
155 |
+
"repetition_penalty": 1.0,
|
156 |
+
"return_dict": true,
|
157 |
+
"return_dict_in_generate": false,
|
158 |
+
"sep_token_id": null,
|
159 |
+
"suppress_tokens": null,
|
160 |
+
"task_specific_params": null,
|
161 |
+
"temperature": 1.0,
|
162 |
+
"tf_legacy_loss": false,
|
163 |
+
"tie_encoder_decoder": false,
|
164 |
+
"tie_word_embeddings": true,
|
165 |
+
"tokenizer_class": null,
|
166 |
+
"top_k": 50,
|
167 |
+
"top_p": 1.0,
|
168 |
+
"torch_dtype": null,
|
169 |
+
"torchscript": false,
|
170 |
+
"transformers_version": "4.25.1",
|
171 |
+
"typical_p": 1.0,
|
172 |
+
"use_bfloat16": false
|
173 |
+
},
|
174 |
+
"vision_config_dict": {
|
175 |
+
"hidden_size": 1024,
|
176 |
+
"intermediate_size": 4096,
|
177 |
+
"num_attention_heads": 16,
|
178 |
+
"num_hidden_layers": 24,
|
179 |
+
"patch_size": 14
|
180 |
+
}
|
181 |
+
}
|
tags.txt
CHANGED
@@ -1,281 +1,457 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
spiral
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
star
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
carina nebula
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
white
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
westerlund 2
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
number of tags: 453
|
2 |
+
total mentions: 4255
|
3 |
+
|
4 |
+
|
5 |
+
io 199
|
6 |
+
mag 185
|
7 |
+
nasa 160
|
8 |
+
hubble 152
|
9 |
+
space 151
|
10 |
+
star 148
|
11 |
+
red 138
|
12 |
+
hubble space telescope 115
|
13 |
+
esa 110
|
14 |
+
galaxy 95
|
15 |
+
gas 87
|
16 |
+
bright 74
|
17 |
+
dust 74
|
18 |
+
constellation 71
|
19 |
+
earth 68
|
20 |
+
nebula 63
|
21 |
+
cloud 61
|
22 |
+
galaxies 61
|
23 |
+
spiral 56
|
24 |
+
blue 52
|
25 |
+
sun 49
|
26 |
+
glow 49
|
27 |
+
disc 47
|
28 |
+
young 46
|
29 |
+
clouds 42
|
30 |
+
dark 40
|
31 |
+
spiral galaxy 40
|
32 |
+
milky way 38
|
33 |
+
hydrogen 35
|
34 |
+
iss 34
|
35 |
+
ultraviolet 33
|
36 |
+
arc 32
|
37 |
+
radiation 31
|
38 |
+
star formation 31
|
39 |
+
planetary 31
|
40 |
+
infrared 30
|
41 |
+
black hole 27
|
42 |
+
star forming 27
|
43 |
+
glowing 27
|
44 |
+
advanced camera for surveys 26
|
45 |
+
solar 26
|
46 |
+
green 25
|
47 |
+
wide field camera 3 25
|
48 |
+
supernova 23
|
49 |
+
eso 21
|
50 |
+
orbit 21
|
51 |
+
spiral arm 20
|
52 |
+
wavelength 18
|
53 |
+
moon 17
|
54 |
+
spacecraft 17
|
55 |
+
magellan 16
|
56 |
+
messier 16
|
57 |
+
star cluster 15
|
58 |
+
ice 15
|
59 |
+
elliptical 15
|
60 |
+
web 14
|
61 |
+
planetary nebula 14
|
62 |
+
supermassive 14
|
63 |
+
supermassive black hole 14
|
64 |
+
saturn 14
|
65 |
+
pillar 13
|
66 |
+
wavelengths 13
|
67 |
+
gravitation 13
|
68 |
+
filament 13
|
69 |
+
atmosphere 12
|
70 |
+
wfc3 12
|
71 |
+
carina 12
|
72 |
+
jupiter 12
|
73 |
+
orange 11
|
74 |
+
aging 11
|
75 |
+
birth 11
|
76 |
+
merge 11
|
77 |
+
wise 11
|
78 |
+
dwarf 11
|
79 |
+
solar system 10
|
80 |
+
solar dynamics observatory 10
|
81 |
+
nebulae 10
|
82 |
+
stellar wind 10
|
83 |
+
filaments 10
|
84 |
+
orion 10
|
85 |
+
barred spiral galaxy 10
|
86 |
+
comet 10
|
87 |
+
artist concept 10
|
88 |
+
acs 9
|
89 |
+
voyager 9
|
90 |
+
supernovae 8
|
91 |
+
starburst 8
|
92 |
+
carina nebula 8
|
93 |
+
hidden treasures 8
|
94 |
+
turbulent 7
|
95 |
+
planetary nebulae 7
|
96 |
+
corona 7
|
97 |
+
stellar nursery 7
|
98 |
+
large magellanic cloud 7
|
99 |
+
black holes 7
|
100 |
+
pink 7
|
101 |
+
globular cluster 7
|
102 |
+
globular clusters 7
|
103 |
+
collection 7
|
104 |
+
galileo 7
|
105 |
+
mars 7
|
106 |
+
x-ray 6
|
107 |
+
mons 6
|
108 |
+
sagittarius 6
|
109 |
+
sdo 6
|
110 |
+
coronal 6
|
111 |
+
stellar winds 6
|
112 |
+
star clusters 6
|
113 |
+
storm 6
|
114 |
+
white dwarf 6
|
115 |
+
dust lane 6
|
116 |
+
galaxy cluster 6
|
117 |
+
particle 6
|
118 |
+
particles 6
|
119 |
+
hunter 6
|
120 |
+
variable 6
|
121 |
+
spitzer 6
|
122 |
+
halo 5
|
123 |
+
polar 5
|
124 |
+
horsehead nebula 5
|
125 |
+
horsehead 5
|
126 |
+
grand 5
|
127 |
+
small magellanic cloud 5
|
128 |
+
starburst galaxy 5
|
129 |
+
reddish 5
|
130 |
+
dust lanes 5
|
131 |
+
virgo 5
|
132 |
+
chandra 4
|
133 |
+
pluto 4
|
134 |
+
new horizons 4
|
135 |
+
glows 4
|
136 |
+
orbits 4
|
137 |
+
supermassive black holes 4
|
138 |
+
europe 4
|
139 |
+
european 4
|
140 |
+
mosaic 4
|
141 |
+
eagle nebula 4
|
142 |
+
satellite 4
|
143 |
+
arcs 4
|
144 |
+
thread 4
|
145 |
+
charged particles 4
|
146 |
+
norma 4
|
147 |
+
great red spot 4
|
148 |
+
ursa major 4
|
149 |
+
variable star 4
|
150 |
+
outburst 4
|
151 |
+
binary 4
|
152 |
+
keyhole nebula 4
|
153 |
+
quasar 4
|
154 |
+
uranus 4
|
155 |
+
coronal hole 4
|
156 |
+
tendril 3
|
157 |
+
tendrils 3
|
158 |
+
hst 3
|
159 |
+
M17 3
|
160 |
+
swan nebula 3
|
161 |
+
NGC 3324 3
|
162 |
+
terra 3
|
163 |
+
colliding 3
|
164 |
+
north pole 3
|
165 |
+
tilt 3
|
166 |
+
rhea 3
|
167 |
+
barnard 3
|
168 |
+
coma berenices 3
|
169 |
+
dorado 3
|
170 |
+
tarantula nebula 3
|
171 |
+
whirlpool 3
|
172 |
+
NGC 346 3
|
173 |
+
smc 3
|
174 |
+
crab nebula 3
|
175 |
+
crab 3
|
176 |
+
tint 3
|
177 |
+
hubble servicing mission 3
|
178 |
+
asteroid 3
|
179 |
+
supernova remnant 3
|
180 |
+
cetus 3
|
181 |
+
pinwheel 3
|
182 |
+
variable stars 3
|
183 |
+
pillars of creation 3
|
184 |
+
westerlund 2 3
|
185 |
+
comets 3
|
186 |
+
cassini 3
|
187 |
+
neptune 3
|
188 |
+
Messiers 3
|
189 |
+
venus 3
|
190 |
+
death 3
|
191 |
+
nustar 3
|
192 |
+
local group 3
|
193 |
+
exploding 3
|
194 |
+
chandra x-ray observatory 2
|
195 |
+
NGC 2264 2
|
196 |
+
cone nebula 2
|
197 |
+
monoceros 2
|
198 |
+
gamma rays 2
|
199 |
+
field lines 2
|
200 |
+
coronal mass ejection 2
|
201 |
+
cme 2
|
202 |
+
eruption 2
|
203 |
+
lro 2
|
204 |
+
lola 2
|
205 |
+
hourglass 2
|
206 |
+
european southern observatory 2
|
207 |
+
satellite galaxy 2
|
208 |
+
Messier 82 2
|
209 |
+
M74 2
|
210 |
+
draco 2
|
211 |
+
lacy 2
|
212 |
+
threads 2
|
213 |
+
indus 2
|
214 |
+
NGC 6302 2
|
215 |
+
butterfly nebula 2
|
216 |
+
butterfly 2
|
217 |
+
pegasus 2
|
218 |
+
lagoon nebula 2
|
219 |
+
remnants 2
|
220 |
+
taurus 2
|
221 |
+
pinwheeling 2
|
222 |
+
puppis 2
|
223 |
+
cepheid 2
|
224 |
+
cepheid variable 2
|
225 |
+
andromeda 2
|
226 |
+
andromeda galaxy 2
|
227 |
+
binary system 2
|
228 |
+
ag carinae 2
|
229 |
+
NGC 3372 2
|
230 |
+
lepus 2
|
231 |
+
syrtis major 2
|
232 |
+
tharsis 2
|
233 |
+
mercury 2
|
234 |
+
asteroid belt 2
|
235 |
+
great bear 2
|
236 |
+
galaxy clusters 2
|
237 |
+
virgin 2
|
238 |
+
alma 2
|
239 |
+
tinted 2
|
240 |
+
white dwarfs 2
|
241 |
+
twins 2
|
242 |
+
hydra 2
|
243 |
+
collections 2
|
244 |
+
cxo 1
|
245 |
+
omega nebula 1
|
246 |
+
000K 1
|
247 |
+
NGC 6818 1
|
248 |
+
glowing cloud 1
|
249 |
+
glowing clouds 1
|
250 |
+
little gem nebula 1
|
251 |
+
long range reconnaissance imager 1
|
252 |
+
lorri 1
|
253 |
+
lroc 1
|
254 |
+
neutron stars 1
|
255 |
+
neutron star 1
|
256 |
+
lunar orbiter laser altimeter 1
|
257 |
+
IC 434 1
|
258 |
+
NGC 4676 1
|
259 |
+
mice 1
|
260 |
+
M16 1
|
261 |
+
Messier 17 1
|
262 |
+
3D 1
|
263 |
+
000C 1
|
264 |
+
deep field 1
|
265 |
+
N11 1
|
266 |
+
volcanic 1
|
267 |
+
v838 monocerotis 1
|
268 |
+
v838 mon 1
|
269 |
+
M51 1
|
270 |
+
NGC 5194 1
|
271 |
+
M82 1
|
272 |
+
N90 1
|
273 |
+
NGC 2440 1
|
274 |
+
NGC 1672 1
|
275 |
+
NGC 3603 1
|
276 |
+
abell 1703 1
|
277 |
+
NGC 1275 1
|
278 |
+
elliptical central cluster galaxy 1
|
279 |
+
NGC 7049 1
|
280 |
+
bug nebula 1
|
281 |
+
NGC 7320 1
|
282 |
+
7318A 1
|
283 |
+
7318B 1
|
284 |
+
natal cloud 1
|
285 |
+
turbulence 1
|
286 |
+
NGC 6217 1
|
287 |
+
NGC 4710 1
|
288 |
+
HH 901 1
|
289 |
+
NGC 2467 1
|
290 |
+
Messier 8 1
|
291 |
+
NGC 2841 1
|
292 |
+
NGC 5128 1
|
293 |
+
centaurus a 1
|
294 |
+
NGC 1073 1
|
295 |
+
NGC 6388 1
|
296 |
+
Messier 106 1
|
297 |
+
Messier 77 1
|
298 |
+
Messier 57 1
|
299 |
+
rs puppis 1
|
300 |
+
Messier 83 1
|
301 |
+
pinwheel galaxy 1
|
302 |
+
NGC 2174 1
|
303 |
+
monkey head nebula 1
|
304 |
+
M31 1
|
305 |
+
NGC 7714 1
|
306 |
+
ESO 381 1
|
307 |
+
PN M2 1
|
308 |
+
M2 1
|
309 |
+
twin jet nebula 1
|
310 |
+
bipolar planetary nebula 1
|
311 |
+
NGC 6960 1
|
312 |
+
dark nebula 1
|
313 |
+
NGC 7635 1
|
314 |
+
NGC 1052 1
|
315 |
+
NGC 6744 1
|
316 |
+
NGC 3256 1
|
317 |
+
auroras 1
|
318 |
+
NGC 3147 1
|
319 |
+
outer planet atmospheres legacy 1
|
320 |
+
opal 1
|
321 |
+
190114C 1
|
322 |
+
europa 1
|
323 |
+
NGC 2525 1
|
324 |
+
NGC2525 1
|
325 |
+
alpha centauri 1
|
326 |
+
Messier 96 1
|
327 |
+
M96 1
|
328 |
+
NGC 1999 1
|
329 |
+
IC 418 1
|
330 |
+
Messier 27 1
|
331 |
+
M27 1
|
332 |
+
dumbbell nebula 1
|
333 |
+
helix nebula 1
|
334 |
+
NGC 1300 1
|
335 |
+
interstellar dust 1
|
336 |
+
NGC 1316 1
|
337 |
+
NGC 5866 1
|
338 |
+
M81 1
|
339 |
+
1993J 1
|
340 |
+
NGC 4414 1
|
341 |
+
canis major 1
|
342 |
+
dione 1
|
343 |
+
africa 1
|
344 |
+
arabian peninsula 1
|
345 |
+
arabian 1
|
346 |
+
flybys 1
|
347 |
+
flyby 1
|
348 |
+
enhanced color 1
|
349 |
+
crater 1
|
350 |
+
plasma 1
|
351 |
+
extreme ultraviolet imaging telescope 1
|
352 |
+
false color 1
|
353 |
+
false-color 1
|
354 |
+
mars global surveyor 1
|
355 |
+
mgs 1
|
356 |
+
galaxy evolution explorer 1
|
357 |
+
0N 1
|
358 |
+
0E 1
|
359 |
+
herschel space observatory 1
|
360 |
+
wide-field infrared survey explorer 1
|
361 |
+
suomi npp 1
|
362 |
+
viirs 1
|
363 |
+
jaxa 1
|
364 |
+
IC 5332 1
|
365 |
+
Messier in 1
|
366 |
+
NGC 6611 1
|
367 |
+
serpens 1
|
368 |
+
Messier 43 1
|
369 |
+
NGC 2024 1
|
370 |
+
brown dwarf 1
|
371 |
+
binary star 1
|
372 |
+
binary star system 1
|
373 |
+
NGC 7354 1
|
374 |
+
cepheus 1
|
375 |
+
NGC 4038 1
|
376 |
+
antennae 1
|
377 |
+
antennae galaxies 1
|
378 |
+
N51 1
|
379 |
+
Messier 61 1
|
380 |
+
NGC 4303 1
|
381 |
+
NGC 2441 1
|
382 |
+
binary systems 1
|
383 |
+
white dwarf star 1
|
384 |
+
NGC 1433 1
|
385 |
+
NGC 7793 1
|
386 |
+
7793s 1
|
387 |
+
94910s 1
|
388 |
+
wolf-rayet star 1
|
389 |
+
turquoise 1
|
390 |
+
archival pure parallel project 1
|
391 |
+
appp 1
|
392 |
+
NGC 1501 1
|
393 |
+
NGC 986 1
|
394 |
+
NGC 4102 1
|
395 |
+
1980s 1
|
396 |
+
ionosphere 1
|
397 |
+
space telescope imaging spectrograph 1
|
398 |
+
stis 1
|
399 |
+
Messier 79 1
|
400 |
+
UGC 6093 1
|
401 |
+
NGC 3201 1
|
402 |
+
NGC 7331 1
|
403 |
+
winged horse 1
|
404 |
+
NGC 1015 1
|
405 |
+
whale 1
|
406 |
+
catherine wheel 1
|
407 |
+
SDSS J1156+1911 1
|
408 |
+
brightest cluster galaxy 1
|
409 |
+
bcg 1
|
410 |
+
sloan digital sky survey 1
|
411 |
+
sdss j1156+1911 1
|
412 |
+
greenish 1
|
413 |
+
NGC 4621 1
|
414 |
+
Messier 59 1
|
415 |
+
NGC 4051 1
|
416 |
+
1983I 1
|
417 |
+
IC 10 1
|
418 |
+
Messier 98 1
|
419 |
+
berenice's hair 1
|
420 |
+
NGC 2022 1
|
421 |
+
NGC 2371 1
|
422 |
+
NGC 3717 1
|
423 |
+
sea serpent 1
|
424 |
+
NGC 4380 1
|
425 |
+
NGC 1706 1
|
426 |
+
NGC 3749 1
|
427 |
+
IC 2051 1
|
428 |
+
NGC 5364 1
|
429 |
+
NGC 2008 1
|
430 |
+
pictor 1
|
431 |
+
spiralling 1
|
432 |
+
NGC 5907 1
|
433 |
+
NGC 1805 1
|
434 |
+
NGC 5643 1
|
435 |
+
NGC 1365 1
|
436 |
+
UGCA 193 1
|
437 |
+
sextans 1
|
438 |
+
sextant 1
|
439 |
+
NGC 1792 1
|
440 |
+
022058s 1
|
441 |
+
einstein rings 1
|
442 |
+
einstein ring 1
|
443 |
+
molten ring 1
|
444 |
+
gal-clus-022058s 1
|
445 |
+
NGC4826 1
|
446 |
+
black eye 1
|
447 |
+
evil eye 1
|
448 |
+
NGC 2336 1
|
449 |
+
AFGL 5180 1
|
450 |
+
cygnus loop 1
|
451 |
+
NGC 5037 1
|
452 |
+
IC 1954 1
|
453 |
+
NGC 5495 1
|
454 |
+
NGC 7038 1
|
455 |
+
1A 1
|
456 |
+
arches 1
|
457 |
+
exoplanet 1
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438375973
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ee225c61ab6e0656cb640d14816722d380feef576cbcd89a985597a34a6e2d0
|
3 |
size 3438375973
|
vae/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 334715313
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d9dc9bed805209216e053eb43f12f5e7566d2aa87f433315b6eeb721d95fb3e
|
3 |
size 334715313
|