vilarin commited on
Commit
9aa2c8b
1 Parent(s): 3ac8308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -32,8 +32,6 @@ JS = """function () {
32
 
33
  if torch.cuda.is_available():
34
  pipe = FluxPipeline.from_pretrained(model, torch_dtype=torch.bfloat16)
35
- pipe.enable_model_cpu_offload()
36
-
37
 
38
  def scrape_lora_link(url):
39
  try:
 
32
 
33
  if torch.cuda.is_available():
34
  pipe = FluxPipeline.from_pretrained(model, torch_dtype=torch.bfloat16)
 
 
35
 
36
  def scrape_lora_link(url):
37
  try: