pnemrow commited on
Commit
a7fb031
·
verified ·
1 Parent(s): 71415e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -312,6 +312,13 @@ def make_depth_map(img: Image.Image, *, use_gpu: bool) -> Image.Image:
312
  NONE_LORA = "None"
313
 
314
  ADAPTER_SPECS = {
 
 
 
 
 
 
 
315
  "Consistance": {
316
  "type": "single",
317
  "repo": "Pr0f3ssi0n4ln00b/QIE_2511_Consistency_Lora",
 
312
  NONE_LORA = "None"
313
 
314
  ADAPTER_SPECS = {
315
+ "My-LoRA": {
316
+ "type": "single",
317
+ "repo": "ScottzillaSystems/qwen-image-edit-plus-nsfw-lora",
318
+ "weights": "qwen-image-edit-plus-nsfw-lora.safetensors",
319
+ "adapter_name": "my-lora",
320
+ "strength": 1.0,
321
+ },
322
  "Consistance": {
323
  "type": "single",
324
  "repo": "Pr0f3ssi0n4ln00b/QIE_2511_Consistency_Lora",