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

teftef
/
yumekawa_diffusion_ver2.1

Text-to-Image
Diffusers
Japanese
English
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use teftef/yumekawa_diffusion_ver2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use teftef/yumekawa_diffusion_ver2.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("teftef/yumekawa_diffusion_ver2.1", 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
yumekawa_diffusion_ver2.1
10.4 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
teftef's picture
teftef
Upload WD4-teftef_LoRA_80000.pt
4300dd8 over 3 years ago
  • scheduler
    Upload 12 files over 3 years ago
  • text_encoder
    Upload 12 files over 3 years ago
  • tokenizer
    Upload 12 files over 3 years ago
  • unet
    Upload 12 files over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#1) over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    2.36 kB
    Update README.md over 3 years ago
  • WD4-teftef_LoRA_50000-merged.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    5.16 GB
    xet
    Upload 2 files over 3 years ago
  • WD4-teftef_LoRA_50000-merged.yaml
    1.79 kB
    Upload 2 files over 3 years ago
  • WD4-teftef_LoRA_50000.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    14 MB
    xet
    Upload WD4-teftef_LoRA_50000.pt over 3 years ago
  • WD4-teftef_LoRA_80000.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    14 MB
    xet
    Upload WD4-teftef_LoRA_80000.pt over 3 years ago
  • model_index.json
    511 Bytes
    Upload 12 files over 3 years ago