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:
- 222dbc7d57d10b4f14cc2a8202440eb33b3755bdaace7742522c8712d1386913
- Size of remote file:
- 287 kB
- SHA256:
- 21047ee626eaed8e370a3acb407a75daf809c1b7506525ecf815a9b755cf088d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.