Spaces:
Runtime error
Runtime error
prithivMLmods
commited on
Commit
•
30a13de
1
Parent(s):
7eef284
Update app.py
Browse files
app.py
CHANGED
@@ -183,6 +183,14 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
183 |
|
184 |
#-----------------------------------------------------------------------------------LoRA's--------------------------------------------------------------------------#
|
185 |
loras = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
#1
|
187 |
{
|
188 |
"image": "https://huggingface.co/prithivMLmods/Canopus-LoRA-Flux-FaceRealism/resolve/main/images/11.png",
|
|
|
183 |
|
184 |
#-----------------------------------------------------------------------------------LoRA's--------------------------------------------------------------------------#
|
185 |
loras = [
|
186 |
+
#0
|
187 |
+
{
|
188 |
+
"image": "https://huggingface.co/prithivMLmods/Uncoloured-Polygon-Flux-LoRA/resolve/main/images/qw1.jpg",
|
189 |
+
"title": "Uncoloured Polygon",
|
190 |
+
"repo": "prithivMLmods/Uncoloured-Polygon-Flux-LoRA",
|
191 |
+
"weights": "Uncoloured-3D-Polygon.safetensors",
|
192 |
+
"trigger_word": "uncoloured polygon"
|
193 |
+
}
|
194 |
#1
|
195 |
{
|
196 |
"image": "https://huggingface.co/prithivMLmods/Canopus-LoRA-Flux-FaceRealism/resolve/main/images/11.png",
|