Update README.md
Browse filesDeployment Options
Deploy the app using:
Hugging Face Spaces for lightweight hosting.
Docker to containerize the app for portability.
Cloud Providers (AWS, GCP, Azure) for scalable hosting.
RunPod or Banana.dev for GPU-backed deployments.
This approach lets you use Stable Diffusion v1-4 for photorealistic, high-quality image generation, deployable in a user-friendly interface.
README.md
CHANGED
@@ -6,6 +6,7 @@ colorTo: purple
|
|
6 |
sdk: gradio
|
7 |
pinned: false
|
8 |
license: bigscience-openrail-m
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: gradio
|
7 |
pinned: false
|
8 |
license: bigscience-openrail-m
|
9 |
+
sdk_version: 5.12.0
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|