Instructions to use Keltezaa/SD1_V2_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/SD1_V2_1 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("Keltezaa/SD1_V2_1") prompt = "a highly detailed digital photo of a 10 year old with a blend of realism and fantasy elements. She has fair skin, striking blue eyes, and light blonde hair styled into two high pigtails tied with red ribbons. Her expression is happy and slightly melancholic. The background is a mixture of ancient stone ruins, possibly from an abandoned castle, and vibrant green foliage, suggesting a forest or garden setting. The lighting is soft and diffused, casting a gentle glow that highlights the textures and details of her delicate features and the textures of her clothing. The overall style of this piece is highly polished digital art, with meticulous attention to detail and shading, giving it a lifelike quality" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
SD1_V2_1

- Prompt
- a highly detailed digital photo of a 10 year old with a blend of realism and fantasy elements. She has fair skin, striking blue eyes, and light blonde hair styled into two high pigtails tied with red ribbons. Her expression is happy and slightly melancholic. The background is a mixture of ancient stone ruins, possibly from an abandoned castle, and vibrant green foliage, suggesting a forest or garden setting. The lighting is soft and diffused, casting a gentle glow that highlights the textures and details of her delicate features and the textures of her clothing. The overall style of this piece is highly polished digital art, with meticulous attention to detail and shading, giving it a lifelike quality
Trigger words
You should use SD1 to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 576
Model tree for Keltezaa/SD1_V2_1
Base model
stabilityai/stable-diffusion-xl-base-1.0