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

  • Log In
  • Sign Up

fffiloni
/
cute-comic-800

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

Instructions to use fffiloni/cute-comic-800 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use fffiloni/cute-comic-800 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-schnell", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("fffiloni/cute-comic-800")
    
    prompt = "a boy wearing a hat and holding a fishing rod, sitting in a boat with a crocodile on it, surrounded by water and grass, with a sky full of clouds in the background.  in the style of TOK"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
cute-comic-800
173 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
fffiloni's picture
fffiloni
Add generated example (#5)
7829ab3 verified about 1 year ago
  • images
    Add generated example (#5) about 1 year ago
  • samples
    Rename samples/a girl drive in an tiny cute car over the road. in the style of TOK.webp to samples/example_4.webp about 1 year ago
  • .gitattributes
    1.99 kB
    Add generated example (#5) about 1 year ago
  • README.md
    2.38 kB
    Add generated example (#5) about 1 year ago
  • cute-comic-800.safetensors
    172 MB
    xet
    Rename illustration-bd-test-800.safetensors to cute-comic-800.safetensors about 1 year ago