Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zaksynack
/
chroma-kwis-v1

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

Instructions to use zaksynack/chroma-kwis-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use zaksynack/chroma-kwis-v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lodestones/Chroma1-Base", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("zaksynack/chroma-kwis-v1")
    
    prompt = "Photo of an android kwis man with mechanical joints and limbs straight from a Phillip K. Dick novel but with a human-looking face and eyes. The kwis man is looking at the camera with a sad expression, (((wires and cables connecting to head:1.2))), ((mechanical limbs:0.8), ((mechanical cervical attaching to the neck)),"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
chroma-kwis-v1
225 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Zak Kessler
Fixed wrong Lora file
bb25572 about 1 year ago
  • images
    Add 3 files about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • README.md
    1.37 kB
    Update README.md about 1 year ago
  • adapter_config.json
    835 Bytes
    Added PEFT and diffusion-pipe config data about 1 year ago
  • adapter_model.safetensors
    224 MB
    xet
    Fixed wrong Lora file about 1 year ago
  • config.toml
    1.49 kB
    Added PEFT and diffusion-pipe config data about 1 year ago
  • wandb-metadata.json
    1.14 kB
    Added PEFT and diffusion-pipe config data about 1 year ago