Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ korean_labels = {
|
|
| 37 |
}
|
| 38 |
|
| 39 |
# load pipelines
|
| 40 |
-
base_model = "black-forest-labs/FLUX.1-
|
| 41 |
|
| 42 |
taef1 = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=torch.bfloat16).to("cuda")
|
| 43 |
pipe = FluxPipeline.from_pretrained(base_model,
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
# load pipelines
|
| 40 |
+
base_model = "black-forest-labs/FLUX.1-dev"
|
| 41 |
|
| 42 |
taef1 = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=torch.bfloat16).to("cuda")
|
| 43 |
pipe = FluxPipeline.from_pretrained(base_model,
|