van-gogh

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.

  • https://huggingface.co/openfree/claude-monet
  • https://huggingface.co/openfree/pierre-auguste-renoir
  • https://huggingface.co/openfree/paul-cezanne
  • https://huggingface.co/openfree/van-gogh
  • https://huggingface.co/openfree/winslow-homer
    Prompt
    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]
    Prompt
    a painting of a bedroom with a bed, two chairs, a table with various objects on it, a window, a door, and photo frames on the wall. The painting is done in a style reminiscent of Vincent van Gogh's bedroom, with the bed and chairs in the foreground and the window and door in the background. [trigger]
    Prompt
    Vincent van Gogh's painting of two boats on the Seine at Argenteuil, with a person sitting in one of the boats, surrounded by trees and a bridge in the background, and a sky above. [trigger]
    Prompt
    A swirling night sky filled with luminous stars and a crescent moon, painted in bold, expressive brushstrokes of deep blues, vibrant yellows, and flowing whites. Below the dramatic, turbulent heavens lies a peaceful village with a prominent church spire reaching toward the sky. Cypress trees rise dramatically in the foreground, creating a dark, flowing silhouette against the cosmic dance above. The entire scene captures both serenity and cosmic energy through thick, textured paint and the characteristic swirling patterns that define Vincent van Gogh's unique post-impressionist style. The stars pulse with their own light, each surrounded by radiating circles of energy, while the landscape appears to be in motion, as if the boundary between earth and sky is dissolving in waves of celestial movement. gogh

Trigger words

You should use gogh to trigger the image generation.

Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('openfree/van-gogh', weight_name='van-gogh.safetensors')
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]
image.save("my_image.png")

Community: https://discord.gg/openfreeai

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

Downloads last month
0
Inference Providers NEW
Examples

Model tree for openfree/van-gogh

Adapter
(27657)
this model

Spaces using openfree/van-gogh 2

Collection including openfree/van-gogh