Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -6,7 +6,7 @@ from panna.pipeline import PipelineLEditsPP
|
|
6 |
|
7 |
model = PipelineLEditsPP()
|
8 |
title = ("# [LEdits ++](https://huggingface.co/spaces/editing-images/leditsplusplus) with [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)\n"
|
9 |
-
"The demo is part of [panna](https://github.com/
|
10 |
example_files = []
|
11 |
for n in range(1, 10):
|
12 |
load_image(f"https://huggingface.co/spaces/depth-anything/Depth-Anything-V2/resolve/main/assets/examples/demo{n:0>2}.jpg").save(f"demo{n:0>2}.jpg")
|
|
|
6 |
|
7 |
model = PipelineLEditsPP()
|
8 |
title = ("# [LEdits ++](https://huggingface.co/spaces/editing-images/leditsplusplus) with [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)\n"
|
9 |
+
"The demo is part of [panna](https://github.com/asahi417/panna) project.")
|
10 |
example_files = []
|
11 |
for n in range(1, 10):
|
12 |
load_image(f"https://huggingface.co/spaces/depth-anything/Depth-Anything-V2/resolve/main/assets/examples/demo{n:0>2}.jpg").save(f"demo{n:0>2}.jpg")
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
accelerate
|
3 |
panna>=0.0.8
|
|
|
1 |
+
git+https://github.com/rwightman/pytorch-image-models.git
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
accelerate
|
4 |
panna>=0.0.8
|