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

jeffvedd
/
Imageflow

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

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

  • Libraries
  • Diffusers

    How to use jeffvedd/Imageflow with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jeffvedd/Imageflow", 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
Imageflow
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
jeffvedd's picture
jeffvedd
Add model weights
69212a5 verified about 15 hours ago
  • examples
    Add preview grid 21 days ago
  • scheduler
    Add model weights about 15 hours ago
  • text_encoder
    Add model weights about 15 hours ago
  • text_encoder_2
    Add model weights about 15 hours ago
  • tokenizer
    Add model weights about 15 hours ago
  • tokenizer_2
    Add model weights about 15 hours ago
  • unet
    Add model weights about 15 hours ago
  • vae
    Add model weights about 15 hours ago
  • .gitattributes
    1.9 kB
    Add preview grid 21 days ago
  • README.md
    1.08 kB
    Add Model Card — Imageflow.1.1.1 about 15 hours ago
  • model_index.json
    739 Bytes
    Add model weights about 15 hours ago