Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ torch.backends.cuda.matmul.allow_tf32 = True
|
|
| 13 |
base_model = "black-forest-labs/FLUX.1-dev"
|
| 14 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
| 15 |
|
| 16 |
-
lora_repo = "
|
| 17 |
trigger_word = "" # Leave trigger_word blank if not used.
|
| 18 |
pipe.load_lora_weights(lora_repo)
|
| 19 |
|
|
|
|
| 13 |
base_model = "black-forest-labs/FLUX.1-dev"
|
| 14 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
| 15 |
|
| 16 |
+
lora_repo = "Shakker-Labs/AWPortraitCN"
|
| 17 |
trigger_word = "" # Leave trigger_word blank if not used.
|
| 18 |
pipe.load_lora_weights(lora_repo)
|
| 19 |
|