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

Clybius
/
mspaint-style-sd3.5medium

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

Instructions to use Clybius/mspaint-style-sd3.5medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Clybius/mspaint-style-sd3.5medium 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-3.5-medium", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Clybius/mspaint-style-sd3.5medium")
    
    prompt = "masterpiece, flat colors, an orange anthro furry kitsune fox is holding a glowing green magical spell in front of him. He is wearing an ornate black sorcerer cloak, and he is casting a spell, doing a dynamic pose. detailed background, flat simple background, solo, high quality, soft style. fantasy setting, dnd dungeonsanddragons"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
mspaint-style-sd3.5medium
47.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Clybius's picture
Clybius
Update README.md
9703638 verified over 1 year ago
  • images
    Add 2 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    1.25 kB
    Update README.md over 1 year ago
  • kitsune-fox.png
    392 kB
    xet
    Upload a good LoRA this time! over 1 year ago
  • mspaint-style-sd3-DokrV1.safetensors
    6.25 MB
    xet
    Upload mspaint-style-sd3-DokrV1.safetensors over 1 year ago
  • mspaint-style-sd3-FinallyGoodEdition.safetensors
    10.6 MB
    xet
    Upload a good LoRA this time! over 1 year ago
  • mspaint-style-sd3-v1.safetensors
    29.7 MB
    xet
    Add 2 files over 1 year ago