Spaces:
Running
Running
Update public-apps/stability.livemd
Browse files
public-apps/stability.livemd
CHANGED
@@ -29,14 +29,16 @@ Stability AI provides their Stability Diffusion family of image generation model
|
|
29 |
```
|
30 |
|
31 |
```elixir
|
32 |
-
Kino.FS.file_path("giraffe-explosion.webp")
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
Kino.
|
38 |
-
"> Example of image generated with Stable Diffusion 3: `A running giraffe, behind it an explosion, all surrounded by the vastness of space and a galaxy.` "
|
39 |
-
)
|
40 |
```
|
41 |
|
42 |
```elixir
|
|
|
29 |
```
|
30 |
|
31 |
```elixir
|
32 |
+
#Kino.FS.file_path("giraffe-explosion.webp")
|
33 |
+
#|> File.read!()
|
34 |
+
#|> Kino.Image.new("image/webp")
|
35 |
+
#|> Kino.render()
|
36 |
+
#
|
37 |
+
#Kino.Markdown.new(
|
38 |
+
# "> Example of image generated with Stable Diffusion 3: `A running giraffe, behind it an explosion, all surrounded by the vastness of space and a galaxy.` "
|
39 |
+
#)
|
40 |
|
41 |
+
Kino.nothing()
|
|
|
|
|
42 |
```
|
43 |
|
44 |
```elixir
|