Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

00quebec
/
iPhone_realism

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use 00quebec/iPhone_realism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use 00quebec/iPhone_realism with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("00quebec/iPhone_realism")
    
    prompt = "interior of a bar with red ambient lighting, leopard-print upholstered booth seating, patterned red cushions, a wooden bar counter with bottles of Jameson, Redbreast, Teeling, and Cognac, hanging glassware above, a lit candle in a glass holder on a table, a menu, and a sign reading \"Join our Wine Club\" and \"MOET & CHANDON ROSE IMPERIAL\", smartphone photo, low-light capture, slight noise, warm color cast, handheld perspective, red lighting creating deep shadows and highlights on surfaces"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
iPhone_realism
661 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
00quebec's picture
00quebec
Update README.md
e124a45 verified 6 months ago
  • images
    Add 24 files 6 months ago
  • .gitattributes
    2.31 kB
    initial commit 6 months ago
  • README.md
    8.45 kB
    Update README.md 6 months ago
  • iPhone_Realism_v0.9.safetensors
    590 MB
    xet
    Add 24 files 6 months ago