Instructions to use e-n-v-y/envy-arcane-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-arcane-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-arcane-xl-01") prompt = "digital painting, arcane, Hallowed,indescribable fantasy metropolis at the beginning of reality" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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-arcane-xl-01")
prompt = "digital painting, arcane, Hallowed,indescribable fantasy metropolis at the beginning of reality"
image = pipe(prompt).images[0]Envy Arcane XL 01

- Prompt
- digital painting, arcane, Hallowed,indescribable fantasy metropolis at the beginning of reality

- Prompt
- digital painting, arcane, warmly lit interior, in a Rough workshop

- Prompt
- digital painting, arcane, whimsical scifi megastructure outside of time

- Prompt
- digital painting, arcane, brightly lit interior, in a Alpine meadow

- Prompt
- digital painting, arcane, noon, blue sky, clouds scenery, alien Wetcore Akiba in a Urban Area
More magic. This time it's more about wizardry and leylines than sparkles and fairies. This is a LECO trained on the trigger word "arcane", so be sure to include that word in your prompt if you want this to do anything.
The art style of this LECO appears to have a bit of influence from the Arcane TV show. This may be desirable, but if not, put "western comics, western animation" in your negative prompt to counteract it.
Image examples for the model:
digital painting, arcane, warmly lit interior, in a Rough workshop
digital painting, arcane, whimsical scifi megastructure outside of time
digital painting, arcane, brightly lit interior, in a Alpine meadow
digital painting, arcane, noon, blue sky, clouds scenery, alien Wetcore Akiba in a Urban Area
- Downloads last month
- 9
Model tree for e-n-v-y/envy-arcane-xl-01
Base model
stabilityai/stable-diffusion-xl-base-1.0


