add Flux2-Klein-9B-Consistency Adapter ✅

#1
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -107,6 +107,14 @@ LORA_STYLES = [
107
  "weights": "3D-GhosMannequinRank-256_000005000.safetensors",
108
  "default_prompt": None
109
  },
 
 
 
 
 
 
 
 
110
  ]
111
 
112
  LOADED_ADAPTERS = set()
 
107
  "weights": "3D-GhosMannequinRank-256_000005000.safetensors",
108
  "default_prompt": None
109
  },
110
+ {
111
+ "image": "https://huggingface.co/spaces/prithivMLmods/FLUX.2-Klein-LoRA-Studio/resolve/main/examples/mc.png",
112
+ "title": "Klein-Consistency",
113
+ "adapter_name": "klein-consistency",
114
+ "repo": "dx8152/Flux2-Klein-9B-Consistency",
115
+ "weights": "Klein-consistency.safetensors",
116
+ "default_prompt": None
117
+ },
118
  ]
119
 
120
  LOADED_ADAPTERS = set()