merchant_v2 - Happy Merchant Generation
Model description
Trigger words
You should use merchant
to trigger the image generation.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stablediffusionapi/abyssorangemix2-hard', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('throwromans/merchant_v2', weight_name='merchants-v2.safetensors')
image = pipeline('subversive jewish demon, ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 1
Model tree for throwromans/merchant_v2
Base model
stablediffusionapi/abyssorangemix2-hard