Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bbbboiwow
/
cocccck

Diffusers
LiteRT
ONNX
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use bbbboiwow/cocccck with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("bbbboiwow/cocccck", 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
cocccck / custom_nodes /comfyui-custom-scripts /py
105 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
bbbboiwow's picture
bbbboiwow
Upload folder using huggingface_hub
edb09f2 verified 3 months ago
  • __pycache__
    Upload folder using huggingface_hub 3 months ago
  • autocomplete.py
    881 Bytes
    Upload folder using huggingface_hub 3 months ago
  • better_combos.py
    5.2 kB
    Upload folder using huggingface_hub 3 months ago
  • constrain_image.py
    2.89 kB
    Upload folder using huggingface_hub 3 months ago
  • constrain_image_for_video.py
    3.03 kB
    Upload folder using huggingface_hub 3 months ago
  • math_expression.py
    8.62 kB
    Upload folder using huggingface_hub 3 months ago
  • model_info.py
    3.45 kB
    Upload folder using huggingface_hub 3 months ago
  • play_sound.py
    1.01 kB
    Upload folder using huggingface_hub 3 months ago
  • repeater.py
    1.34 kB
    Upload folder using huggingface_hub 3 months ago
  • reroute_primitive.py
    1.27 kB
    Upload folder using huggingface_hub 3 months ago
  • show_text.py
    1.45 kB
    Upload folder using huggingface_hub 3 months ago
  • string_function.py
    1.6 kB
    Upload folder using huggingface_hub 3 months ago
  • system_notification.py
    1.01 kB
    Upload folder using huggingface_hub 3 months ago
  • text_files.py
    6.21 kB
    Upload folder using huggingface_hub 3 months ago
  • workflows.py
    2.16 kB
    Upload folder using huggingface_hub 3 months ago