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

  • Log In
  • Sign Up

renderartist
/
doodletoonflux

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

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

  • Libraries
  • Diffusers

    How to use renderartist/doodletoonflux 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("renderartist/doodletoonflux")
    
    prompt = "d00dlet00n colorful vivid psychedlic visions warped view children's illustration from a story book illustration of a cute frog monster in a sci-fi cyberpunk space theatrical king costume with boots stylized  open cahracter full body of the mascot in action pose with a tongue hanging out  in a castle interior room texture of the colored pencil on the paper quirky doodle simplistic   a speech bubble near his head says \"Doodle Toon\" in fun playful balloon font"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
doodletoonflux
945 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
renderartist's picture
renderartist
Add 11 files
def9e0b verified over 1 year ago
  • images
    Add 11 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    5.13 kB
    initial commit over 1 year ago
  • d00dlet00n_Flux_v1_renderartist.safetensors
    460 MB
    xet
    Add 11 files over 1 year ago
  • d00dlet00n_Flux_v2_renderartist.safetensors
    460 MB
    xet
    Add 11 files over 1 year ago