Decorative Relief
Model description
A decorative relief lora inspired by Indonesian art.
Trigger words
You should use in decorativerelief art style
to trigger the image generation.
Download model
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('geocine/decorative-relief', weight_name='lora_64_1700steps.safetensors')
image = pipeline('in decorativerelief art style').images[0]
- Downloads last month
- 37
Model tree for geocine/decorative-relief
Base model
black-forest-labs/FLUX.1-dev