Rishi Desai commited on
Commit
bc039e0
·
1 Parent(s): 40b090b

adding it back in

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,16 +1,3 @@
1
- <!-- Needed for HF space
2
- ---
3
- title: My Face Enhancement Space
4
- emoji: 😊
5
- colorFrom: blue
6
- colorTo: green
7
- sdk: gradio
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.
16
 
@@ -105,3 +92,14 @@ Run `python run_comfy.py`. There are two workflows:
105
  - **Out of memory errors**: If your GPU has less than 48 GB VRAM, install [Flux.1-dev at fp8 precision](https://huggingface.co/Comfy-Org/flux1-dev).
106
  - **Face detection issues**: This method works for photorealistic images of people. It may not work on cartoons, anime characters, or non-human subjects.
107
  - **Downloading models fails**: Check your Hugging Face token has proper permissions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Face Enhance
2
  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.
3
 
 
92
  - **Out of memory errors**: If your GPU has less than 48 GB VRAM, install [Flux.1-dev at fp8 precision](https://huggingface.co/Comfy-Org/flux1-dev).
93
  - **Face detection issues**: This method works for photorealistic images of people. It may not work on cartoons, anime characters, or non-human subjects.
94
  - **Downloading models fails**: Check your Hugging Face token has proper permissions.
95
+
96
+ ---
97
+ title: Face Enhancement
98
+ emoji: 😎
99
+ colorFrom: red
100
+ colorTo: green
101
+ sdk: gradio
102
+ sdk_version: 5.25.2
103
+ app_file: demo.py
104
+ pinned: false
105
+ ---