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

Madiator2011
/
Lyoko-Diffusion-v2.1

Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

Instructions to use Madiator2011/Lyoko-Diffusion-v2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Madiator2011/Lyoko-Diffusion-v2.1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Madiator2011/Lyoko-Diffusion-v2.1", torch_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 Settings
  • Draw Things
  • DiffusionBee
Lyoko-Diffusion-v2.1
2.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Madiator2011's picture
Madiator2011
Update README.md
adac4fd over 3 years ago
  • samples
    Upload 4 files over 3 years ago
  • .gitattributes
    1.84 kB
    Upload 4 files over 3 years ago
  • Lyoko2_512_v2-ep170-gs04061.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.61 GB
    xet
    Upload 2 files over 3 years ago
  • Lyoko2_512_v2-ep170-gs04061.yaml
    1.82 kB
    Upload 2 files over 3 years ago
  • README.md
    7.54 kB
    Update README.md over 3 years ago