WatchOutForMike commited on
Commit
7117754
·
1 Parent(s): f48c7ee

D&D Update

Browse files
Files changed (1) hide show
  1. app.py +8 -0
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",