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

DrHouseFan-315
/
EFIG-1

Text-to-Image
Diffusers
PyTorch
ethical
cc0
Model card Files Files and versions
xet
Community

Instructions to use DrHouseFan-315/EFIG-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use DrHouseFan-315/EFIG-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("DrHouseFan-315/EFIG-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
EFIG-1
417 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
DrHouseFan-315's picture
DrHouseFan-315
Update README.md
7021e87 verified 5 months ago
  • .gitattributes
    1.73 kB
    Upload 3 files 5 months ago
  • README.md
    1.02 kB
    Update README.md 5 months ago
  • ae_model.py
    2.75 kB
    Upload 2 files 5 months ago
  • generate_grid.py
    1.99 kB
    Upload 2 files 5 months ago
  • gensample2.png
    2.11 MB
    xet
    Upload gensample2.png 5 months ago
  • interpolations.gif
    3.58 MB
    xet
    Upload 3 files 5 months ago
  • unmodel.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    275 MB
    xet
    Upload unmodel.pt 5 months ago
  • vae_pregan.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    133 MB
    xet
    Upload vae_pregan.pt 5 months ago
  • vae_recon.png
    2.1 MB
    xet
    Upload 3 files 5 months ago
  • vae_sample.png
    482 kB
    xet
    Upload 3 files 5 months ago