Instructions to use futureaicorner/SDXL_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use futureaicorner/SDXL_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("XLabs-AI/flux-RealismLora", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("futureaicorner/SDXL_1") prompt = "ultra realistic asian girl, gorgeous face, smiling face, long dark brown shinny hair, big breast, wearing pink color tube top, holding a cup of coffee sitting outside the coffee shop, outdoor environment, sunny day with sunshine on her shoulder, slight blur at the background, high-definition, crisp, vivid, detailed, sharp, clear, photorealistic, accurate, soft natural light, warm glow, subtle shadows, gentle contrast, high-fidelity textures." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K