ariG23498 HF Staff commited on
Commit
46110e9
·
verified ·
1 Parent(s): 645b097

Upload Kijai_WanVideo_comfy_fp8_scaled_0.py with huggingface_hub

Browse files
Kijai_WanVideo_comfy_fp8_scaled_0.py CHANGED
@@ -26,11 +26,10 @@ except Exception as e:
26
  traceback.print_exc(file=f)
27
 
28
  from slack_sdk import WebClient
29
- client = WebClient(token=os.environ["SLACK_TOKEN"])
30
  client.chat_postMessage(
31
- channel=#exp-slack-alerts,
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Kijai_WanVideo_comfy_fp8_scaled_0.txt|Kijai_WanVideo_comfy_fp8_scaled_0.txt>',
33
- thread_ts=parent_message_ts,
34
  )
35
  finally:
36
  from huggingface_hub import upload_file
 
26
  traceback.print_exc(file=f)
27
 
28
  from slack_sdk import WebClient
29
+ client = WebClient(token=os.environ['SLACK_TOKEN'])
30
  client.chat_postMessage(
31
+ channel='#exp-slack-alerts',
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Kijai_WanVideo_comfy_fp8_scaled_0.txt|Kijai_WanVideo_comfy_fp8_scaled_0.txt>',
 
33
  )
34
  finally:
35
  from huggingface_hub import upload_file