Update README.md
Browse files
README.md
CHANGED
@@ -27,3 +27,6 @@ pipe = pipe.to(device)
|
|
27 |
prompt = "<new1> cat swimming in a pool"
|
28 |
images = pipe(prompt, num_inference_steps=200, guidance_scale=6., eta=1.).images
|
29 |
```
|
|
|
|
|
|
|
|
27 |
prompt = "<new1> cat swimming in a pool"
|
28 |
images = pipe(prompt, num_inference_steps=200, guidance_scale=6., eta=1.).images
|
29 |
```
|
30 |
+
|
31 |
+
<img src='https://huggingface.co/nupurkmr9/custom_diffusion_cat/blob/main/cat.png' align="center" width=800>
|
32 |
+
|