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

MyneFactory
/
MF-KonoSuba

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

Instructions to use MyneFactory/MF-KonoSuba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use MyneFactory/MF-KonoSuba with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MyneFactory/MF-KonoSuba", 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
MF-KonoSuba
21.8 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 31 commits
Goldkoron's picture
Goldkoron
Upload last-KS-576+100-T2.11.ckpt
1a72437 over 3 years ago
  • Beta test
    Upload last-KS-576+100-T2.11.ckpt over 3 years ago
  • Full release
    Update Full release/T2.8 KonoSuba prompt list.txt over 3 years ago
  • Training data
    T2.11 prompt data over 3 years ago
  • example pictures
    Example picture over 3 years ago
  • feature_extractor
    add Hosted inference API support over 3 years ago
  • safety_checker
    add Hosted inference API support over 3 years ago
  • scheduler
    add Hosted inference API support over 3 years ago
  • text_encoder
    add Hosted inference API support over 3 years ago
  • tokenizer
    add Hosted inference API support over 3 years ago
  • unet
    add Hosted inference API support over 3 years ago
  • vae
    add Hosted inference API support over 3 years ago
  • .gitattributes
    2.03 kB
    Upload 14 files over 3 years ago
  • README.md
    1.68 kB
    Update README.md over 3 years ago
  • model_index.json
    543 Bytes
    add Hosted inference API support over 3 years ago