Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,7 @@ pipeline.load_lora_weights('openfree/claude-monet', weight_name='claude-monet.sa
|
|
53 |
image = pipeline('Claude Monet's 1916 painting, Water Lilies, which is currently on display at the Metropolitan Museum of Art. The painting depicts a tranquil pond with water lilies floating on the surface, surrounded by lush green foliage and a variety of colorful flowers. The colors of the flowers range from bright pinks and purples to deep blues and greens, creating a peaceful and calming atmosphere. [trigger]').images[0]
|
54 |
image.save("my_image.png")
|
55 |
```
|
|
|
56 |
|
57 |
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)
|
58 |
|
|
|
53 |
image = pipeline('Claude Monet's 1916 painting, Water Lilies, which is currently on display at the Metropolitan Museum of Art. The painting depicts a tranquil pond with water lilies floating on the surface, surrounded by lush green foliage and a variety of colorful flowers. The colors of the flowers range from bright pinks and purples to deep blues and greens, creating a peaceful and calming atmosphere. [trigger]').images[0]
|
54 |
image.save("my_image.png")
|
55 |
```
|
56 |
+
## Community: https://discord.gg/openfreeai
|
57 |
|
58 |
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)
|
59 |
|