Update README.md
Browse files
README.md
CHANGED
@@ -32,8 +32,11 @@ This Lora, designed for the Flux Dev model, brings the rich, textured world of i
|
|
32 |
## Try It Out!
|
33 |
|
34 |
I'm excited to share this Lora with the community and see what you create with it. Whether you're into landscapes, portraits, or abstract art, this impasto Lora can add a new dimension to your work.
|
|
|
|
|
|
|
35 |
```python
|
36 |
-
|
37 |
import torch
|
38 |
from diffusers import FluxPipeline
|
39 |
|
|
|
32 |
## Try It Out!
|
33 |
|
34 |
I'm excited to share this Lora with the community and see what you create with it. Whether you're into landscapes, portraits, or abstract art, this impasto Lora can add a new dimension to your work.
|
35 |
+
|
36 |
+
##Inference
|
37 |
+
|
38 |
```python
|
39 |
+
|
40 |
import torch
|
41 |
from diffusers import FluxPipeline
|
42 |
|