prithivMLmods commited on
Commit
11917a0
1 Parent(s): 2241699

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -96,7 +96,7 @@ base_model = "black-forest-labs/FLUX.1-dev"
96
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
97
 
98
  lora_repo = "prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0"
99
- trigger_word = "Ultra realistic" # Leave trigger_word blank if not used.
100
  pipe.load_lora_weights(lora_repo)
101
 
102
  device = torch.device("cuda")
 
96
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
97
 
98
  lora_repo = "prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0"
99
+ trigger_word = "Ultra realistic"
100
  pipe.load_lora_weights(lora_repo)
101
 
102
  device = torch.device("cuda")