Update README.md
Browse files
README.md
CHANGED
|
@@ -92,10 +92,10 @@ Here’s a table format for the Hugging Face model **"prithivMLmods/Canopus-LoRA
|
|
| 92 |
import torch
|
| 93 |
from pipelines import DiffusionPipeline
|
| 94 |
|
| 95 |
-
base_model = "
|
| 96 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
| 97 |
|
| 98 |
-
lora_repo = "prithivMLmods/Canopus-LoRA-Flux-
|
| 99 |
trigger_word = "Ultra realistic" # Leave trigger_word blank if not used.
|
| 100 |
pipe.load_lora_weights(lora_repo)
|
| 101 |
|
|
|
|
| 92 |
import torch
|
| 93 |
from pipelines import DiffusionPipeline
|
| 94 |
|
| 95 |
+
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 |
|