Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
anime
city
scenery
style
flat colors
woman
man
outline
Instructions to use e-n-v-y/envy-stylized-xl-01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use e-n-v-y/envy-stylized-xl-01 with Diffusers:
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-stylized-xl-01") prompt = "scifi, solarpunk, alien, chemist, full body, wearing radiant aqua work clothes" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
- 7
Model tree for e-n-v-y/envy-stylized-xl-01
Base model
stabilityai/stable-diffusion-xl-base-1.0