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

  • Log In
  • Sign Up

GGPENG
/
StyleDiffusion

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

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

  • Libraries
  • Diffusers

    How to use GGPENG/StyleDiffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("GGPENG/StyleDiffusion", 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
StyleDiffusion
7.77 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
GGPENG's picture
GGPENG
Upload pytorch_custom_diffusion_weights.bin
cfa61eb verified 2 months ago
  • feature_extractor
    Upload learned_embeds 2 months ago
  • model
    Upload pytorch_custom_diffusion_weights.bin 2 months ago
  • safety_checker
    Upload learned_embeds 2 months ago
  • scheduler
    Upload learned_embeds 2 months ago
  • text_encoder
    Upload custom weights 2 months ago
  • tokenizer
    Upload learned_embeds 2 months ago
  • unet
    Upload learned_embeds 2 months ago
  • vae
    Upload learned_embeds 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • learned_embeds.safetensors
    3.18 kB
    xet
    Upload learned_embeds 2 months ago
  • model_index.json
    573 Bytes
    Upload model_index.json 2 months ago
  • preprocessor_config.json
    362 Bytes
    Upload folder using huggingface_hub 2 months ago
  • pytorch_custom_diffusion_weights.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    76.7 MB
    xet
    Upload custom weights 2 months ago