Fruits and Vegetables gone bad - SDXL LoRA
(CivitAI)
Model description
What happens when Fruits and Vegetables go bad?
Prompt as "<name of fruit / vegetable> FaVGoneBad" and find out :)
Trigger words
You should use FaVGoneBad
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('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Norod78/fruits-and-vegetables-gone-bad-sdxl-lora', weight_name='Fruits_and_Vegetables_gone_bad_-_SDXL_LoRA-000007.safetensors')
image = pipeline('A banana FaVGoneBad on the sandy beach floor ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 50
Model tree for Norod78/fruits-and-vegetables-gone-bad-sdxl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0