Instructions to use Jonjew/ElizabethTurner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/ElizabethTurner 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/ElizabethTurner") prompt = "cinematic film still An 8k Real Photo with her whole body in view of <lora:elizabethturnerv1:1> Elizabeth Turner with colorful long wavy (rainbow hair:9.9) wearing a Star Trek Insurrection Uniform, Elizabeth Turner is 179cm tall and her body measurements are 34E bra cup size 36 inch bust 24 inch waist 35 inch hips, <lora:scg-anatomy-female-v2:1> . shallow depth of field, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K