Fruits and Vegetables gone bad - SDXL LoRA

- Prompt
- A bunch of Cherries FaVGoneBad on the tree are barking at each other

- Prompt
- blueberry FaVGoneBad Ice-skating on a frozen yogurt surface

- Prompt
- A watermelon FaVGoneBad on a rooftop

- Prompt
- A Strawberry FaVGoneBad

- Prompt
- A banana FaVGoneBad on the sandy beach floor

- Prompt
- A potato FaVGoneBad on shelve in the supermarket

- Prompt
- A pickle FaVGoneBad in the street

- Prompt
- A cute peach FaVGoneBad dancing on the dance floor at the disco

- Prompt
- Heavily chained Cherries FaVGoneBad on the tree are barking

- Prompt
- A banana FaVGoneBad on the sandy beach floor
(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
- 17
Model tree for Norod78/fruits-and-vegetables-gone-bad-sdxl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0