Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

darkstorm2150
/
OpenGen

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

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

  • Libraries
  • Diffusers

    How to use darkstorm2150/OpenGen 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/OpenGen", 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
  • Draw Things
  • DiffusionBee
OpenGen
9.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
darkstorm2150's picture
darkstorm2150
Update README.md
2bdee40 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • OpenGen v1.0-no-ema-fp16.safetensors
    2.13 GB
    xet
    Upload OpenGen v1.0-no-ema-fp16.safetensors almost 3 years ago
  • OpenGen v1.0.safetensors
    7.39 GB
    xet
    Upload OpenGen v1.0.safetensors almost 3 years ago
  • OpenGen_v1.jpeg
    75.1 kB
    Upload OpenGen_v1.jpeg almost 3 years ago
  • README.md
    3.51 kB
    Update README.md almost 3 years ago