awacke1 commited on
Commit
61f5341
1 Parent(s): a3dfcb0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -5,5 +5,6 @@ Pillow
5
  huggingface-hub
6
  gradio
7
  tqdm
8
- cloob-training # This is the library you're missing
9
- ldm # If it's a specific package for latent diffusion, might need custom install
 
 
5
  huggingface-hub
6
  gradio
7
  tqdm
8
+ transformers # For CLIP
9
+ vqvae # Assuming this package exists or is custom
10
+ diffusion-models # Assuming this package exists or is custom