Update README.md
Browse files
README.md
CHANGED
|
@@ -11,13 +11,15 @@ inference:
|
|
| 11 |
parameters:
|
| 12 |
width: 1024
|
| 13 |
height: 1024
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# qwen-image-bulgari-lora
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
|
|
|
|
| 21 |
|
| 22 |
## Trigger words
|
| 23 |
|
|
@@ -41,5 +43,4 @@ image = pipeline('a beautiful landscape').images[0]
|
|
| 41 |
image.save("my_image.png")
|
| 42 |
```
|
| 43 |
|
| 44 |
-
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)
|
| 45 |
-
|
|
|
|
| 11 |
parameters:
|
| 12 |
width: 1024
|
| 13 |
height: 1024
|
| 14 |
+
datasets:
|
| 15 |
+
- rjaiswal/bulgari
|
| 16 |
---
|
| 17 |
|
| 18 |
# qwen-image-bulgari-lora
|
| 19 |
|
| 20 |
+
Qwen Image finetuned using LoRA on a dataset of Bulgari products and their descriptions.
|
|
|
|
| 21 |
|
| 22 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
| 23 |
|
| 24 |
## Trigger words
|
| 25 |
|
|
|
|
| 43 |
image.save("my_image.png")
|
| 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)
|
|
|