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

  • Log In
  • Sign Up

dicksondickson
/
graphis-02

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

Instructions to use dicksondickson/graphis-02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dicksondickson/graphis-02 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("dicksondickson/graphis-02")
    
    prompt = "graphis02 style illustration of a cyberpunk asian girl with a cityscape background at sunset"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
graphis-02
346 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
dicksondickson
yes
d227685 about 1 year ago
  • images
    first about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.55 kB
    yes about 1 year ago
  • graphis02_000002400.safetensors
    344 MB
    xet
    first about 1 year ago