Spaces:
Paused
Paused
Rishi Desai
commited on
Commit
·
40b090b
1
Parent(s):
0fa63ec
commenting hf metadata out
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
title: My Face Enhancement Space
|
3 |
emoji: 😊
|
@@ -7,7 +8,8 @@ sdk: gradio
|
|
7 |
sdk_version: 5.25.2
|
8 |
app_file: demo.py
|
9 |
pinned: false
|
10 |
-
---
|
|
|
11 |
|
12 |
# Face Enhance
|
13 |
A tool for improving facial consistency and quality in AI-generated images. Dramatically enhance facial fidelity while preserving the original image's background, lighting, and composition.
|
@@ -84,7 +86,7 @@ A simple web interface for the face enhancement workflow.
|
|
84 |
|
85 |
2. Go to http://localhost:7860. You may need to enable port forwarding.
|
86 |
|
87 |
-
##
|
88 |
|
89 |
Run `python run_comfy.py`. There are two workflows:
|
90 |
- `FaceEnhance/workflows/FaceEnhancementProd.json` for face enhancement
|
|
|
1 |
+
<!-- Needed for HF space
|
2 |
---
|
3 |
title: My Face Enhancement Space
|
4 |
emoji: 😊
|
|
|
8 |
sdk_version: 5.25.2
|
9 |
app_file: demo.py
|
10 |
pinned: false
|
11 |
+
---
|
12 |
+
-->
|
13 |
|
14 |
# Face Enhance
|
15 |
A tool for improving facial consistency and quality in AI-generated images. Dramatically enhance facial fidelity while preserving the original image's background, lighting, and composition.
|
|
|
86 |
|
87 |
2. Go to http://localhost:7860. You may need to enable port forwarding.
|
88 |
|
89 |
+
## ComfyUI
|
90 |
|
91 |
Run `python run_comfy.py`. There are two workflows:
|
92 |
- `FaceEnhance/workflows/FaceEnhancementProd.json` for face enhancement
|