Update README.md
Browse files
README.md
CHANGED
|
@@ -71,7 +71,7 @@ from pipelines import DiffusionPipeline
|
|
| 71 |
base_model = "black-forest-labs/FLUX.1-dev"
|
| 72 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
| 73 |
|
| 74 |
-
lora_repo = "
|
| 75 |
trigger_word = "Product Ad"
|
| 76 |
pipe.load_lora_weights(lora_repo)
|
| 77 |
|
|
|
|
| 71 |
base_model = "black-forest-labs/FLUX.1-dev"
|
| 72 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
| 73 |
|
| 74 |
+
lora_repo = "prithivMLmods/Flux-Product-Ad-Backdrop"
|
| 75 |
trigger_word = "Product Ad"
|
| 76 |
pipe.load_lora_weights(lora_repo)
|
| 77 |
|