Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
anime
art
general
MichaelFan
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/OpenLexica with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/OpenLexica with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/OpenLexica", 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
- Draw Things
- DiffusionBee
Open Lexica
Sample images and prompt:
Pretty Cute Girl, sitting, Detailed Chibi Eyes, holding baseball, beautiful detailed legs, baseball uniform, gorgeous detailed hair, Magazine ad, iconic, 1943, from the movie, sharp focus. visible brushstrokes βby Kyoani and artgerm and leyendecker and Dave Rapoza
Original page:
- Downloads last month
- 28

