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

artificialguybr
/
filmgrain-redmond-filmgrain-lora-for-sdxl

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
style
film grain
Model card Files Files and versions
xet
Community
2

Instructions to use artificialguybr/filmgrain-redmond-filmgrain-lora-for-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use artificialguybr/filmgrain-redmond-filmgrain-lora-for-sdxl 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("artificialguybr/filmgrain-redmond-filmgrain-lora-for-sdxl")
    
    prompt = "A beautiful blonde girl, close-up, portrait ,Film Grain, FilmGrainAF,"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
filmgrain-redmond-filmgrain-lora-for-sdxl
171 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
artificialguybr's picture
artificialguybr
docs: add Prompt Hub link to findgoodprompt.com
08d9213 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • 4596085.jpeg
    20.9 kB
    Upload folder using huggingface_hub over 2 years ago
  • 4596086.jpeg
    19.7 kB
    Upload folder using huggingface_hub over 2 years ago
  • 4596087.jpeg
    19.3 kB
    Upload folder using huggingface_hub over 2 years ago
  • 4596088.jpeg
    24.7 kB
    Upload folder using huggingface_hub over 2 years ago
  • 4596090.jpeg
    25.5 kB
    Upload folder using huggingface_hub over 2 years ago
  • 4596091.jpeg
    22 kB
    Upload folder using huggingface_hub over 2 years ago
  • 4596092.jpeg
    21.6 kB
    Upload folder using huggingface_hub over 2 years ago
  • 4596094.jpeg
    25.1 kB
    Upload folder using huggingface_hub over 2 years ago
  • FilmGrainRedmond-FilmGrain-FilmGrainAF.safetensors
    171 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • README.md
    3.19 kB
    docs: add Prompt Hub link to findgoodprompt.com about 2 months ago