Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,6 @@ pipe = FluxImagePipeline.from_pretrained(
|
|
| 48 |
],
|
| 49 |
)
|
| 50 |
pipe.load_lora(pipe.dit, "models/DiffSynth-Studio/FLUX.1-Kontext-dev-lora-highresfix/model.safetensors", alpha=1)
|
| 51 |
-
```
|
| 52 |
|
| 53 |
image = Image.open("your_image.jpg")
|
| 54 |
image = pipe(
|
|
|
|
| 48 |
],
|
| 49 |
)
|
| 50 |
pipe.load_lora(pipe.dit, "models/DiffSynth-Studio/FLUX.1-Kontext-dev-lora-highresfix/model.safetensors", alpha=1)
|
|
|
|
| 51 |
|
| 52 |
image = Image.open("your_image.jpg")
|
| 53 |
image = pipe(
|