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

darkstorm2150
/
Protogen_Nova_Official_Release

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
art
artistic
protogen
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Diffusers

    How to use darkstorm2150/Protogen_Nova_Official_Release with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("darkstorm2150/Protogen_Nova_Official_Release", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "modelshoot style, (extremely detailed CG unity 8k wallpaper), full shot body photo of the most beautiful artwork in the world, english medieval witch, black silk vale, pale skin, black silk robe, black cat, necromancy magic, medieval era, photorealistic painting by Ed Blinkey, Atey Ghailan, Studio Ghibli, by Jeremy Mann, Greg Manchess, Antonio Moro, trending on ArtStation, trending on CGSociety, Intricate, High Detail, Sharp focus, dramatic, photorealistic painting art by midjourney and greg rutkowski"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Protogen_Nova_Official_Release / vae
669 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 3 commits
darkstorm2150's picture
darkstorm2150
Adding `safetensors` variant of this model (#6)
e484d6a verified 11 months ago
  • config.json
    582 Bytes
    Add `scale_factor` to vae config. (#4) over 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    335 MB
    xet
    Add Diffusers weights (#2) over 3 years ago
  • diffusion_pytorch_model.safetensors
    335 MB
    xet
    Adding `safetensors` variant of this model (#6) 11 months ago