Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ tags:
|
|
8 |
- flux
|
9 |
- diffusers
|
10 |
- lora
|
11 |
-
base_model:
|
12 |
-
pipeline_tag:
|
13 |
instance_prompt: KLELORA
|
14 |
---
|
15 |
|
@@ -35,4 +35,4 @@ pipeline.load_lora_weights('Tyww/Kle', weight_name='lora.safetensors')
|
|
35 |
image = pipeline('your prompt').images[0]
|
36 |
```
|
37 |
|
38 |
-
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
|
|
8 |
- flux
|
9 |
- diffusers
|
10 |
- lora
|
11 |
+
base_model: black-forest-labs/FLUX.1-dev
|
12 |
+
pipeline_tag: image-to-image
|
13 |
instance_prompt: KLELORA
|
14 |
---
|
15 |
|
|
|
35 |
image = pipeline('your prompt').images[0]
|
36 |
```
|
37 |
|
38 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|