prithivMLmods commited on
Commit
85e533b
·
verified ·
1 Parent(s): ff6f79b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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