Spaces:
Running
Running
set pytorch-lightning version to 1.6.5 (newer version throws an error)
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
|
3 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
4 |
-
os.system("cd cloob-latent-diffusion;pip install omegaconf pillow pytorch-lightning einops wandb ftfy regex ./CLIP")
|
5 |
|
6 |
import argparse
|
7 |
from functools import partial
|
|
|
1 |
import os
|
2 |
|
3 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
4 |
+
os.system("cd cloob-latent-diffusion;pip install omegaconf pillow pytorch-lightning==1.6.5 einops wandb ftfy regex ./CLIP")
|
5 |
|
6 |
import argparse
|
7 |
from functools import partial
|