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

SpiderIerusalem
/
jojack_diffusion

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

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

  • Libraries
  • Diffusers

    How to use SpiderIerusalem/jojack_diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Lykon/AnyLoRA", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("SpiderIerusalem/jojack_diffusion")
    
    prompt = "cute gingerbread cookie in the form of jojenya, chibi, nendoroid, wearing gray peaked cap with star logo, gray jacket, red hair, bob cut, looking at viewer  <lora:Jojenya:0.9>, rim light  <lora:ral-cofzee:0.8> <lora:GingerbreadFashion:0.6>, sparkly starry eyes, smiling, sweet"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
jojack_diffusion
67.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
SpiderIerusalem's picture
SpiderIerusalem
Update README.md
215f5ef verified over 2 years ago
  • images
    Rename images/04709-3249989657-kulov, 1boy, male, black beard, braid, smile, pale skin, glowing eyes, white eyes, dressed, fedora, Stalin's jacket, tropical di.png to images/04709-3249989657-kulov, 1boy, male, black beard, braid, smile, pale skin, glowing eyes, white eyes, dressed, fedora, Stalin jacket, tropical di.png over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • Jojack_logo.safetensors
    19 MB
    xet
    Add 8 files over 2 years ago
  • Jojenya.safetensors
    19 MB
    xet
    Add 8 files over 2 years ago
  • Kulov.safetensors
    19 MB
    xet
    Upload Kulov.safetensors over 2 years ago
  • README.md
    6.71 kB
    Update README.md over 2 years ago