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

DRLaDRLa
/
dzina

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

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

  • Libraries
  • Diffusers

    How to use DRLaDRLa/dzina with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Laxhar/noobai-XL-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("DRLaDRLa/dzina")
    
    prompt = "solo, dzina, feral, male, detailed background, masterpiece, best quality, newest, recent, (snowskau:0.5), blue eyes, looking at viewer, grass, <lora:dzina:1> Negative prompt: worst quality, low quality, signature, (anthro:2), fur, slim, Steps: 22, Sampler: Euler a, Schedule type: SGM Uniform, CFG scale: 4, Seed: 3218824368, Size: 1024x1024, Model hash: eb010a11de, Model: BB95FurryMixV2.2, Version: f1.0.0v2-v1.10.1RC-latest-2463-g99bb3d5d, Source Identifier: Stable Diffusion web UI"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
dzina
117 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
DRLaDRLa's picture
DRLaDRLa
Update README.md
c330dc8 verified 6 months ago
  • images
    Add 2 files 6 months ago
  • .gitattributes
    2.31 kB
    initial commit 6 months ago
  • README.md
    914 Bytes
    Update README.md 6 months ago
  • dzina.safetensors
    114 MB
    xet
    Add 2 files 6 months ago