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

  • Log In
  • Sign Up

Gemneye
/
RealitySimulator

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

Instructions to use Gemneye/RealitySimulator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Gemneye/RealitySimulator 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("Gemneye/RealitySimulator")
    
    prompt = "A close - up photo of an Asian female. Her head is slightly tilted, and her face takes up most of the frame. She has long black hair, with some of it tied back, and a few strands falling beside her cheeks. Her skin is fair and slightly lustrous, with clear facial contours. Her eyes are large and vivid, with dark brown pupils, looking straight into the camera. Her eyebrows are natural and softly shaped. Her nose is straight, with a distinct bridge. Her lips are naturally pink, slightly closed, and the corners of her mouth are slightly raised, showing a faint smile. She is wearing a light - gray garment, with the collar visible. The background is a blurred indoor environment, leaning towards a dull color, without obvious decorations or objects. The overall light is soft, shining from the front, making the facial details clearly visible."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
RealitySimulator
593 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Gemneye's picture
Gemneye
Add 2 files
b244466 verified 8 months ago
  • images
    Add 2 files 8 months ago
  • .gitattributes
    2.31 kB
    initial commit 8 months ago
  • README.md
    1.62 kB
    initial commit 8 months ago
  • Real-life+Simulator.safetensors
    590 MB
    xet
    Add 2 files 8 months ago