Instructions to use Jonjew/AngeliquePettyjohn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/AngeliquePettyjohn 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/AngeliquePettyjohn") prompt = "Breathtaking sfw photography, The image is a digital illustration of a woman standing in a futuristic city at night. She is wearing a black latex suit with a high collar and long sleeves. The suit has a futuristic design with a blue and silver color scheme. The woman has her hair styled in two braids and is looking off to the side with a serious expression on her face. The background shows a cityscape with tall buildings and neon signs. The overall mood of the image is dark and mysterious. This image is captured in a full body 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\\angelique-pettyjohn.safetensors" 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!