Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ from huggingface_hub import hf_hub_download
|
|
33 |
import torch
|
34 |
|
35 |
from diffusers import FluxPipeline, FluxTransformer2DModel, GGUFQuantizationConfig
|
36 |
-
os.system("wget https://huggingface.co/city96/flux.1-lite-8B-alpha-gguf/flux.1-lite-8B-alpha-Q3_K_S.gguf
|
37 |
ckpt_path = (
|
38 |
-
"
|
39 |
)
|
40 |
transformer = FluxTransformer2DModel.from_single_file(
|
41 |
ckpt_path,
|
|
|
33 |
import torch
|
34 |
|
35 |
from diffusers import FluxPipeline, FluxTransformer2DModel, GGUFQuantizationConfig
|
36 |
+
os.system("wget https://huggingface.co/city96/flux.1-lite-8B-alpha-gguf/flux.1-lite-8B-alpha-Q3_K_S.gguf")
|
37 |
ckpt_path = (
|
38 |
+
"flux.1-lite-8B-alpha-Q3_K_S.gguf"
|
39 |
)
|
40 |
transformer = FluxTransformer2DModel.from_single_file(
|
41 |
ckpt_path,
|