prithivMLmods commited on
Commit
9877c90
1 Parent(s): 3af9ae6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ from pipelines import DiffusionPipeline
66
  base_model = "black-forest-labs/FLUX.1-dev"
67
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
68
 
69
- lora_repo = "strangerzonehf/Flux-3DXL-TacGun-LoRA"
70
  trigger_word = "Anime Xmas"
71
  pipe.load_lora_weights(lora_repo)
72
 
 
66
  base_model = "black-forest-labs/FLUX.1-dev"
67
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
68
 
69
+ lora_repo = "strangerzonehf/Flux-Anime-Xmas-LoRA"
70
  trigger_word = "Anime Xmas"
71
  pipe.load_lora_weights(lora_repo)
72