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

  • Log In
  • Sign Up

Transform21
/
Godard_model_v1

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Diffusers

    How to use Transform21/Godard_model_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("Transform21/Godard_model_v1", 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
Godard_model_v1
34.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
Transform21's picture
Transform21
Upload pokemon.yaml
6949b86 over 3 years ago
  • feature_extractor
    Upload preprocessor_config.json over 3 years ago
  • safety_checker
    Upload 2 files over 3 years ago
  • scheduler
    Upload scheduler_config.json over 3 years ago
  • text_encoder
    Upload 2 files over 3 years ago
  • tokenizer
    Upload 4 files over 3 years ago
  • unet
    Upload 2 files over 3 years ago
  • vae
    Upload 2 files over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    28 Bytes
    initial commit over 3 years ago
  • epoch=000003.ckpt
    14.6 GB
    xet
    Upload epoch=000003.ckpt over 3 years ago
  • epoch=000007.ckpt
    14.6 GB
    xet
    Upload epoch=000007.ckpt over 3 years ago
  • model_index.json
    543 Bytes
    Upload model_index.json over 3 years ago
  • pokemon.yaml
    3.52 kB
    Upload pokemon.yaml over 3 years ago