Spaces:
Runtime error
Runtime error
Commit
·
5cc27da
1
Parent(s):
82a933a
initial commit
Browse files
README.md
CHANGED
@@ -2,41 +2,3 @@
|
|
2 |
#Stable Diffusion Xl Refiner 1.0
|
3 |
|
4 |
Our goal is to generate high quality fashion items (with models) based on the prompt.
|
5 |
-
|
6 |
-
###Steps (POC)
|
7 |
-
- submit prompt on the UI to our AWS Lambda endpoint
|
8 |
-
- take the prompt and feed to an LLM model to check if it's fashion related prompt.
|
9 |
-
- If no, return an error.
|
10 |
-
- if yes,
|
11 |
-
- increment distributed cache by 1. Return error when reaching 10 requests per hour.
|
12 |
-
- feed the prompt to the HuggingFace Spaces endpoint
|
13 |
-
- generate image, return image to the lambda
|
14 |
-
- save image in S3.
|
15 |
-
- return image to the front-end
|
16 |
-
- Any errors shown to the user, also show a subscription form to notify the user when we go live.
|
17 |
-
|
18 |
-
What I need:
|
19 |
-
- Serverless Framework
|
20 |
-
- Fast API service unik-ml
|
21 |
-
- Fast API service unik-huggingface-sd
|
22 |
-
- S3 bucket
|
23 |
-
- smallest distributed cache
|
24 |
-
- Pulumi:
|
25 |
-
- Redis
|
26 |
-
- s3 bucket
|
27 |
-
-
|
28 |
-
|
29 |
-
emoji: 📈
|
30 |
-
|
31 |
-
colorFrom: pink
|
32 |
-
|
33 |
-
colorTo: gray
|
34 |
-
|
35 |
-
sdk: docker
|
36 |
-
|
37 |
-
pinned: false
|
38 |
-
|
39 |
-
license: openrail
|
40 |
-
---
|
41 |
-
|
42 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
2 |
#Stable Diffusion Xl Refiner 1.0
|
3 |
|
4 |
Our goal is to generate high quality fashion items (with models) based on the prompt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|