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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

molinamarc
/
syntheva

Diffusers
TF-Keras
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use molinamarc/syntheva with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("molinamarc/syntheva", 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
syntheva / SSCN
857 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits

This model has 7 files scanned as unsafe.

molinamarc's picture
molinamarc
Add best_model1.pth
210df2c verified almost 2 years ago
  • best_model.pth
    286 MB
    xet
    Add best_model.pth almost 2 years ago
  • best_model1.pth
    286 MB
    xet
    Add best_model1.pth almost 2 years ago
  • history_sscn.png
    31.3 kB
    Add history_sscn.png almost 2 years ago
  • history_sscn_CSAW.png
    39.7 kB
    Add history_sscn_CSAW.png almost 2 years ago
  • last_model_CSAW.pth
    286 MB
    xet
    Add last_model_CSAW.pth almost 2 years ago