Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ This checkpoint is a 8-step distilled Lora, trained based on FLUX.1-dev model. W
|
|
37 |
## diffusers
|
38 |
This model can be used ditrectly with diffusers
|
39 |
|
40 |
-
```
|
41 |
import torch
|
42 |
from diffusers.pipelines import FluxPipeline
|
43 |
|
|
|
37 |
## diffusers
|
38 |
This model can be used ditrectly with diffusers
|
39 |
|
40 |
+
```python
|
41 |
import torch
|
42 |
from diffusers.pipelines import FluxPipeline
|
43 |
|