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

  • Log In
  • Sign Up

FunkingGod
/
torikun

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

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

  • Libraries
  • Diffusers

    How to use FunkingGod/torikun 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("FunkingGod/torikun")
    
    prompt = "art by torikun,two young individuals,one standing and one sitting,on a jagged,rocky outcropping in a futuristic cityscape. the standing figure,on the left,has dark skin and wears a black hoodie with the hood pulled up,covering their hair,which appears to be purple. they are also wearing baggy pants and black boots and has green eyes. the sitting figure,on the right,has light skin and a short,straight haircut with a deep purple hue. they are dressed in a dark,oversized hoodie and baggy pants,with black boots that have visible laces. both figures have a modern,edgy style. the background features a cityscape with geometric,angular buildings in various shades of pink and red,giving a futuristic and somewhat dystopian feel. the sky is a gradient of light blue to dark blue,with a hint of pink at the horizon,suggesting a sunset or dawn. the ground is a mix of jagged rocks and scattered debris,adding to the gritty,urban atmosphere."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
torikun
23.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
FunkingGod's picture
FunkingGod
Add 3 files
4f5e943 verified over 1 year ago
  • images
    Add 3 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    2.3 kB
    initial commit over 1 year ago
  • torikun_flux_joycaption.safetensors
    19.4 MB
    xet
    Add 3 files over 1 year ago