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

  • Log In
  • Sign Up

dicksondickson
/
order-in-space

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

  • Libraries
  • Diffusers

    How to use dicksondickson/order-in-space 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/order-in-space")
    
    prompt = "odrnspce style illustration of a cat in a field of purple flowers"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
order-in-space
350 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
dicksondickson's picture
dicksondickson
Update README.md
bbb91f4 verified 9 months ago
  • images
    first about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.12 kB
    Update README.md 9 months ago
  • orderinspace_000003400.safetensors
    344 MB
    xet
    first about 1 year ago