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