prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ from pipelines import DiffusionPipeline
|
|
75 |
base_model = "black-forest-labs/FLUX.1-dev"
|
76 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
77 |
|
78 |
-
lora_repo = "strangerzonehf/Flux-Sketch-Smudge-LoRA
|
79 |
trigger_word = "Sketch Smudge"
|
80 |
pipe.load_lora_weights(lora_repo)
|
81 |
|
|
|
75 |
base_model = "black-forest-labs/FLUX.1-dev"
|
76 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
77 |
|
78 |
+
lora_repo = "strangerzonehf/Flux-Sketch-Smudge-LoRA"
|
79 |
trigger_word = "Sketch Smudge"
|
80 |
pipe.load_lora_weights(lora_repo)
|
81 |
|