Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ from diffusers import StableDiffusionPipeline
|
|
46 |
from safetensors.torch import load_file
|
47 |
|
48 |
# Load the base pipeline
|
49 |
-
pipe = StableDiffusionPipeline.from_pretrained("Xena18284/Xena")
|
50 |
|
51 |
# Load both LoRA weights
|
52 |
pipe.load_lora_weights("aidmaMJ61-FLUX-v05.safetensors") # Midjourney to Flux
|
|
|
46 |
from safetensors.torch import load_file
|
47 |
|
48 |
# Load the base pipeline
|
49 |
+
pipe = StableDiffusionPipeline.from_pretrained("Xena18284/Xena", torch_dtype=torch.float16)
|
50 |
|
51 |
# Load both LoRA weights
|
52 |
pipe.load_lora_weights("aidmaMJ61-FLUX-v05.safetensors") # Midjourney to Flux
|