File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ This guide will show you how to use the [`StableDiffusion3Pipeline`] in a server
99Start by navigating to the ` examples/server `  folder and installing all of the dependencies.
1010
1111``` py 
12- pip install . 
13- pip install - f  requirements.txt
12+ pip install diffusers 
13+ pip install - r  requirements.txt
1414``` 
1515
1616Launch the server with the following command.
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ py-consul
66prometheus_client >= 0.18.0
77prometheus-fastapi-instrumentator >= 7.0.0
88fastapi
9- uvicorn
9+ uvicorn
10+ accelerate
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ fsspec==2024.10.0
3939    #   torch 
4040h11 == 0.14.0 
4141    # via uvicorn 
42- huggingface-hub == 0.26.1  
42+ huggingface-hub == 0.35.0  
4343    # via 
4444    #   tokenizers 
4545    #   transformers 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments