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

  • Log In
  • Sign Up

muverqqw
/
DreamCoil-Diffusion-Mini

Text-to-Image
Diffusers
Safetensors
StableDiffusion3Pipeline
Custom-Pipeline
Model card Files Files and versions
xet
Community

Instructions to use muverqqw/DreamCoil-Diffusion-Mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use muverqqw/DreamCoil-Diffusion-Mini with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("muverqqw/DreamCoil-Diffusion-Mini", 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
DreamCoil-Diffusion-Mini
7.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
muverqqw's picture
muverqqw
Update README.md
08250a2 verified 3 days ago
  • lora
    Upload folder using huggingface_hub 3 days ago
  • scheduler
    Add merged transformer weights and full pipeline structure 3 days ago
  • text_encoder
    Add merged transformer weights and full pipeline structure 3 days ago
  • text_encoder_2
    Add merged transformer weights and full pipeline structure 3 days ago
  • text_encoder_3
    Upload folder using huggingface_hub 3 days ago
  • tokenizer
    Add merged transformer weights and full pipeline structure 3 days ago
  • tokenizer_2
    Add merged transformer weights and full pipeline structure 3 days ago
  • tokenizer_3
    Upload folder using huggingface_hub 3 days ago
  • transformer
    Add merged transformer weights and full pipeline structure 3 days ago
  • vae
    Add merged transformer weights and full pipeline structure 3 days ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 3 days ago
  • README.md
    6.99 kB
    Update README.md 3 days ago
  • dreamcoil_projector.pth

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    42 MB
    xet
    Upload dreamcoil_projector.pth with huggingface_hub 3 days ago
  • model_index.json
    863 Bytes
    Update model_index.json 3 days ago
  • pipeline.py
    8.17 kB
    Update pipeline.py 3 days ago