How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("e-n-v-y/envy-mimic-xl-01")

prompt = "large teeth, gaping mouth, a Refrigerator mimic"
image = pipe(prompt).images[0]

Envy Mimic XL 01

Prompt
large teeth, gaping mouth, a Refrigerator mimic
Prompt
cartoon, a kitten mimic, large teeth, gaping maw
Prompt
a pickup truck mimic with large teeth
Prompt
a Juicer mimic with large teeth
Prompt
a stir-fry mimic with large teeth
Prompt
a olive oil mimic with large teeth
Prompt
a Slow cooker mimic with large teeth
Prompt
a Water purifier mimic with large teeth
Prompt
a collard greens mimic with large teeth
Prompt
large teeth, gaping mouth, a Electric heater mimic

(CivitAI)

Turns everyday objects into ravenous mimics! Better watch your back!

Also works on food.

Image examples for the model:

Image 1

cartoon, a kitten mimic, large teeth, gaping maw

Image 2

a pickup truck mimic with large teeth

Image 3

a Juicer mimic with large teeth

Image 4

a stir-fry mimic with large teeth

Image 5

a olive oil mimic with large teeth

Image 6

a Slow cooker mimic with large teeth

Image 7

a Water purifier mimic with large teeth

Image 8

a collard greens mimic with large teeth

Image 9

large teeth, gaping mouth, a Electric heater mimic

Downloads last month
12
Inference Providers NEW
Examples

Model tree for e-n-v-y/envy-mimic-xl-01

Adapter
(9336)
this model

Spaces using e-n-v-y/envy-mimic-xl-01 2