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

  • Log In
  • Sign Up

comin
/
IterComp

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Diffusers

    How to use comin/IterComp with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("comin/IterComp", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
IterComp
17.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
comin's picture
comin
Update README.md
f584ce5 verified about 1 year ago
  • reward_models
    Upload 3 files about 1 year ago
  • scheduler
    release models over 1 year ago
  • text_encoder
    release models over 1 year ago
  • text_encoder_2
    release models over 1 year ago
  • tokenizer
    release models over 1 year ago
  • tokenizer_2
    release models over 1 year ago
  • unet
    release models over 1 year ago
  • vae
    release models over 1 year ago
  • .gitattributes
    1.57 kB
    Upload itercomp.png over 1 year ago
  • README.md
    2.76 kB
    Update README.md about 1 year ago
  • itercomp.png
    4.26 MB
    xet
    Upload itercomp.png over 1 year ago
  • model_index.json
    671 Bytes
    release models over 1 year ago