Downloads · 30 days
8
2% of all-time downloads
throwromans/merchant_v2
merchant_v2 is a text-to-image model from throwromans. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as other.
Downloads · 30 days
8
2% of all-time downloads
All-time downloads
423
Public
Repo size
37.9 MB
Likes
0
Public
Click a slice to open those files.
.safetensors37.9 MB · 93%
From the Hugging Face model README
You should use merchant to trigger the image generation.
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