IdlecloudX commited on
Commit
dad086b
·
verified ·
1 Parent(s): f375f31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -0
app.py CHANGED
@@ -14,6 +14,26 @@ LORA_SETS = {
14
  "Remove Clothes": {
15
  "file": "change_clothes_to_nothing_000012800.safetensors",
16
  "adapter_name": "remove_clothes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
18
  }
19
  # -------------------------
 
14
  "Remove Clothes": {
15
  "file": "change_clothes_to_nothing_000012800.safetensors",
16
  "adapter_name": "remove_clothes"
17
+ },
18
+ "Pencil Drawing": {
19
+ "file": "pencil_drawing.safetensors",
20
+ "adapter_name": "pencil_drawing"
21
+ },
22
+ "Pixelize": {
23
+ "file": "kontext-pixelize-v1.1_000001500.safetensors",
24
+ "adapter_name": "pixelize"
25
+ },
26
+ "Fluffy Art": {
27
+ "file": "fluffy-kontext-lora.safetensors",
28
+ "adapter_name": "fluffy"
29
+ },
30
+ "Reality Transform": {
31
+ "file": "aldniki_reality_transform_v01.safetensors",
32
+ "adapter_name": "reality_transform"
33
+ },
34
+ "Figure Maker": {
35
+ "file": "aldniki_figure_maker_v01.safetensors",
36
+ "adapter_name": "figure_maker"
37
  }
38
  }
39
  # -------------------------