benchmark
Model trained with AI Toolkit by Ostris

- Prompt
- The Raising of Lazarus by Rembrandt, Baroque (1630)

- Prompt
- Bust of an Old Woman, Rembrandt`s Mother

- Prompt
- Self-portrait with plumed cap and lowered sabre by Rembrandt, Baroque

- Prompt
- Rembrandt`s Mother in a Widow`s Dress by Rembrandt, Baroque (1632)

- Prompt
- Beggar with his left hand extended by Rembrandt

- Prompt
- The Shepards and the Family

- Prompt
- Portrait of Saskia van Uylenburgh

- Prompt
- Overhanging bushes in a ditch

- Prompt
- Old woman seated in a cottage with a string of onions on the wallq

- Prompt
- Christ and St. Mary Magdalene at the Tomb
Trigger words
No trigger words defined.
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-schnell', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('TheoMefff/flux_schnell_baroque_rackspace_pvc_1', weight_name='benchmark.safetensors')
image = pipeline('The Raising of Lazarus by Rembrandt, Baroque (1630)').images[0]
image.save("my_image.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 25
Model tree for TheoMefff/flux_schnell_baroque_rackspace_pvc_1
Base model
black-forest-labs/FLUX.1-schnell