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

  • Log In
  • Sign Up

cocktailpeanut
/
crt

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

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

  • Libraries
  • Diffusers

    How to use cocktailpeanut/crt 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("cocktailpeanut/crt")
    
    prompt = "a word \"hello world\" on a crt screen"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
crt / sample
3.19 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
cocktailpeanut's picture
cocktailpeanut
Upload folder using huggingface_hub
959d4bd verified over 1 year ago
  • crt_000300_00_20240925104334.png
    309 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000300_01_20240925104352.png
    313 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000300_02_20240925104409.png
    409 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000600_00_20240925110026.png
    274 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000600_01_20240925110044.png
    420 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000600_02_20240925110102.png
    437 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000900_00_20240925111818.png
    226 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000900_01_20240925111836.png
    369 kB
    Upload folder using huggingface_hub over 1 year ago
  • crt_000900_02_20240925111854.png
    436 kB
    Upload folder using huggingface_hub over 1 year ago