Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
-
base_model:
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
instance_prompt: SABA
|
| 15 |
---
|
|
@@ -36,4 +36,4 @@ pipeline.load_lora_weights('janannfndnd/SABA', weight_name='lora.safetensors')
|
|
| 36 |
image = pipeline('your prompt').images[0]
|
| 37 |
```
|
| 38 |
|
| 39 |
-
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: SABA
|
| 15 |
---
|
|
|
|
| 36 |
image = pipeline('your prompt').images[0]
|
| 37 |
```
|
| 38 |
|
| 39 |
+
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)
|