Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
7117754
1
Parent(s):
f48c7ee
D&D Update
Browse files
app.py
CHANGED
@@ -195,6 +195,14 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
195 |
|
196 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
197 |
loras = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
#Super-Realism
|
199 |
{
|
200 |
"image": "https://huggingface.co/strangerzonehf/Flux-Super-Realism-LoRA/resolve/main/images/1.png",
|
|
|
195 |
|
196 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
197 |
loras = [
|
198 |
+
#D&D Style
|
199 |
+
{
|
200 |
+
"image": "https://huggingface.co/SouthbayJay/dnd-style-flux/resolve/main/27073771.jpeg",
|
201 |
+
"title": "D&D Style",
|
202 |
+
"repo": "SouthbayJay/dnd-style-flux",
|
203 |
+
"weights": "d&d-style.safetensors",
|
204 |
+
"trigger_word": "D&D Style"
|
205 |
+
},
|
206 |
#Super-Realism
|
207 |
{
|
208 |
"image": "https://huggingface.co/strangerzonehf/Flux-Super-Realism-LoRA/resolve/main/images/1.png",
|