skyprolk/iPhone-Wallpapers
Viewer • Updated • 156 • 160
How to use skyprolk/iPhone-Wallpaper-Style with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("skyprolk/iPhone-Wallpaper-Style")
prompt = "The sky is water, ultra hd, realistic, vivid colors, highly detailed, UHD drawing, pen and ink, perfect composition, beautiful detailed intricate insanely detailed octane render trending on artstation, 8k artistic photography, photorealistic concept art, soft natural volumetric cinematic perfect light"
image = pipe(prompt).images[0]This model is designed for applying stylish filters and aesthetic enhancements to your images. It can transform your photos to have a style reminiscent of iPhone wallpapers, giving your images a unique and eye-catching appearance.
Dataset used to train : https://huggingface.co/datasets/skyprolk/iPhone-Wallpapers
The model's author, SKY PRODUCTION, welcomes feedback and contributions to improve the model.
We hope you enjoy using the iPhone-Wallpaper-Style model to add a unique touch to your images. If you have any questions or need further assistance, please don't hesitate to reach out to the model's author or the community.
Base model
runwayml/stable-diffusion-v1-5