Instructions to use dataautogpt3/CALAMITY with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/CALAMITY with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/CALAMITY", dtype=torch.bfloat16, device_map="cuda") prompt = "7-Vectors, glitched skyline, high rise ruins, retrowave, occult, glitching, retrofuturistic, glitch art, artifacts, circuitry demon, glitched screen, synthetic, english, scanlines, chromatic aberration, bad quality, red-pink, crt, vhs, noise, grain, highly detailed, 4k, synthetic anime" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 1,735 Bytes
272fdcb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
pipeline_tag: text-to-image
widget:
- text: >-
black fluffy gorgeous dangerous cat animal creature, large orange eyes, big
fluffy ears, piercing gaze, full moon, dark ambiance, best quality,
extremely detailed
output:
url: assets/final_output_00975_.png
license: apache-2.0
---
<Gallery />
# CALAMITY: Horror Themed Text-to-Image Model v1.0
CALAMITY is a specialized horror-themed text-to-image model built upon the Prometheus base model, which itself is a full rank finetune of the Playground v2.5 architecture. This checkpoint aims to generate haunting, surreal, and unsettling images with a distinctive aesthetic that sets it apart from mainstream models.
# Key Features
Unique focus on dark, creepy, and horror themed visuals
Trained on a curated dataset of horror imagery to capture genre-specific style
Seamless integration with the Prometheus base model's enhanced accessibility features
Advanced custom CLIP integration for improved text-to-image alignment
Optimized for generating high-resolution, evocative horror artwork
# Recommended Settings
Clip Skip: 2
CFG Scale: 7
Steps: 30-60
Sampler: DPM++ 2M SDE
Scheduler: Karras
Resolution: 1024x1024
# Use Cases
Generating evocative, nightmarish artwork for games, films, and books
Concept art and visual brainstorming for horror-themed projects
Exploring surreal, uncanny aesthetics and compositions
Pushing creative boundaries in the horror genre through AI-augmented workflows
CALAMITY opens up new avenues for horror-themed image generation, providing creatives with a powerful tool for conjuring up unsettling and imaginative visuals. Experiment with different prompt combinations and settings to delve into a rich spectrum of macabre imagery. |