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

Keltezaa
/
realistic-vision

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

Instructions to use Keltezaa/realistic-vision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Keltezaa/realistic-vision with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Keltezaa/realistic-vision")
    
    prompt = "realistic"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
realistic-vision
458 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Keltezaa's picture
Keltezaa
Update README.md
ba5d1ee verified 6 months ago
  • feature_extractor
    Upload 22 files over 1 year ago
  • images
    Add generated example (#1) over 1 year ago
  • safety_checker
    Upload 22 files over 1 year ago
  • scheduler
    Upload 22 files over 1 year ago
  • text_encoder
    Upload 22 files over 1 year ago
  • tokenizer
    Upload 22 files over 1 year ago
  • unet
    Upload 22 files over 1 year ago
  • vae
    Upload 22 files over 1 year ago
  • .gitattributes
    1.52 kB
    Upload 22 files over 1 year ago
  • .gitignore
    15 Bytes
    Upload 22 files over 1 year ago
  • Canopus-Realism-LoRA.safetensors
    456 MB
    xet
    Upload Canopus-Realism-LoRA.safetensors over 1 year ago
  • README.md
    299 Bytes
    Update README.md 6 months ago
  • model_index.json
    629 Bytes
    Upload 22 files over 1 year ago