Spaces:
Paused
Paused
Rishi Desai
commited on
Commit
·
88b5c01
1
Parent(s):
3c6dec0
added examples to readme
Browse files
README.md
CHANGED
|
@@ -103,3 +103,38 @@ Run `python run_comfy.py`. There are two workflows:
|
|
| 103 |
- **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).
|
| 104 |
- **Face detection issues**: This method works for photorealistic images of people. It may not work on cartoons, anime characters, or non-human subjects.
|
| 105 |
- **Downloading models fails**: Check your Hugging Face token has proper permissions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
- **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).
|
| 104 |
- **Face detection issues**: This method works for photorealistic images of people. It may not work on cartoons, anime characters, or non-human subjects.
|
| 105 |
- **Downloading models fails**: Check your Hugging Face token has proper permissions.
|
| 106 |
+
|
| 107 |
+
### Examples
|
| 108 |
+
|
| 109 |
+
<table>
|
| 110 |
+
<tr>
|
| 111 |
+
<th>Target image</th>
|
| 112 |
+
<th>Face image</th>
|
| 113 |
+
<th>Enhanced image</th>
|
| 114 |
+
</tr>
|
| 115 |
+
<tr>
|
| 116 |
+
<td><img src="examples/dany_gpt_1.png" alt="Dany Target 1" width="200"/></td>
|
| 117 |
+
<td><img src="examples/dany_face.jpg" alt="Dany Face" width="200"/></td>
|
| 118 |
+
<td><img src="examples/dany_enhanced_1.png" alt="Dany Enhanced 1" width="200"/></td>
|
| 119 |
+
</tr>
|
| 120 |
+
<tr>
|
| 121 |
+
<td><img src="examples/dany_gpt_2.png" alt="Dany Target 2" width="200"/></td>
|
| 122 |
+
<td><img src="examples/dany_face.jpg" alt="Dany Face" width="200"/></td>
|
| 123 |
+
<td><img src="examples/dany_enhanced_2.png" alt="Dany Enhanced 2" width="200"/></td>
|
| 124 |
+
</tr>
|
| 125 |
+
<tr>
|
| 126 |
+
<td><img src="examples/elon_gpt.png" alt="Elon Target" width="200"/></td>
|
| 127 |
+
<td><img src="examples/elon_face.png" alt="Elon Face" width="200"/></td>
|
| 128 |
+
<td><img src="examples/elon_enhanced.png" alt="Elon Enhanced" width="200"/></td>
|
| 129 |
+
</tr>
|
| 130 |
+
<tr>
|
| 131 |
+
<td><img src="examples/tim_gpt_1.png" alt="Tim Target 1" width="200"/></td>
|
| 132 |
+
<td><img src="examples/tim_face.jpg" alt="Tim Face" width="200"/></td>
|
| 133 |
+
<td><img src="examples/tim_enhanced_1.png" alt="Tim Enhanced 1" width="200"/></td>
|
| 134 |
+
</tr>
|
| 135 |
+
<tr>
|
| 136 |
+
<td><img src="examples/tim_gpt_2.png" alt="Tim Target 2" width="200"/></td>
|
| 137 |
+
<td><img src="examples/tim_face.jpg" alt="Tim Face" width="200"/></td>
|
| 138 |
+
<td><img src="examples/tim_enhanced_2.png" alt="Tim Enhanced 2" width="200"/></td>
|
| 139 |
+
</tr>
|
| 140 |
+
</table>
|