Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|