Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
photorealistic
sexy
woman
celebrity
realistic
maggie grace
Instructions to use Keltezaa/maggie-grace-sololora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/maggie-grace-sololora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Keltezaa/maggie-grace-sololora") prompt = "portrait of a beautiful woman.\n(Clad in a vibrant, sparkly costume with flowing layers of pastel colors and whimsical details, her long, wavy hair is adorned with a shimmering tiara, and her wide, excited eyes shine with magic as she poses confidently with her wand in hand), (Set against a fantastical backdrop of a colorful, enchanted world filled with whimsical creatures and sparkling lights, where every corner exudes a sense of adventure and wonder), (magical:1.3), (bright, cheerful lighting with a vivid color palette, sharp focus on the heroine, dynamic composition with a playful, enchanting mood:1.4),\n\n\n\n\n\n\n\n\n\n" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!