merchant_v2 - Happy Merchant Generation
![](https://huggingface.co/throwromans/merchant_v2/resolve/main/1.png)
- Prompt
- (elon musk)
![](https://huggingface.co/throwromans/merchant_v2/resolve/main/2.png)
- Prompt
- (elon musk),
![](https://huggingface.co/throwromans/merchant_v2/resolve/main/3.png)
- Prompt
- (joe biden),
![](https://huggingface.co/throwromans/merchant_v2/resolve/main/4.png)
- Prompt
- (donald trump),
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
- 2
Model tree for throwromans/merchant_v2
Base model
stablediffusionapi/abyssorangemix2-hard