Spaces:
Running
on
Zero
Running
on
Zero
tight-inversion
commited on
Commit
·
9b55d79
1
Parent(s):
4ebc565
Update requirements
Browse files- app.py +0 -1
- requirements.txt +3 -3
app.py
CHANGED
@@ -334,7 +334,6 @@ _HEADER_ = '''
|
|
334 |
<h1 style="font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; display: contents;">Tight Inversion for Portrait Editing with FLUX</h1>
|
335 |
</div>
|
336 |
|
337 |
-
❗️❗️❗️**Tips:**
|
338 |
Provide a portrait image and an edit prompt. You can try the examples below or upload your own image.
|
339 |
Adjust the id weight to control the faithfulness of the generated image to the input image.
|
340 |
''' # noqa E501
|
|
|
334 |
<h1 style="font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; display: contents;">Tight Inversion for Portrait Editing with FLUX</h1>
|
335 |
</div>
|
336 |
|
|
|
337 |
Provide a portrait image and an edit prompt. You can try the examples below or upload your own image.
|
338 |
Adjust the id weight to control the faithfulness of the generated image to the input image.
|
339 |
''' # noqa E501
|
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch==2.4.
|
2 |
-
torchvision==0.19.
|
3 |
diffusers==0.30.0
|
4 |
transformers==4.43.3
|
5 |
optimum-quanto==0.2.4
|
6 |
-
gradio==
|
7 |
opencv-python
|
8 |
httpx>=0.23.3
|
9 |
timm
|
|
|
1 |
+
torch==2.4.0
|
2 |
+
torchvision==0.19.0
|
3 |
diffusers==0.30.0
|
4 |
transformers==4.43.3
|
5 |
optimum-quanto==0.2.4
|
6 |
+
gradio==5.20.0
|
7 |
opencv-python
|
8 |
httpx>=0.23.3
|
9 |
timm
|