Commit
·
f3eb465
1
Parent(s):
50f0536
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ The model is created using the following steps:
|
|
| 10 |
|
| 11 |
|
| 12 |
```
|
|
|
|
|
|
|
| 13 |
pipeline = DiffusionPipeline.from_pretrained(
|
| 14 |
"Andyrasika/lora_diffusion"
|
| 15 |
,custom_pipeline = "lpw_stable_diffusion"
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
```
|
| 13 |
+
from diffusers import DiffusionPipeline
|
| 14 |
+
import torch
|
| 15 |
pipeline = DiffusionPipeline.from_pretrained(
|
| 16 |
"Andyrasika/lora_diffusion"
|
| 17 |
,custom_pipeline = "lpw_stable_diffusion"
|