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

  • Log In
  • Sign Up

MirageML
/
dussians

Text-to-Image
Diffusers
TensorBoard
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Diffusers

    How to use MirageML/dussians with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MirageML/dussians", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "A dussian, insect"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
dussians
5.16 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 19 commits
amankishore's picture
amankishore
valhalla's picture
valhalla
Add `scale_factor` to vae config. (#3)
f465dd8 over 3 years ago
  • logs
    Upload logs/dreambooth/events.out.tfevents.1670708736.ip-172-31-17-94.ec2.internal.52.0 with huggingface_hub over 3 years ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub over 3 years ago
  • text_encoder
    Upload text_encoder/pytorch_model.bin with huggingface_hub over 3 years ago
  • tokenizer
    Upload tokenizer/vocab.json with huggingface_hub over 3 years ago
  • unet
    Upload unet/diffusion_pytorch_model.bin with huggingface_hub over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#3) over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    611 Bytes
    Update README.md (#2) over 3 years ago
  • model_index.json
    517 Bytes
    Upload model_index.json with huggingface_hub over 3 years ago