Views
No views yet
A color pencil sketch of a in your prompts for best results. The gallery above shows sample generations.A color pencil sketch of a to your prompt, for example:A color pencil sketch of a <your prompt here>




lora_scale=1.0. You can tune this when running inference (e.g. lower for a subtler effect, higher for a stronger style).1import replicate
2
3output = replicate.run(
4 "prunaai/p-image-lora:393190dc623ef136356d6a7221c561f48771f39c5cff90ef903ca49d1bd47574",
5 input={
6 "prompt": "A color pencil sketch of a your prompt here",
7 "lora_weights": "https://huggingface.co/davidberenstein1957/p-image-pencil-sketch-art-lora/resolve/main/weights.safetensors",
8 "lora_scale": 1.0,
9 "hf_api_token": "your-hf-token",
10 }
11)