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 /__pycache__
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
  • __init__.cpython-312.pyc
    472 Bytes
    Upload 1664 files 8 months ago
  • tiled_diffusion.cpython-312.pyc
    49.1 kB
    Upload 1664 files 8 months ago
  • tiled_vae.cpython-312.pyc
    41.5 kB
    Upload 1664 files 8 months ago
  • utils.cpython-312.pyc
    8.42 kB
    Upload 1664 files 8 months ago