update model card
Browse files
README.md
CHANGED
@@ -1,42 +1,32 @@
|
|
1 |
|
2 |
---
|
3 |
-
license:
|
4 |
tags:
|
5 |
- stable-diffusion
|
6 |
- stable-diffusion-diffusers
|
7 |
- text-to-image
|
8 |
widget:
|
9 |
-
- text: "
|
10 |
-
example_title:
|
11 |
-
- text: "
|
12 |
-
example_title:
|
13 |
-
- text: "
|
14 |
-
example_title:
|
15 |
-
- text: "
|
16 |
-
example_title:
|
17 |
-
- text: "A small cabin on top of a snowy mountain in the style of Disney, artstation"
|
18 |
-
example_title: Snowy disney cabin
|
19 |
extra_gated_prompt: |-
|
20 |
This model is open access and available to all, with a Crative Commons 0 license further specifying rights and usage.
|
21 |
|
22 |
extra_gated_heading: Please read the LICENSE to access this model
|
23 |
---
|
24 |
|
25 |
-
#
|
26 |
|
27 |
-
|
28 |
-
For more information about how Stable Diffusion functions, please have a look at [🤗's Stable Diffusion with 🧨Diffusers blog](https://huggingface.co/blog/stable_diffusion).
|
29 |
-
|
30 |
-
The **Stable-Diffusion-v1-4** checkpoint was initialized with the weights of the [Stable-Diffusion-v1-2](https:/steps/huggingface.co/CompVis/stable-diffusion-v1-2)
|
31 |
-
checkpoint and subsequently fine-tuned on 225k steps at resolution 512x512 on "laion-aesthetics v2 5+" and 10% dropping of the text-conditioning to improve [classifier-free guidance sampling](https://arxiv.org/abs/2207.12598).
|
32 |
-
|
33 |
-
This weights here are intended to be used with the 🧨 Diffusers library. If you are looking for the weights to be loaded into the CompVis Stable Diffusion codebase, [come here](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original)
|
34 |
-
|
35 |
-
## Model Details
|
36 |
|
37 |
-
##
|
|
|
38 |
|
39 |
-
We recommend using [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion.
|
40 |
|
41 |
### PyTorch
|
42 |
|
|
|
1 |
|
2 |
---
|
3 |
+
license: cc0-1.0
|
4 |
tags:
|
5 |
- stable-diffusion
|
6 |
- stable-diffusion-diffusers
|
7 |
- text-to-image
|
8 |
widget:
|
9 |
+
- text: "racc0ons, full_body, baseball_uniform, backwards_baseball_hat, angry, attitude"
|
10 |
+
example_title: Batter up
|
11 |
+
- text: "racc0ons, full_body, aviator_sunglasses, leather_jacket, slicked_back_hair"
|
12 |
+
example_title: Ayyyyyy!
|
13 |
+
- text: "racc0ons, full_body, sitting, throne, wearing_gold_crown, bright_background"
|
14 |
+
example_title: Royal RaCC0on
|
15 |
+
- text: "racc0ons, full_body, gold chain, tattoo, afro"
|
16 |
+
example_title: RaCC0on with gold chain
|
|
|
|
|
17 |
extra_gated_prompt: |-
|
18 |
This model is open access and available to all, with a Crative Commons 0 license further specifying rights and usage.
|
19 |
|
20 |
extra_gated_heading: Please read the LICENSE to access this model
|
21 |
---
|
22 |
|
23 |
+
# RaCC0ons Diffusion 0.5
|
24 |
|
25 |
+
RaCC0ons Diffusion is a latent text-to-image diffusion model capable of generating cuddly trash pandas based on [RaCC0ons World](https://racc0ons.com/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
## Prompts
|
28 |
+
Get creative, but remember to always add "racc0ons" as part of your prompt in order to generate the right style.
|
29 |
|
|
|
30 |
|
31 |
### PyTorch
|
32 |
|