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 Settings
  • Draw Things
  • DiffusionBee
bobinas / custom_nodes /rgthree-comfy
6.74 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
bobinamoe's picture
bobinamoe
Upload 1664 files
baac5bb verified 9 months ago
  • .github
    Upload 1664 files 9 months ago
  • __pycache__
    Upload 1664 files 9 months ago
  • docs
    Upload 1664 files 9 months ago
  • py
    Upload 1664 files 9 months ago
  • src_web
    Upload 1664 files 9 months ago
  • web
    Upload 1664 files 9 months ago
  • .gitignore
    206 Bytes
    Upload 1664 files 9 months ago
  • .prettierrc.json
    78 Bytes
    Upload 1664 files 9 months ago
  • .pylintrc
    21.9 kB
    Upload 1664 files 9 months ago
  • .style.yapf
    300 Bytes
    Upload 1664 files 9 months ago
  • .tracking
    7.89 kB
    Upload 1664 files 9 months ago
  • LICENSE
    1.11 kB
    Upload 1664 files 9 months ago
  • README.md
    26.5 kB
    Upload 1664 files 9 months ago
  • __build__.py
    6.14 kB
    Upload 1664 files 9 months ago
  • __commit__.py
    1.69 kB
    Upload 1664 files 9 months ago
  • __init__.py
    4.54 kB
    Upload 1664 files 9 months ago
  • __update_comfy__.py
    1.84 kB
    Upload 1664 files 9 months ago
  • package-lock.json
    20.5 kB
    Upload 1664 files 9 months ago
  • package.json
    279 Bytes
    Upload 1664 files 9 months ago
  • prestartup_script.py
    235 Bytes
    Upload 1664 files 9 months ago
  • pyproject.toml
    351 Bytes
    Upload 1664 files 9 months ago
  • requirements.txt
    0 Bytes
    Upload 1664 files 9 months ago
  • rgthree_config.json.default
    1.87 kB
    Upload 1664 files 9 months ago
  • tsconfig.json
    2.03 kB
    Upload 1664 files 9 months ago