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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Flo444
/
example-lora-realistic

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

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

  • Libraries
  • Diffusers

    How to use Flo444/example-lora-realistic with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Flo444/example-lora-realistic")
    
    prompt = "Beautiful realistic landscape, mountains, river"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
example-lora-realistic
1.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
Flo444's picture
Flo444
Upload experimental/General_S_mini-10.safetensors with huggingface_hub
f67c038 verified over 1 year ago
  • experimental
    Upload experimental/General_S_mini-10.safetensors with huggingface_hub over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • Generate.py
    648 Bytes
    Create Generate.py over 1 year ago
  • Lora-10.safetensors
    19 MB
    xet
    Rename model.safetensors to Lora-10.safetensors over 1 year ago
  • README.md
    1.97 kB
    Update README.md over 1 year ago
  • Safetensors.md
    124 Bytes
    Update Safetensors.md over 1 year ago
  • config.json
    117 Bytes
    Create config.json over 1 year ago
  • model_index.json
    149 Bytes
    Create model_index.json over 1 year ago