Instructions to use alvdansen/frosting_lane_redux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/frosting_lane_redux 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("alvdansen/frosting_lane_redux") prompt = "old computer, olive grey background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- 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("alvdansen/frosting_lane_redux")
prompt = "old computer, olive grey background"
image = pipe(prompt).images[0]Frosting Lane Redux

- Prompt
- old computer, olive grey background
- Negative Prompt
- ugly, messy, bad

- Prompt
- a little faun child with horns and curly hair, spots on his face, wearing an oversized t shirt, in a hedge maze corridor, horror shot, minimalist, soft textures
- Negative Prompt
- ugly, messy, bad

- Prompt
- a little faun boy with horns and curly hair, spots on his face, wearing an oversized t shirt
- Negative Prompt
- ugly, messy, bad

- Prompt
- a woman in a flower dress standing in the moonlight, wide shot
- Negative Prompt
- ugly, messy, bad

- Prompt
- girl with big pigtails, black hair, pink bows, dress, frown, thick eyelashes
- Negative Prompt
- ugly, messy, bad
.png)
- Prompt
- a woman with blonde-brown hair in a ponytail with big round glasses, blue eyes, white shirt, jeans, style of TOK, surrealist illustration
- Negative Prompt
- ugly, messy, bad

- Prompt
- a school classroom
- Negative Prompt
- ugly, messy, bad

- Prompt
- healing, symmetrical, CG unity 8k wallpaper, A cute and fluffy tiny hamster, above, sitting on a lotus leaf, lotus, scenery
- Negative Prompt
- ugly, messy, bad, pastel

- Prompt
- little prince, chibi
- Negative Prompt
- ugly, messy, bad, pastel

- Prompt
- a midcentury modern apartment, sun shining through the window, blowing curtains
- Negative Prompt
- ugly, messy, bad, pastel

- Prompt
- a kid's jar of yogurt, strawberry, kawaii, soft linework, sketch style, natural textures, minimalist, simple, lofi anime style perfect linework
- Negative Prompt
- ugly, messy, bad, pastel
Model description
This is a redesign of the original Frosting Lane model. I started to integrate the original into a project, and realized it had room for improvement.
As you can see in the example images, this model creates a soft texture, natural drawing style of illustration, with some anime elements to it.
This model is shared for fun and research purposes. If you would like to use the model commercially, please DM me directly.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 19
Model tree for alvdansen/frosting_lane_redux
Base model
stabilityai/stable-diffusion-xl-base-1.0