ariG23498 HF Staff commited on
Commit
5adcedf
·
verified ·
1 Parent(s): e5fe580

Upload lovis93_next-scene-qwen-image-lora-2509_0.py with huggingface_hub

Browse files
lovis93_next-scene-qwen-image-lora-2509_0.py CHANGED
@@ -4,6 +4,8 @@
4
  # "torch",
5
  # "torchvision",
6
  # "transformers",
 
 
7
  # "accelerate",
8
  # "peft",
9
  # "slack-sdk",
@@ -28,7 +30,7 @@ except Exception as e:
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/lovis93_next-scene-qwen-image-lora-2509_0.txt|lovis93_next-scene-qwen-image-lora-2509_0.txt>',
33
  )
34
 
 
4
  # "torch",
5
  # "torchvision",
6
  # "transformers",
7
+ # "diffusers",
8
+ # "sentence-transformers",
9
  # "accelerate",
10
  # "peft",
11
  # "slack-sdk",
 
30
  from slack_sdk import WebClient
31
  client = WebClient(token=os.environ['SLACK_TOKEN'])
32
  client.chat_postMessage(
33
+ channel='#hub-model-metadata-snippets-sprint',
34
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/lovis93_next-scene-qwen-image-lora-2509_0.txt|lovis93_next-scene-qwen-image-lora-2509_0.txt>',
35
  )
36