Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ This model was created as part of the Keras DreamBooth Sprint 🔥. Visit the [o
|
|
64 |
![Portrait of puggieace dog as a Roman Emperor, city in background, ultra realistic, intricate details, eerie, highly detailed, photorealistic, octane render, 8 k, unreal engine. art by artgerm and greg rutkowski and charlie bowater and magali villeneuve and alphonse mucha](examples/emperor-2.1.jpg)
|
65 |
|
66 |
|
67 |
-
## Usage Stable Diffusion V1.4
|
68 |
|
69 |
```python
|
70 |
from huggingface_hub import from_pretrained_keras
|
@@ -80,7 +80,7 @@ images = model.text_to_image("a photo of puggieace dog on the beach", batch_size
|
|
80 |
plt.imshow(image[0])
|
81 |
```
|
82 |
|
83 |
-
## Usage Stable Diffusion V2.1
|
84 |
|
85 |
```python
|
86 |
from diffusers import StableDiffusionPipeline
|
|
|
64 |
![Portrait of puggieace dog as a Roman Emperor, city in background, ultra realistic, intricate details, eerie, highly detailed, photorealistic, octane render, 8 k, unreal engine. art by artgerm and greg rutkowski and charlie bowater and magali villeneuve and alphonse mucha](examples/emperor-2.1.jpg)
|
65 |
|
66 |
|
67 |
+
## Usage with Stable Diffusion V1.4
|
68 |
|
69 |
```python
|
70 |
from huggingface_hub import from_pretrained_keras
|
|
|
80 |
plt.imshow(image[0])
|
81 |
```
|
82 |
|
83 |
+
## Usage with Stable Diffusion V2.1
|
84 |
|
85 |
```python
|
86 |
from diffusers import StableDiffusionPipeline
|