Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
language:
|
@@ -8,7 +8,7 @@ tags:
|
|
8 |
- flux
|
9 |
- diffusers
|
10 |
- lora
|
11 |
-
base_model:
|
12 |
pipeline_tag: text-to-image
|
13 |
instance_prompt: JHNLORA
|
14 |
---
|
@@ -35,4 +35,4 @@ pipeline.load_lora_weights('JohanP/johanlora02', 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)
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
language:
|
|
|
8 |
- flux
|
9 |
- diffusers
|
10 |
- lora
|
11 |
+
base_model: black-forest-labs/FLUX.1-dev
|
12 |
pipeline_tag: text-to-image
|
13 |
instance_prompt: JHNLORA
|
14 |
---
|
|
|
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)
|