Instructions to use Jonjew/NicoleKidman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/NicoleKidman 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/NicoleKidman") prompt = "default creator card background decoration Creators (Flux) position #5 #5 Followers - 837 837 Likes - 3662 3.7k matziq's Avatar matziq Uploaded 7 days ago Tag Generation data COPY ALL Resources used Nicole Kidman (2000) LoRA v2.0 Prompt External Generator txt2img <lora:Nicole_Kidman_Ca2000:1> woman Neutral Backgroundâââ" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K