Instructions to use Jonjew/StgeampunkMagic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/StgeampunkMagic 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("Jonjew/StgeampunkMagic") prompt = "bo-steampunk, (steampunk style:1.6), ornate brass gown with intricate lace details, mechanical gears woven into her hair, (glowing eyes:1.5) that radiate magical energy, a golden clockwork crown resting on her head, (clockwork staff:1.6) adorned with gears and glowing runes, steam rising softly from her elegant corset, ethereal mist swirling around her, (brass filigree:1.4) embedded in her skin, magical sparks dancing in the air, (enchanting presence:1.5), glowing particles floating in the background, soft and mystical lighting highlighting the intricate mechanical details of her attire, a serene yet powerful expression, <lora:FLUX Steampunk Style\\FLUX Steampunk Style_epoch_5.safetensors:1.0:1.0>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee