Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,16 @@ license: mit
|
|
11 |
short_description: Gradio web application demo for CipherCore SD1.5
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
short_description: Gradio web application demo for CipherCore SD1.5
|
12 |
---
|
13 |
|
14 |
+
Adding Models:
|
15 |
+
|
16 |
+
Copy and paste model author/name in this section:
|
17 |
+
''''
|
18 |
+
DEFAULT_HUB_MODELS = [
|
19 |
+
"Raxephion/Typhoon-SD1.5-V1",
|
20 |
+
"Yntec/RevAnimatedV2Rebirth",
|
21 |
+
"stablediffusionapi/realcartoon-anime-v11"
|
22 |
+
# "CompVis/stable-diffusion-v1-4", # Example SD 1.4 model (might behave slightly differently)
|
23 |
+
# Add other diffusers-compatible SD1.5 models here
|
24 |
+
]
|
25 |
+
''''
|
26 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|