Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ inference:
|
|
| 11 |
parameters:
|
| 12 |
width: 1024
|
| 13 |
height: 1024
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# samhtr-qwen-image-lora
|
|
@@ -41,5 +42,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 |
+
pipeline_tag: text-to-image
|
| 15 |
---
|
| 16 |
|
| 17 |
# samhtr-qwen-image-lora
|
|
|
|
| 42 |
image.save("my_image.png")
|
| 43 |
```
|
| 44 |
|
| 45 |
+
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)
|
|
|