Update README.md
Browse files
README.md
CHANGED
@@ -9,13 +9,8 @@ tags:
|
|
9 |
- diffusers
|
10 |
- lora
|
11 |
- replicate
|
12 |
-
base_model:
|
13 |
pipeline_tag: text-to-image
|
14 |
-
# widget:
|
15 |
-
# - text: >-
|
16 |
-
# prompt
|
17 |
-
# output:
|
18 |
-
# url: https://...
|
19 |
instance_prompt: TTLDRMCHR
|
20 |
---
|
21 |
|
@@ -43,4 +38,4 @@ pipeline.load_lora_weights('lichorosario/flux-lora-total-drama-character-white-b
|
|
43 |
image = pipeline('your prompt').images[0]
|
44 |
```
|
45 |
|
46 |
-
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)
|
|
|
9 |
- diffusers
|
10 |
- lora
|
11 |
- replicate
|
12 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
13 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
|
|
|
|
14 |
instance_prompt: TTLDRMCHR
|
15 |
---
|
16 |
|
|
|
38 |
image = pipeline('your prompt').images[0]
|
39 |
```
|
40 |
|
41 |
+
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)
|