openfree commited on
Commit
a6ab726
·
verified ·
1 Parent(s): d2d762c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -35,7 +35,12 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
35
  ---
36
 
37
  # van-gogh
38
- Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
 
 
 
 
 
39
  <Gallery />
40
 
41
  ## Trigger words
@@ -59,6 +64,7 @@ pipeline.load_lora_weights('openfree/van-gogh', weight_name='van-gogh.safetensor
59
  image = pipeline('a self-portrait of Vincent van Gogh, painted by the renowned artist himself. The painting is composed of a variety of colors, including blues, greens, yellows, and reds, creating a vibrant and lively atmosphere. The man in the painting has a serious expression on his face, and his eyes are focused intently on something in the distance. His hair is dark and his beard is full and well-groomed. He is wearing a white shirt and a dark coat, and the background is a mix of blues and greens. [trigger]').images[0]
60
  image.save("my_image.png")
61
  ```
 
62
 
63
  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)
64
 
 
35
  ---
36
 
37
  # van-gogh
38
+ 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.
39
+ - https://huggingface.co/openfree/claude-monet
40
+ - https://huggingface.co/openfree/pierre-auguste-renoir
41
+ - https://huggingface.co/openfree/paul-cezanne
42
+ - https://huggingface.co/openfree/van-gogh
43
+
44
  <Gallery />
45
 
46
  ## Trigger words
 
64
  image = pipeline('a self-portrait of Vincent van Gogh, painted by the renowned artist himself. The painting is composed of a variety of colors, including blues, greens, yellows, and reds, creating a vibrant and lively atmosphere. The man in the painting has a serious expression on his face, and his eyes are focused intently on something in the distance. His hair is dark and his beard is full and well-groomed. He is wearing a white shirt and a dark coat, and the background is a mix of blues and greens. [trigger]').images[0]
65
  image.save("my_image.png")
66
  ```
67
+ ## Community: https://discord.gg/openfreeai
68
 
69
  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)
70