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

cAIK123
/
Emby

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

Instructions to use cAIK123/Emby with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use cAIK123/Emby with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("cAIK123/Emby")
    
    prompt = "<lora:CuteCreaturesEmby:1> male, emby, dragon, scalie, young, cute, pink body, pink belly, pink tail, monotone body, monotone tail, chubby, digitigrade, slightly chubby, black claws, fins, black eyebrows, digitigrade, green eyes,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Emby
237 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
cAIK123's picture
cAIK123
Update README.md
efe629a verified 10 months ago
  • images
    Add 3 files 10 months ago
  • .gitattributes
    2.31 kB
    initial commit 10 months ago
  • CuteCreaturesEmby.safetensors
    235 MB
    xet
    Add 3 files 10 months ago
  • README.md
    1.6 kB
    Update README.md 10 months ago