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

  • Log In
  • Sign Up

CLIPP
/
finetuned_generator

Text-to-Image
Diffusers
TensorBoard
StableDiffusionPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use CLIPP/finetuned_generator with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CLIPP/finetuned_generator", 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
finetuned_generator
5.48 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
CLIPP's picture
CLIPP
Update README.md
44b22b8 over 3 years ago
  • feature_extractor
    model add over 3 years ago
  • logs
    model add over 3 years ago
  • safety_checker
    model add over 3 years ago
  • scheduler
    model add over 3 years ago
  • text_encoder
    model add over 3 years ago
  • tokenizer
    model add over 3 years ago
  • unet
    model add over 3 years ago
  • vae
    model add over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    168 Bytes
    Update README.md over 3 years ago
  • learned_embeds.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    3.84 kB
    xet
    model add over 3 years ago
  • model_index.json
    582 Bytes
    model add over 3 years ago
  • test.txt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    4 Bytes
    test over 3 years ago