G-Rost commited on
Commit
8867e98
1 Parent(s): 6c2065d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,19 +1,19 @@
1
  # Core Libraries
2
  torch
3
- diffusers>=0.19.3
4
- transformers==4.40.0
5
  gradio
6
  huggingface_hub
7
  # Accelerate and Optimization (Optional for CPU)
8
- # accelerate
9
- # xformers
10
 
11
  # Image Manipulation and Watermarking
12
  Pillow
13
  invisible-watermark
14
 
15
  # (Optional) Alternative Model Dependencies
16
- # scipy # Only needed if using LMSDiscreteScheduler for faster models
17
 
18
  # Development Tools (Optional)
19
  # jupyter # If running in a Jupyter Notebook
 
1
  # Core Libraries
2
  torch
3
+ diffusers
4
+ transformers
5
  gradio
6
  huggingface_hub
7
  # Accelerate and Optimization (Optional for CPU)
8
+ accelerate
9
+ xformers
10
 
11
  # Image Manipulation and Watermarking
12
  Pillow
13
  invisible-watermark
14
 
15
  # (Optional) Alternative Model Dependencies
16
+ scipy
17
 
18
  # Development Tools (Optional)
19
  # jupyter # If running in a Jupyter Notebook