prithivMLmods commited on
Commit
582a6b9
1 Parent(s): 28d2fef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/Flux-Sketch-Sized-LoRA"
79
- trigger_word = "Sketch Sized"
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")