Choquinlabs commited on
Commit
3d4a57a
·
verified ·
1 Parent(s): fa02ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -111,6 +111,12 @@ except Exception as e:
111
  MAX_SEED = np.iinfo(np.int32).max
112
 
113
  ADAPTER_SPECS = {
 
 
 
 
 
 
114
  "Multiple-Angles": {
115
  "repo": "dx8152/Qwen-Edit-2509-Multiple-angles",
116
  "weights": "镜头转换.safetensors",
 
111
  MAX_SEED = np.iinfo(np.int32).max
112
 
113
  ADAPTER_SPECS = {
114
+ "Tosti-Style-Transfer": {
115
+ "repo": "lichorosario/tosti-qwen-edit-2511",
116
+ "weights": "tosti-qwen-edit-2511_5.safetensors",
117
+ "adapter_name": "tosti-style"
118
+ },
119
+
120
  "Multiple-Angles": {
121
  "repo": "dx8152/Qwen-Edit-2509-Multiple-angles",
122
  "weights": "镜头转换.safetensors",