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

VRuins
/
thomas-cole-sdxl-lora

Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-xl
lora
art-style
hudson-river-school
landscape
Model card Files Files and versions
xet
Community

Instructions to use VRuins/thomas-cole-sdxl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use VRuins/thomas-cole-sdxl-lora 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("VRuins/thomas-cole-sdxl-lora")
    
    prompt = "tcole, romantic landscape oil painting, Hudson River School style, a wide valley at dawn, low mist over a river, distant blue ridges, golden light breaking through clouds"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
thomas-cole-sdxl-lora
234 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
VRuins's picture
VRuins
Update repo URL: github.com/VandaloRuins/slow-interpolation
25268f6 verified 12 days ago
  • .gitattributes
    1.63 kB
    Add sample images + clip to model card 12 days ago
  • README.md
    7.11 kB
    Update repo URL: github.com/VandaloRuins/slow-interpolation 12 days ago
  • sample_clip.mp4
    5.78 MB
    xet
    Add sample images + clip to model card 12 days ago
  • sample_cloudship.jpg
    92.2 kB
    Add sample images + clip to model card 12 days ago
  • sample_valley.jpg
    100 kB
    xet
    Add sample images + clip to model card 12 days ago
  • thomas-cole-sdxl-lora.safetensors
    228 MB
    xet
    v0.1 release of the Thomas Cole SDXL LoRA, ships with slow-interpolation v0.1 12 days ago