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", torch_dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("e-n-v-y/envy-stylized-xl-01")

prompt = "scifi, solarpunk, alien, chemist, full body, wearing radiant  aqua work clothes"
image = pipe(prompt).images[0]

Envy Stylized XL 01

Prompt
scifi, solarpunk, alien, chemist, full body, wearing radiant aqua work clothes
Prompt
gargantuan fantasy cloud city beyond the end of time
Prompt
noon, scenery, in a elite Gnome Hills
Prompt
noon, scenery, "at the Unfathomable Aeon"
Prompt
high-end dance club in a pristine fantasy cloud arcology edge of the universe, masterpiece
Prompt
scifi, scrapcore, assassin, full body, wearing skin-tight iridescent light crimson power armor
Prompt
noon, architecture, rusted Baddie smithy
Prompt
morning, scenery, "at the Supernatural Megalopolis"
Prompt
Seagrass Bed
Prompt
warmly lit interior, in a sticky Scottish highland castle ruins

Model description

A retro, vaporwave-ish, cel shaded anime style.

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('e-n-v-y/envy-stylized-xl-01', weight_name='EnvyStylizedXL01.safetensors')
image = pipeline('warmly lit interior, in a sticky Scottish highland castle ruins').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

Downloads last month
13
Inference Providers NEW
Examples

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

Adapter
(9688)
this model