Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

skyprolk
/
iPhone-Wallpaper-Style

Text-to-Image
Diffusers
English
art
stable-diffusion
lora
style
iphone-wallpaper
Model card Files Files and versions
xet
Community

Instructions to use skyprolk/iPhone-Wallpaper-Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    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]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
iPhone-Wallpaper-Style
653 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 139 commits
skyprolk's picture
skyprolk
Update README.md
fa75bf4 over 2 years ago
  • epoches
    Delete epoches/sample over 2 years ago
  • iPhone-Wallpaper-Style_config
    iPhone-Wallpaper-Style Epoches 20 over 2 years ago
  • sample
    Upload banner.jpg over 2 years ago
  • .gitattributes
    2.15 kB
    Upload 5 files over 2 years ago
  • README.md
    5.26 kB
    Update README.md over 2 years ago
  • iPhone-Wallpaper-Style.safetensors
    30.4 MB
    xet
    Rename iPhone-Wallpaper-Style-000020.safetensors to iPhone-Wallpaper-Style.safetensors over 2 years ago