PrunaAI/p-image-edit-next-scene-lora

🤗 On Hugging Faceimage-to-imageapache-2.0307 MBotherHF checksums availableupdated today
Magnet

Next Scene Lora

Model description

This is an image-editing LoRA. Provide an input image and an instruction describing the edit. Trigger word: use Next Scene: in your instructions for best results. The examples below show input → output for different instructions.

Trigger word

Include Next Scene: in your edit instruction, for example:

Next Scene:  

Gallery

Example 1

!Example 1

Prompt: Next Scene: The woman smokes a cigarette, dramatically.

Input: !Input 1

Example 2

!Example 2

Prompt: Next Scene: The woman walks towards a man in the car

Input: !Input 2

Example 3

!Example 3

Prompt: Next Scene: The cow is eating grass in the fields

Input: !Input 3

Example 4

!Example 4

Prompt: Next Scene: The man is shaking hands with another man.

Input: !Input 4

Example 5

!Example 5

Prompt: Next Scene: An old hand puts a glass of wine on the table next to the book.

Input: !Input 5

LoRA scale

The gallery was generated with lora_scale=2.0. You can tune this when running inference (e.g. lower for a subtler effect, higher for a stronger style).

Use on Replicate

import replicate

output = replicate.run(
    "prunaai/p-image-edit-lora:17651bd22e8c151cdb13a97b0f8554dce1e7238cd0a18cf90bc237ac5f0bc067",
    input={
        "images": ["https://example.com/input.png"],
        "prompt": "Next Scene:  your edit instruction",
        "lora_weights": "https://huggingface.co/davidberenstein1957/p-image-edit-next-scene-lora/resolve/main/weights.safetensors",
        "lora_scale": 2.0,
        "hf_api_token": "your-hf-token",
    }
)