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

FredZhang7
/
paint-journey-v2

Text-to-Image
Diffusers
English
StableDiffusionPipeline
midjourney
stable-diffusion
disco-diffusion
art
arxiv:2208.12242
Model card Files Files and versions
xet
Community
3

Instructions to use FredZhang7/paint-journey-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FredZhang7/paint-journey-v2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("FredZhang7/paint-journey-v2", 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
paint-journey-v2
13.2 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 102 commits
FredZhang7's picture
FredZhang7
Update README.md
267c381 over 3 years ago
  • assets
    Upload 2 files over 3 years ago
  • feature_extractor
    Upload with huggingface_hub over 3 years ago
  • scheduler
    Upload with huggingface_hub over 3 years ago
  • text_encoder
    Upload with huggingface_hub over 3 years ago
  • tokenizer
    Upload with huggingface_hub over 3 years ago
  • unet
    Upload with huggingface_hub over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#1) over 3 years ago
  • .gitattributes
    2.22 kB
    Upload 4 files over 3 years ago
  • README.md
    6.77 kB
    Update README.md over 3 years ago
  • model_index.json
    510 Bytes
    Upload with huggingface_hub over 3 years ago
  • paint_journey_v2.ckpt
    2.13 GB
    xet
    Upload paint_journey_v2.ckpt over 3 years ago
  • paint_journey_v2.safetensors
    2.13 GB
    xet
    Upload paint_journey_v2.safetensors over 3 years ago
  • paint_journey_v2.vae.pt
    335 MB
    xet
    Upload paint_journey_v2.vae.pt over 3 years ago
  • paint_journey_v2_cpu_only.ckpt
    4.27 GB
    xet
    Upload paint_journey_v2_cpu_only.ckpt over 3 years ago