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

  • Log In
  • Sign Up

Disty0
/
NewBie-image-Exp0.1-Diffusers

Text-to-Image
Diffusers
Safetensors
English
NewbiePipeline
newbie
newbie_image
next-dit
lumina2
transformer
image-generation
Anime
Model card Files Files and versions
xet
Community
1

Instructions to use Disty0/NewBie-image-Exp0.1-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Disty0/NewBie-image-Exp0.1-Diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Disty0/NewBie-image-Exp0.1-Diffusers", 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
NewBie-image-Exp0.1-Diffusers / text_encoder_2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Disty0's picture
Disty0
Upload 28 files
d07b527 verified 5 months ago
  • config.json
    2.15 kB
    Upload 28 files 5 months ago
  • configuration_clip.py
    12.6 kB
    Upload 28 files 5 months ago
  • eva_model.py
    26.5 kB
    Upload 28 files 5 months ago
  • hf_model.py
    13 kB
    Upload 28 files 5 months ago
  • model.safetensors
    1.73 GB
    xet
    Upload 28 files 5 months ago
  • modeling_clip.py
    25.5 kB
    Upload 28 files 5 months ago
  • rope_embeddings.py
    5.71 kB
    Upload 28 files 5 months ago
  • transform.py
    12.7 kB
    Upload 28 files 5 months ago