Instructions to use Jonjew/SusanClark with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/SusanClark 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/SusanClark") prompt = "Breathtaking sfw photography, The image shows a woman sitting on a blue armchair in front of an old-fashioned television. The television is turned on and the screen is turned off. The woman is wearing a pink dress and black high heels. She has e hair styled in a short bob and is smiling at the camera. The background shows a wooden door and a beige wall. The overall mood of the image is vintage and nostalgic., smile, eyes makeup, (upper body framing:1.2), sensual lips, eyelashes, fine hair detail, perfect eyes, iris pattern, (perfectly sharp:1.3), (head to shoulders composition:1.2), realistic textures, (deep focus:1.2), negative space around subject, 8k uhd, dslr, ultra high quality image, Fujifilm XT3" 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!