Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Inference Endpoints
Supermaxman commited on
Commit
027dc55
1 Parent(s): 5d440bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -42,21 +42,21 @@ Put in a detailed text prompt and generate Hubble Deep Space Images!
42
  > captures the moments after collapse, where the star has exploded and left an empty void in its
43
  > place, where a new black hole has emerged.
44
 
45
- ![old.png](https://github.com/Supermaxman/HubbleDiffuser/blob/02a359c183dc5fb769e8d4d023daf27906e30334/examples/hubble-diffusion-1/old.png?raw=true)
46
 
47
  > Hubble snaps images of the birthplace of stars within a cluster:
48
  > The dust and gas expand within the cluster due to the powerful influence of baby stars.
49
  > With these new images comes improved detail and a clearer view for astronomers to
50
  > study how early stars are born and change over time.
51
 
52
- ![baby.png](https://github.com/Supermaxman/HubbleDiffuser/blob/02a359c183dc5fb769e8d4d023daf27906e30334/examples/hubble-diffusion-1/baby.png?raw=true)
53
 
54
  > Hubble image of galaxies colliding: The distorted spirals of two distant galaxies colliding are
55
  > captured here in a new image from the NASA/ESA Hubble Space Telescope. The typically symmetric
56
  > spirals common in spiral galaxies appear significantly warped, as the shape of both galaxies is torn
57
  > apart by their gravitational pulls.
58
 
59
- ![collide.png](https://github.com/Supermaxman/HubbleDiffuser/blob/02a359c183dc5fb769e8d4d023daf27906e30334/examples/hubble-diffusion-1/collide.png?raw=true)
60
 
61
  ## Model Details
62
 
@@ -64,16 +64,18 @@ Put in a detailed text prompt and generate Hubble Deep Space Images!
64
  - **Model type:** Diffusion-based text-to-image generation model
65
  - **Language(s):** English
66
  - **License:** [The CreativeML OpenRAIL M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) is an [Open RAIL M license](https://www.licenses.ai/blog/2022/8/18/naming-convention-of-responsible-ai-licenses), adapted from the work that [BigScience](https://bigscience.huggingface.co/) and [the RAIL Initiative](https://www.licenses.ai/) are jointly carrying in the area of responsible AI licensing. See also [the article about the BLOOM Open RAIL license](https://bigscience.huggingface.co/blog/the-bigscience-rail-license) on which our license is based.
67
- - **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
68
  - **Resources for more information:** [GitHub Repository](https://github.com/CompVis/stable-diffusion), [Paper](https://arxiv.org/abs/2112.10752).
69
  - **Cite as:**
70
 
71
- @misc{weinzierl2023sdhubble1,
72
- author = {Weinzierl, Maxwell A.},
73
- title = {Hubble Diffusion v1: Stable Diffusion v1.4 fine tuned on ESA Hubble Deep Space Images & Captions},
74
- year={2023},
75
- howpublished= {\url{https://huggingface.co/Supermaxman/hubble-diffusion-1}}
76
- }
 
 
77
 
78
  Also, be sure to check out the new and improved [Hubble Diffusion v2](https://huggingface.co/Supermaxman/hubble-diffusion-2)!
79
 
@@ -102,7 +104,7 @@ image = pipe(prompt).images[0]
102
  image
103
  ```
104
 
105
- ![example.png](https://github.com/Supermaxman/HubbleDiffuser/blob/ef399e27d09746d5bf16c51b051de04dac072cc2/examples/hubble-diffusion-1/example.png?raw=true)
106
 
107
  ## Model description
108
 
@@ -112,7 +114,7 @@ Trained on [ESA Hubble Deep Space Images & Captions](https://huggingface.co/data
112
 
113
  - [Captioned Hubble Deep Space Scans dataset](https://huggingface.co/datasets/Supermaxman/esa-hubble)
114
  - [Model weights in Diffusers format](https://huggingface.co/Supermaxman/hubble-diffusion-1)
115
- - [Training code](https://github.com/Supermaxman/HubbleDiffuser)
116
  - [Hubble Diffusion v2](https://huggingface.co/Supermaxman/hubble-diffusion-2)
117
 
118
  Trained by [Maxwell Weinzierl](https://personal.utdallas.edu/~maxwell.weinzierl/) ([@Supermaxman1](https://twitter.com/Supermaxman1)).
 
42
  > captures the moments after collapse, where the star has exploded and left an empty void in its
43
  > place, where a new black hole has emerged.
44
 
45
+ ![old.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/old.png?raw=true)
46
 
47
  > Hubble snaps images of the birthplace of stars within a cluster:
48
  > The dust and gas expand within the cluster due to the powerful influence of baby stars.
49
  > With these new images comes improved detail and a clearer view for astronomers to
50
  > study how early stars are born and change over time.
51
 
52
+ ![baby.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/baby.png?raw=true)
53
 
54
  > Hubble image of galaxies colliding: The distorted spirals of two distant galaxies colliding are
55
  > captured here in a new image from the NASA/ESA Hubble Space Telescope. The typically symmetric
56
  > spirals common in spiral galaxies appear significantly warped, as the shape of both galaxies is torn
57
  > apart by their gravitational pulls.
58
 
59
+ ![collide.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/collide.png?raw=true)
60
 
61
  ## Model Details
62
 
 
64
  - **Model type:** Diffusion-based text-to-image generation model
65
  - **Language(s):** English
66
  - **License:** [The CreativeML OpenRAIL M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) is an [Open RAIL M license](https://www.licenses.ai/blog/2022/8/18/naming-convention-of-responsible-ai-licenses), adapted from the work that [BigScience](https://bigscience.huggingface.co/) and [the RAIL Initiative](https://www.licenses.ai/) are jointly carrying in the area of responsible AI licensing. See also [the article about the BLOOM Open RAIL license](https://bigscience.huggingface.co/blog/the-bigscience-rail-license) on which our license is based.
67
+ - **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487), with initial weights from [CompVis/stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4). It was fine-tuned on [Supermaxman/esa-hubble](https://huggingface.co/datasets/Supermaxman/esa-hubble).
68
  - **Resources for more information:** [GitHub Repository](https://github.com/CompVis/stable-diffusion), [Paper](https://arxiv.org/abs/2112.10752).
69
  - **Cite as:**
70
 
71
+ ```bibtex
72
+ @misc{weinzierl2023sdhubble1,
73
+ author = {Weinzierl, Maxwell A.},
74
+ title = {Hubble Diffusion v1: Stable Diffusion v1.4 fine tuned on ESA Hubble Deep Space Images & Captions},
75
+ year={2023},
76
+ howpublished= {\url{https://huggingface.co/Supermaxman/hubble-diffusion-1}}
77
+ }
78
+ ```
79
 
80
  Also, be sure to check out the new and improved [Hubble Diffusion v2](https://huggingface.co/Supermaxman/hubble-diffusion-2)!
81
 
 
104
  image
105
  ```
106
 
107
+ ![example.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/example.png?raw=true)
108
 
109
  ## Model description
110
 
 
114
 
115
  - [Captioned Hubble Deep Space Scans dataset](https://huggingface.co/datasets/Supermaxman/esa-hubble)
116
  - [Model weights in Diffusers format](https://huggingface.co/Supermaxman/hubble-diffusion-1)
117
+ - [Training code](https://github.com/Supermaxman/hubble-diffusion)
118
  - [Hubble Diffusion v2](https://huggingface.co/Supermaxman/hubble-diffusion-2)
119
 
120
  Trained by [Maxwell Weinzierl](https://personal.utdallas.edu/~maxwell.weinzierl/) ([@Supermaxman1](https://twitter.com/Supermaxman1)).