Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ pipe = FluxKontextPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev
|
|
21 |
# Load LoRA data
|
22 |
flux_loras_raw = [
|
23 |
{
|
24 |
-
"image": "examples/1.
|
25 |
"title": "Studio Ghibli",
|
26 |
"repo": "openfree/flux-chatgpt-ghibli-lora",
|
27 |
"trigger_word": "ghibli",
|
@@ -29,7 +29,7 @@ flux_loras_raw = [
|
|
29 |
"likes": 0
|
30 |
},
|
31 |
{
|
32 |
-
"image": "examples/2.
|
33 |
"title": "Winslow Homer",
|
34 |
"repo": "openfree/winslow-homer",
|
35 |
"trigger_word": "homer",
|
@@ -37,7 +37,7 @@ flux_loras_raw = [
|
|
37 |
"likes": 0
|
38 |
},
|
39 |
{
|
40 |
-
"image": "examples/3.
|
41 |
"title": "Van Gogh",
|
42 |
"repo": "openfree/van-gogh",
|
43 |
"trigger_word": "gogh",
|
@@ -45,7 +45,7 @@ flux_loras_raw = [
|
|
45 |
"likes": 0
|
46 |
},
|
47 |
{
|
48 |
-
"image": "examples/4.
|
49 |
"title": "Paul Cézanne",
|
50 |
"repo": "openfree/paul-cezanne",
|
51 |
"trigger_word": "Cezanne",
|
@@ -53,7 +53,7 @@ flux_loras_raw = [
|
|
53 |
"likes": 0
|
54 |
},
|
55 |
{
|
56 |
-
"image": "examples/5.
|
57 |
"title": "Renoir",
|
58 |
"repo": "openfree/pierre-auguste-renoir",
|
59 |
"trigger_word": "Renoir",
|
@@ -61,7 +61,7 @@ flux_loras_raw = [
|
|
61 |
"likes": 0
|
62 |
},
|
63 |
{
|
64 |
-
"image": "examples/6.
|
65 |
"title": "Claude Monet",
|
66 |
"repo": "openfree/claude-monet",
|
67 |
"trigger_word": "claude monet",
|
@@ -69,7 +69,7 @@ flux_loras_raw = [
|
|
69 |
"likes": 0
|
70 |
},
|
71 |
{
|
72 |
-
"image": "examples/7.
|
73 |
"title": "Fantasy Art",
|
74 |
"repo": "openfree/myt-flux-fantasy",
|
75 |
"trigger_word": "fantasy",
|
|
|
21 |
# Load LoRA data
|
22 |
flux_loras_raw = [
|
23 |
{
|
24 |
+
"image": "examples/1.webp",
|
25 |
"title": "Studio Ghibli",
|
26 |
"repo": "openfree/flux-chatgpt-ghibli-lora",
|
27 |
"trigger_word": "ghibli",
|
|
|
29 |
"likes": 0
|
30 |
},
|
31 |
{
|
32 |
+
"image": "examples/2.webp",
|
33 |
"title": "Winslow Homer",
|
34 |
"repo": "openfree/winslow-homer",
|
35 |
"trigger_word": "homer",
|
|
|
37 |
"likes": 0
|
38 |
},
|
39 |
{
|
40 |
+
"image": "examples/3.webp",
|
41 |
"title": "Van Gogh",
|
42 |
"repo": "openfree/van-gogh",
|
43 |
"trigger_word": "gogh",
|
|
|
45 |
"likes": 0
|
46 |
},
|
47 |
{
|
48 |
+
"image": "examples/4.webp",
|
49 |
"title": "Paul Cézanne",
|
50 |
"repo": "openfree/paul-cezanne",
|
51 |
"trigger_word": "Cezanne",
|
|
|
53 |
"likes": 0
|
54 |
},
|
55 |
{
|
56 |
+
"image": "examples/5.webp",
|
57 |
"title": "Renoir",
|
58 |
"repo": "openfree/pierre-auguste-renoir",
|
59 |
"trigger_word": "Renoir",
|
|
|
61 |
"likes": 0
|
62 |
},
|
63 |
{
|
64 |
+
"image": "examples/6.webp",
|
65 |
"title": "Claude Monet",
|
66 |
"repo": "openfree/claude-monet",
|
67 |
"trigger_word": "claude monet",
|
|
|
69 |
"likes": 0
|
70 |
},
|
71 |
{
|
72 |
+
"image": "examples/7.webp",
|
73 |
"title": "Fantasy Art",
|
74 |
"repo": "openfree/myt-flux-fantasy",
|
75 |
"trigger_word": "fantasy",
|