Adedoyinjames commited on
Commit
ace2197
·
verified ·
1 Parent(s): b8fd2a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ pipe = FluxPipeline.from_pretrained(
29
  )
30
 
31
  # Enable CPU offloading to stay within the ~16GB RAM limit
32
- pipe.enable_model_cpu_offload()
33
 
34
  class PromptRequest(BaseModel):
35
  prompt: str
 
29
  )
30
 
31
  # Enable CPU offloading to stay within the ~16GB RAM limit
32
+ # pipe.enable_model_cpu_offload() # Disabled because no GPU was found
33
 
34
  class PromptRequest(BaseModel):
35
  prompt: str