Commit
·
fd6ecac
1
Parent(s):
41b065c
add gradio and colab links (#6)
Browse files- add gradio and colab links (274a31813fb5a10a57e42cec72f2a42a3d0fd802)
Co-authored-by: Ahsen Khaliq <[email protected]>
README.md
CHANGED
@@ -37,6 +37,12 @@ image = pipe(prompt).images[0]
|
|
37 |
image.save("./magical_princess.png")
|
38 |
```
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#### Prompt and settings for Lara Croft:
|
41 |
**modern disney lara croft**
|
42 |
_Steps: 50, Sampler: Euler a, CFG scale: 7, Seed: 3940025417, Size: 512x768_
|
|
|
37 |
image.save("./magical_princess.png")
|
38 |
```
|
39 |
|
40 |
+
# Gradio & Colab
|
41 |
+
|
42 |
+
We also support a [Gradio](https://github.com/gradio-app/gradio) Web UI and Colab with Diffusers to run fine-tuned Stable Diffusion models:
|
43 |
+
[![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/anzorq/finetuned_diffusion)
|
44 |
+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1j5YvfMZoGdDGdj3O3xRU1m4ujKYsElZO?usp=sharing)
|
45 |
+
|
46 |
#### Prompt and settings for Lara Croft:
|
47 |
**modern disney lara croft**
|
48 |
_Steps: 50, Sampler: Euler a, CFG scale: 7, Seed: 3940025417, Size: 512x768_
|