Instructions to use Jonjew/AvrilLavigne with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/AvrilLavigne 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/AvrilLavigne") prompt = "Breathtaking sfw photography, The image is a portrait of a woman standing on a busy street in a European city. She is wearing a red and black plaid blazer over a black top and blue jeans. She has long hair and is smiling at the camera. The street is lined with buildings on both sides and there are people walking on the sidewalk. The sky is overcast and the overall mood of the image is happy and relaxed. This image is captured in a medium shot, ensuring that the subject's chest remains modestly covered., smile, eyes makeup, sensual lips, eyelashes, fine hair detail, perfect eyes, iris pattern, (perfectly sharp:1.3), realistic textures, (deep focus:1.2), negative space around subject, 8k uhd, dslr, ultra high quality image, Fujifilm XT3flux\\custom\\celebrity\\avril-lavigne.safetensors" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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/AvrilLavigne")
prompt = "Breathtaking sfw photography, The image is a portrait of a woman standing on a busy street in a European city. She is wearing a red and black plaid blazer over a black top and blue jeans. She has long hair and is smiling at the camera. The street is lined with buildings on both sides and there are people walking on the sidewalk. The sky is overcast and the overall mood of the image is happy and relaxed. This image is captured in a medium shot, ensuring that the subject's chest remains modestly covered., smile, eyes makeup, sensual lips, eyelashes, fine hair detail, perfect eyes, iris pattern, (perfectly sharp:1.3), realistic textures, (deep focus:1.2), negative space around subject, 8k uhd, dslr, ultra high quality image, Fujifilm XT3flux\\custom\\celebrity\\avril-lavigne.safetensors"
image = pipe(prompt).images[0]Avril Lavigne (Flux) - Singer

- Prompt
- Breathtaking sfw photography, The image is a portrait of a woman standing on a busy street in a European city. She is wearing a red and black plaid blazer over a black top and blue jeans. She has long hair and is smiling at the camera. The street is lined with buildings on both sides and there are people walking on the sidewalk. The sky is overcast and the overall mood of the image is happy and relaxed. This image is captured in a medium shot, ensuring that the subject's chest remains modestly covered., smile, eyes makeup, sensual lips, eyelashes, fine hair detail, perfect eyes, iris pattern, (perfectly sharp:1.3), realistic textures, (deep focus:1.2), negative space around subject, 8k uhd, dslr, ultra high quality image, Fujifilm XT3flux\custom\celebrity\avril-lavigne.safetensors
- Negative Prompt
- none
Model description
FROM https://civitai.com/models/1472798/avril-lavigne-flux-singer?modelVersionId=1665876
Please support the creator by donating buzz and liking at the page above!
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 21
Model tree for Jonjew/AvrilLavigne
Base model
black-forest-labs/FLUX.1-dev