Text-to-Image
Diffusers
Safetensors
English
t2i
photorealistic
woman
celebrity
likeness
lycoris
SD15
Instructions to use pmczip/SD1.5_LyCORIS_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pmczip/SD1.5_LyCORIS_Models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("pmczip/SD1.5_LyCORIS_Models", dtype=torch.bfloat16, device_map="cuda") prompt = "Positive: 4nn41is3ba550 in a high neck blouse, (black blazer1.2), auburn hair, blue eyes, indoors, office, windows, morning, bright, photorealistic, realistic, detailed eyes, intricate face,, soft studio lighting, neutral gray background, high detail, sharp focus on face, photorealistic, 8k, masterpiece, best quality, professional photography, softbox lighting, clean background, fashion portrait Negitive: blurry, lowres, ugly, deformed, extra limbs, poorly drawn face, extra fingers, mutated hands, cropped, jpeg artifacts, cartoon, anime, 3d render, doll, plastic, overexposed, underexposed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K