prithivMLmods
commited on
Commit
•
582a6b9
1
Parent(s):
28d2fef
Update README.md
Browse files
README.md
CHANGED
@@ -75,8 +75,8 @@ 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/
|
79 |
-
trigger_word = "Sketch
|
80 |
pipe.load_lora_weights(lora_repo)
|
81 |
|
82 |
device = torch.device("cuda")
|
|
|
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/Sketch-paint"
|
79 |
+
trigger_word = "Sketch paint"
|
80 |
pipe.load_lora_weights(lora_repo)
|
81 |
|
82 |
device = torch.device("cuda")
|