Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,14 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
29 |
---
|
30 |
|
31 |
# winslow-homer
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
<Gallery />
|
34 |
|
35 |
## Trigger words
|
@@ -53,6 +60,7 @@ pipeline.load_lora_weights('openfree/winslow-homer', weight_name='winslow-homer.
|
|
53 |
image = pipeline('a watercolor painting of birds flying over a body of water, with trees in the foreground and a sky filled with clouds in the background. [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 |
|
|
|
29 |
---
|
30 |
|
31 |
# winslow-homer
|
32 |
+
I developed a flux-based learning model trained on a curated collection of high-resolution masterpieces from renowned global artists. This LoRA fine-tuning process leveraged the exceptional quality of open-access imagery released by prestigious institutions including the Art Institute of Chicago. The resulting model demonstrates remarkable capability in capturing the nuanced artistic techniques and stylistic elements across diverse historical art movements.
|
33 |
+
|
34 |
+
- https://huggingface.co/openfree/claude-monet
|
35 |
+
- https://huggingface.co/openfree/pierre-auguste-renoir
|
36 |
+
- https://huggingface.co/openfree/paul-cezanne
|
37 |
+
- https://huggingface.co/openfree/van-gogh
|
38 |
+
- https://huggingface.co/openfree/winslow-homer
|
39 |
+
|
40 |
<Gallery />
|
41 |
|
42 |
## Trigger words
|
|
|
60 |
image = pipeline('a watercolor painting of birds flying over a body of water, with trees in the foreground and a sky filled with clouds in the background. [trigger]').images[0]
|
61 |
image.save("my_image.png")
|
62 |
```
|
63 |
+
## Community: https://discord.gg/openfreeai
|
64 |
|
65 |
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)
|
66 |
|