nitrosocke
commited on
Commit
•
4d5357f
1
Parent(s):
d34dac8
Update README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,6 @@ Use the tokens **_redshift style_** in your prompts for the effect.
|
|
19 |
**If you enjoy my work and want to test new models before release, please consider supporting me**
|
20 |
[![Become A Patreon](https://badgen.net/badge/become/a%20patron/F96854)](https://patreon.com/user?u=79196446)
|
21 |
|
22 |
-
# Gradio
|
23 |
-
|
24 |
-
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI run redshift-diffusion:
|
25 |
-
[![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/nitrosocke/Redshift-Diffusion-Demo)
|
26 |
-
|
27 |
**Characters rendered with the model:**
|
28 |
![Videogame Samples](https://huggingface.co/nitrosocke/redshift-diffusion/resolve/main/images/redshift-diffusion-samples-01s.jpg)
|
29 |
**Cars and Landscapes rendered with the model:**
|
@@ -37,6 +32,13 @@ _Steps: 40, Sampler: DPM2 Karras, CFG scale: 7, Seed: 908018284, Size: 512x704_
|
|
37 |
**redshift style Ford Mustang**
|
38 |
_Steps: 20, Sampler: DPM2 Karras, CFG scale: 7, Seed: 579593863, Size: 704x512_
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
### 🧨 Diffusers
|
41 |
|
42 |
This model can be used just like any other Stable Diffusion model. For more information,
|
@@ -58,8 +60,6 @@ image = pipe(prompt).images[0]
|
|
58 |
image.save("./magical_princess.png")
|
59 |
```
|
60 |
|
61 |
-
This model was trained using the diffusers based dreambooth training by ShivamShrirao using prior-preservation loss and the _train-text-encoder_ flag in 11.000 steps.
|
62 |
-
|
63 |
## License
|
64 |
|
65 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
|
|
19 |
**If you enjoy my work and want to test new models before release, please consider supporting me**
|
20 |
[![Become A Patreon](https://badgen.net/badge/become/a%20patron/F96854)](https://patreon.com/user?u=79196446)
|
21 |
|
|
|
|
|
|
|
|
|
|
|
22 |
**Characters rendered with the model:**
|
23 |
![Videogame Samples](https://huggingface.co/nitrosocke/redshift-diffusion/resolve/main/images/redshift-diffusion-samples-01s.jpg)
|
24 |
**Cars and Landscapes rendered with the model:**
|
|
|
32 |
**redshift style Ford Mustang**
|
33 |
_Steps: 20, Sampler: DPM2 Karras, CFG scale: 7, Seed: 579593863, Size: 704x512_
|
34 |
|
35 |
+
This model was trained using the diffusers based dreambooth training by ShivamShrirao using prior-preservation loss and the _train-text-encoder_ flag in 11.000 steps.
|
36 |
+
|
37 |
+
### Gradio
|
38 |
+
|
39 |
+
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI run redshift-diffusion:
|
40 |
+
[![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/nitrosocke/Redshift-Diffusion-Demo)
|
41 |
+
|
42 |
### 🧨 Diffusers
|
43 |
|
44 |
This model can be used just like any other Stable Diffusion model. For more information,
|
|
|
60 |
image.save("./magical_princess.png")
|
61 |
```
|
62 |
|
|
|
|
|
63 |
## License
|
64 |
|
65 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|