Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
woman
celebrity
tv
celebrity,
Instructions to use Keltezaa/jennifer-morrison with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/jennifer-morrison 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/jennifer-morrison") prompt = "woman, blonde, a RAW photo, 16mm film, artistic full color, serene and intimate portrait, subject sits in the center of the frame, subject has perfect posture, they directly face the viewer with their eyes locked onto the camera, they wear a cotton dress shirt, buttoned-up all but the topmost button, wearing a heart necklace which adds a touch of elegance to the overall appearance, soft, blurred background along with the soft lighting create a cozy atmosphere, drawing the viewer's attention to the subject's serene expression, the overall effect is one of calm and introspection, inviting the viewer to step into their world, in the background you will find the typical items found in an 18th London sitting room." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!