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

ddPn08
/
SwimInLatent

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ddPn08/SwimInLatent with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ddPn08/SwimInLatent", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "masterpiece, best quality, 1girl, solo, bikini, upper body, short hair, arms behind back, looking at viewer, ocean, wave, water"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
SwimInLatent
41.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ddPn08's picture
ddPn08
fix license
2398098 verified almost 3 years ago
  • images
    upload models almost 3 years ago
  • scheduler
    upload models almost 3 years ago
  • text_encoder
    upload models almost 3 years ago
  • text_encoder_2
    upload models almost 3 years ago
  • tokenizer
    upload models almost 3 years ago
  • tokenizer_2
    upload models almost 3 years ago
  • unet
    upload models almost 3 years ago
  • vae
    upload models almost 3 years ago
  • .gitattributes
    1.56 kB
    upload models almost 3 years ago
  • LICENSE
    14.1 kB
    upload models almost 3 years ago
  • README.md
    2.51 kB
    fix license almost 3 years ago
  • SwimInLatent-alpha.bf16.safetensors
    6.94 GB
    xet
    upload models almost 3 years ago
  • SwimInLatent-alpha.fp16.safetensors
    6.94 GB
    xet
    upload models almost 3 years ago
  • SwimInLatent-alpha.safetensors
    13.9 GB
    xet
    upload models almost 3 years ago
  • model_index.json
    577 Bytes
    upload models almost 3 years ago
  • workflow-swim-in-latent.json
    13.5 kB
    upload models almost 3 years ago