weathon
commited on
Commit
·
1c89832
1
Parent(s):
a67076d
- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/ChenDarYen/Normalized-Attention-Guidance.git
|
2 |
+
diffusers
|
3 |
+
transformers
|
4 |
+
wandb
|
5 |
+
openai
|
6 |
+
dotenv
|
7 |
+
numpy
|
8 |
+
Pillow
|
9 |
+
git+https://github.com/huggingface/diffusers
|
10 |
+
accelerate
|
11 |
+
ftfy
|
12 |
+
imageioadd
|