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

  • Log In
  • Sign Up

smokeweed
/
Gerph

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Diffusers

    How to use smokeweed/Gerph with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("smokeweed/Gerph", 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
Gerph
17.4 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 20 commits
smokeweed's picture
smokeweed
Delete anythinglucid-gerph075.ckpt
36cbc0e about 3 years ago
  • alt
    Added ckpt and safetensors over 3 years ago
  • scheduler
    Gerph_Epoch8 push over 3 years ago
  • text_encoder
    Gerph_Epoch8 push over 3 years ago
  • tokenizer
    Gerph_Epoch8 push over 3 years ago
  • unet
    Gerph_Epoch8 push over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#4) about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • Gerph_Epoch8.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.13 GB
    xet
    Added ckpt and safetensors over 3 years ago
  • Gerph_Epoch8.safetensors
    2.13 GB
    xet
    Added ckpt and safetensors over 3 years ago
  • README.md
    2.4 kB
    Update README.md over 3 years ago
  • model_index.json
    511 Bytes
    Upload model_index.json over 3 years ago
  • preview1.png
    944 kB
    Upload preview1.png over 3 years ago
  • preview2.png
    967 kB
    Upload 3 files over 3 years ago
  • preview3.png
    744 kB
    Upload 3 files over 3 years ago