Instructions to use PrunaAI/p-image-edit-next-scene-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PrunaAI/p-image-edit-next-scene-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("PrunaAI/p-image-edit-next-scene-lora") prompt = "Next Scene: The woman smokes a cigarette, dramatically." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things

- Xet hash:
- 4f053459b0fd8fb67cbaa6273a213725e5a04d563c6ace3891043cb24bdb72ab
- Size of remote file:
- 358 kB
- SHA256:
- 08663887179132725ecc8fd87da6eed9176bb913a1abb3164b166b387517375b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.