Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Gloomberry
/
CarlGallagher

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

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

  • Libraries
  • Diffusers

    How to use Gloomberry/CarlGallagher with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Gloomberry/CarlGallagher")
    
    prompt = "Carl Gallagher his hair brunette wavy long shoulder length on both ends and sides wearing red hoodie jacket and baggy black cargo pants headphones around his neck he's sitting on the couch in a luxurious living room "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
CarlGallagher
780 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Gloomberry's picture
Gloomberry
Add 13 files
843c3d9 verified over 1 year ago
  • images
    Add 13 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    4.21 kB
    initial commit over 1 year ago
  • Zip.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    321 kB
    xet
    Add 13 files over 1 year ago