Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Inference Endpoints
Supermaxman commited on
Commit
18aa482
1 Parent(s): 92d08e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -41,19 +41,22 @@ Put in a detailed text prompt and generate Hubble Deep Space Images!
41
  > weight of their own gravity and the outer layers explode as a 'supernova'. In this image Hubble
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
- >![old.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/old.png?raw=true)
 
45
 
46
  > Hubble snaps images of the birthplace of stars within a cluster:
47
  > The dust and gas expand within the cluster due to the powerful influence of baby stars.
48
  > With these new images comes improved detail and a clearer view for astronomers to
49
  > study how early stars are born and change over time.
50
- >![baby.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/baby.png?raw=true)
 
51
 
52
  > Hubble image of galaxies colliding: The distorted spirals of two distant galaxies colliding are
53
  > captured here in a new image from the NASA/ESA Hubble Space Telescope. The typically symmetric
54
  > spirals common in spiral galaxies appear significantly warped, as the shape of both galaxies is torn
55
  > apart by their gravitational pulls.
56
- >![collide.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/collide.png?raw=true)
 
57
 
58
  ## Model Details
59
 
@@ -101,7 +104,7 @@ image = pipe(prompt).images[0]
101
  image
102
  ```
103
 
104
- >![example.png](https://github.com/Supermaxman/hubble-diffusion/blob/e76b22c805eea07e376f23ad12bb9ddecfd47cca/examples/hubble-diffusion-1/example.png?raw=true)
105
 
106
  ## Model description
107
 
 
41
  > weight of their own gravity and the outer layers explode as a 'supernova'. In this image Hubble
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
 
 
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