Spaces:
Running
on
Zero
Running
on
Zero
Rishi Desai
commited on
Commit
·
a973422
1
Parent(s):
fd68100
more readme work
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
|
4 |
<div style="text-align: center;">
|
5 |
<img src="examples/elon_compare.gif" alt="Elon Comparison" width="600"/>
|
@@ -55,7 +55,7 @@ touch .env
|
|
55 |
echo "FAL_API_KEY=your_fal_api_key_here" >> .env
|
56 |
```
|
57 |
|
58 |
-
|
59 |
|
60 |
# Gradio Demo
|
61 |
|
@@ -72,3 +72,9 @@ python gradio_demo.py
|
|
72 |
- The script and demo run a ComfyUI server ephemerally
|
73 |
- All images are saved in ./ComfyUI/input/scratch/
|
74 |
- Temporary files are created during processing and cleaned up afterward
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
4 |
<div style="text-align: center;">
|
5 |
<img src="examples/elon_compare.gif" alt="Elon Comparison" width="600"/>
|
|
|
55 |
echo "FAL_API_KEY=your_fal_api_key_here" >> .env
|
56 |
```
|
57 |
|
58 |
+
The FAL API key is used for face upscaling during preprocessing. You can get one at [fal.ai](https://fal.ai/).
|
59 |
|
60 |
# Gradio Demo
|
61 |
|
|
|
72 |
- The script and demo run a ComfyUI server ephemerally
|
73 |
- All images are saved in ./ComfyUI/input/scratch/
|
74 |
- Temporary files are created during processing and cleaned up afterward
|
75 |
+
|
76 |
+
### Troubleshooting
|
77 |
+
|
78 |
+
- **Out of memory errors**: If your GPU has less than 48 GB VRAM, install [Flux.1-dev at float8 precision](https://huggingface.co/Comfy-Org/flux1-dev).
|
79 |
+
- **Face detection issues**: This method works for photorealistic images of people. It may not work on cartoons, anime characters, or non-human subjects.
|
80 |
+
- **Downloading models fails**: Check your Hugging Face token has proper permissions.
|