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

artificialguybr
/
coloringbook-redmond-1-5v-coloring-book-lora-for-liberteredmond-sd-1-5

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

Instructions to use artificialguybr/coloringbook-redmond-1-5v-coloring-book-lora-for-liberteredmond-sd-1-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use artificialguybr/coloringbook-redmond-1-5v-coloring-book-lora-for-liberteredmond-sd-1-5 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("artificialguybr/coloringbook-redmond-1-5v-coloring-book-lora-for-liberteredmond-sd-1-5")
    
    prompt = "A asian girl,  minimalist, Coloring Book, ColoringBookAF, ,  "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
coloringbook-redmond-1-5v-coloring-book-lora-for-liberteredmond-sd-1-5
76 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
artificialguybr's picture
artificialguybr
docs: add missing creator links
e2f7285 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • 3817531.jpeg
    49.4 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3817532.jpeg
    29.4 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3817533.jpeg
    39.4 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3817534.jpeg
    60.3 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3817535.jpeg
    50.1 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3817536.jpeg
    51.4 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3817537.jpeg
    36.6 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3817538.jpeg
    53.7 kB
    Upload folder using huggingface_hub over 2 years ago
  • ColoringBookRedmond15V-LiberteRedmond-ColoringBookAF.safetensors
    75.6 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • README.md
    3.45 kB
    docs: add missing creator links about 1 month ago