prithivMLmods commited on
Commit
1b27151
·
verified ·
1 Parent(s): 02741fa

update app

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -99,6 +99,14 @@ LORA_STYLES = [
99
  "weights": "bfs_head_v1_flux-klein_9b_step3750_rank64.safetensors",
100
  "default_prompt": FACE_SWAP_PROMPT
101
  },
 
 
 
 
 
 
 
 
102
  ]
103
 
104
  LOADED_ADAPTERS = set()
@@ -366,6 +374,11 @@ with gr.Blocks() as demo:
366
  "cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by prithivMLmods preserving realistic texture and details",
367
  "None"
368
  ],
 
 
 
 
 
369
  ],
370
  inputs=[input_images, prompt, selected_style_name],
371
  outputs=[output_image, used_seed],
 
99
  "weights": "bfs_head_v1_flux-klein_9b_step3750_rank64.safetensors",
100
  "default_prompt": FACE_SWAP_PROMPT
101
  },
102
+ {
103
+ "image": "https://huggingface.co/spaces/prithivMLmods/FLUX.2-Klein-LoRA-Studio/resolve/main/examples/face-swap.jpg",
104
+ "title": "Ghost-Mannequin",
105
+ "adapter_name": "ghost-mannequin",
106
+ "repo": "nhathoangfoto/FLUX.2-klein-ghost-mannequin",
107
+ "weights": "3D-GhosMannequinRank-256_000005000.safetensors",
108
+ "default_prompt": None
109
+ },
110
  ]
111
 
112
  LOADED_ADAPTERS = set()
 
374
  "cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by prithivMLmods preserving realistic texture and details",
375
  "None"
376
  ],
377
+ [
378
+ ["examples/cloth.jpg"],
379
+ "3Dghostmannequin",
380
+ "Ghost-Mannequin"
381
+ ],
382
  ],
383
  inputs=[input_images, prompt, selected_style_name],
384
  outputs=[output_image, used_seed],