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

  • Log In
  • Sign Up

dicksondickson
/
graphis-01

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-01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dicksondickson/graphis-01 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("dicksondickson/graphis-01")
    
    prompt = "graphis-01 cityscape"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
graphis-01 / images
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Dickson
add new images
0fa2719 almost 2 years ago
  • graphis-01-01.jpg
    156 kB
    xet
    Add 7 files almost 2 years ago
  • graphis-01-10.jpg
    225 kB
    xet
    update almost 2 years ago
  • graphis-01-12.jpg
    259 kB
    xet
    add new images almost 2 years ago
  • graphis-01-19.jpg
    217 kB
    xet
    add new images almost 2 years ago
  • graphis-01-20.jpg
    179 kB
    xet
    add new images almost 2 years ago
  • graphis-01-25.jpg
    229 kB
    xet
    add new images almost 2 years ago