prithivMLmods
commited on
Commit
•
21ca2a1
1
Parent(s):
d27dd91
Update README.md
Browse files
README.md
CHANGED
@@ -95,7 +95,7 @@ base_model = "black-forest-labs/FLUX.1-dev"
|
|
95 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
96 |
|
97 |
lora_repo = "prithivMLmods/Canopus-Anime-Art-Flux-LoRA"
|
98 |
-
trigger_word = "Anime"
|
99 |
pipe.load_lora_weights(lora_repo)
|
100 |
|
101 |
device = torch.device("cuda")
|
@@ -144,6 +144,4 @@ Weights for this model are available in Safetensors format.
|
|
144 |
|
145 |
.
|
146 |
|
147 |
-
.
|
148 |
-
|
149 |
.🤗: https://hf.co/prithivmlmods
|
|
|
95 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
96 |
|
97 |
lora_repo = "prithivMLmods/Canopus-Anime-Art-Flux-LoRA"
|
98 |
+
trigger_word = "Anime"
|
99 |
pipe.load_lora_weights(lora_repo)
|
100 |
|
101 |
device = torch.device("cuda")
|
|
|
144 |
|
145 |
.
|
146 |
|
|
|
|
|
147 |
.🤗: https://hf.co/prithivmlmods
|