-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
42 lines (42 loc) · 1.66 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "modules/llama"]
path = modules/llama
url = https://github.com/meta-llama/llama.git
[submodule "modules/llama3"]
path = modules/llama3
url = https://github.com/meta-llama/llama3
[submodule "modules/GCG"]
path = modules/GCG
url = https://github.com/llm-attacks/llm-attacks.git
[submodule "modules/safe-latent-diffusion"]
path = modules/safe-latent-diffusion
url = https://github.com/ml-research/safe-latent-diffusion.git
[submodule "modules/SneakyPrompt"]
path = modules/SneakyPrompt
url = https://github.com/Yuchen413/text2image_safety.git
[submodule "modules/stable-diffusion"]
path = modules/stable-diffusion
url = https://github.com/CompVis/stable-diffusion.git
[submodule "modules/stable-diffusion-2"]
path = modules/stable-diffusion-2
url = https://github.com/Stability-AI/stablediffusion.git
[submodule "modules/dalle2-laion"]
path = modules/dalle2-laion
url = https://github.com/LAION-AI/dalle2-laion.git
[submodule "modules/DALLE2-pytorch"]
path = modules/DALLE2-pytorch
url = https://github.com/lucidrains/DALLE2-pytorch.git
[submodule "modules/Fair-Diffusion"]
path = modules/Fair-Diffusion
url = https://github.com/ml-research/Fair-Diffusion.git
[submodule "modules/finetune-fair-diffusion"]
path = modules/finetune-fair-diffusion
url = https://github.com/sail-sg/finetune-fair-diffusion.git
[submodule "modules/UniversalFakeDetect"]
path = modules/UniversalFakeDetect
url = https://github.com/WisconsinAIVision/UniversalFakeDetect.git
[submodule "modules/CNNDetection"]
path = modules/CNNDetection
url = https://github.com/PeterWang512/CNNDetection.git
[submodule "modules/DIRE"]
path = modules/DIRE
url = https://github.com/ZhendongWang6/DIRE.git