Spaces:
Running
on
Zero
Running
on
Zero
sd
Browse files- controllers/1.51ctは幅が結 +1 -0
- mysite/interpreter/process.py +20 -1
- requirements.txt +6 -6
controllers/1.51ctは幅が結
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 896eea5c2ac654a8fcdf0897800227bc6f0ea79b
|
mysite/interpreter/process.py
CHANGED
@@ -161,7 +161,26 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url):
|
|
161 |
}
|
162 |
}
|
163 |
]
|
164 |
-
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
]
|
167 |
}
|
|
|
161 |
}
|
162 |
}
|
163 |
]
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"textParagraph": {
|
167 |
+
"text": "<b>{}</b>".format("リファスタチャットボット確認")
|
168 |
+
}
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"buttons": [
|
172 |
+
{
|
173 |
+
"textButton": {
|
174 |
+
"text": "Open Link",
|
175 |
+
"onClick": {
|
176 |
+
"openLink": {
|
177 |
+
"url": "https://www.coze.com/store/bot/7372534558954176520?panel=1&bid=6cqv73j0k7g0i"
|
178 |
+
}
|
179 |
+
}
|
180 |
+
}
|
181 |
+
}
|
182 |
+
]
|
183 |
+
},
|
184 |
|
185 |
]
|
186 |
}
|
requirements.txt
CHANGED
@@ -46,11 +46,11 @@ llamafactory
|
|
46 |
aiofiles
|
47 |
diffusers
|
48 |
psycopg2-binary
|
49 |
-
|
50 |
#git+https://github.com/huggingface/diffusers@9dc8444
|
51 |
#gradio==3.23.0
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
46 |
aiofiles
|
47 |
diffusers
|
48 |
psycopg2-binary
|
49 |
+
accelerate
|
50 |
#git+https://github.com/huggingface/diffusers@9dc8444
|
51 |
#gradio==3.23.0
|
52 |
+
huggingface-hub
|
53 |
+
imageio[ffmpeg]
|
54 |
+
torch
|
55 |
+
torchvision
|
56 |
+
transformers
|