Instructions to use nDimensional/Shaded-Retro-Style-Anime-with-Natural-Language-SDXL-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/Shaded-Retro-Style-Anime-with-Natural-Language-SDXL-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nDimensional/Shaded-Retro-Style-Anime-with-Natural-Language-SDXL-LoRA", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
metadata
license: creativeml-openrail-m
language:
- en
library_name: diffusers
tags:
- text-to-image
- stable-diffusion
- stable-diffusion-xl
- SDXL
- LoRA
Shaded
This LoRA was not trained on Booru tags. Natural Language captions were used for tuning.
See Civitai Page (NSFW) for more information and prompt examples.
| Base Model | SDXL v1.0 |
| VAE | SDXL-VAE-FP16-FIX |
| Type | LoRA |