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

bobinamoe
/
bobinas

Text-to-Image
Diffusers
lora
template:diffusion-lora
bobina
Bobina
Council
Ethereum
Base
bobina.moe
Bobina_Council
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Diffusers

    How to use bobinamoe/bobinas with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("bobinamoe/bobinas")
    
    prompt = "Bobina in the trenches of Ukraine, she is holding a classic AK47. She is firing in the trenches at an unknown Ukrainian pig for Mother Russia! The rifle is visibly inscribed bobina.moe on the gun stock."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
bobinas / custom_nodes /ComfyUI-TiledDiffusion
197 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit

This model has 2 files scanned as unsafe.

bobinamoe's picture
bobinamoe
Upload 1664 files
baac5bb verified 8 months ago
  • __pycache__
    Upload 1664 files 8 months ago
  • .gitignore
    3.29 kB
    Upload 1664 files 8 months ago
  • README.md
    7.25 kB
    Upload 1664 files 8 months ago
  • __init__.py
    383 Bytes
    Upload 1664 files 8 months ago
  • tiled_diffusion.py
    44.1 kB
    Upload 1664 files 8 months ago
  • tiled_vae.py
    36.2 kB
    Upload 1664 files 8 months ago
  • utils.py
    5.8 kB
    Upload 1664 files 8 months ago