Update README.md
#155
by
AwesomeFP66
- opened
README.md
CHANGED
@@ -64,8 +64,8 @@ To just use the base model, you can run:
|
|
64 |
from diffusers import DiffusionPipeline
|
65 |
import torch
|
66 |
|
67 |
-
|
68 |
-
|
69 |
|
70 |
# if using torch < 2.0
|
71 |
# pipe.enable_xformers_memory_efficient_attention()
|
|
|
64 |
from diffusers import DiffusionPipeline
|
65 |
import torch
|
66 |
|
67 |
+
pipeline = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0")
|
68 |
+
pipeline.load_lora_weights("fofr/sdxl-pixar-cars")
|
69 |
|
70 |
# if using torch < 2.0
|
71 |
# pipe.enable_xformers_memory_efficient_attention()
|