MegaTronX commited on
Commit
a14bc84
·
verified ·
1 Parent(s): fcf5d57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
 
6
  # Replace with your actual model and LoRA paths
7
  BASE_MODEL = "black-forest-labs/FLUX-1-dev"
8
- LORA_MODEL = "your_username/your_flux_lora" # Replace with your repo
9
 
10
  # Load base model pipeline
11
  pipe = FluxPipeline.from_pretrained(BASE_MODEL, torch_dtype=torch.float16)
 
5
 
6
  # Replace with your actual model and LoRA paths
7
  BASE_MODEL = "black-forest-labs/FLUX-1-dev"
8
+ LORA_MODEL = "MegaTronX/MetartLoRA" # Replace with your repo
9
 
10
  # Load base model pipeline
11
  pipe = FluxPipeline.from_pretrained(BASE_MODEL, torch_dtype=torch.float16)