Instructions to use n0madic/colossusProjectXL_v53 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use n0madic/colossusProjectXL_v53 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("n0madic/colossusProjectXL_v53", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("n0madic/colossusProjectXL_v53", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Colossus Project XL (SFW&NSFW) v5.3_trained
A Colossus arise.. again..
Deep under a mountain lives a sleeping giant, capable to eighter help humanity or create destruction...
This SD 1.0XL-Checkpoint is capable to produce nearly everything.. Colossus is very good creating extremly realistic pictures, anime and art.
This is a merge of my best models I have created so far. Its heavily based on Hephaistos V3.31 and The Talos Project (This is a project I have created with freek22). Then I added parts of my Asmodeus 3.0 model (which isn't released yet). To improve some skin textures I added a small percentage of the Realistic Stock Photo model and Newdawn XL..
Version 5.3_Trained
This version is another nearly fully trained model. In addition it combines parts of my Hephaistos_LCM_hybrid model https://civitai.com/models/200061/hephaistosnextgenxl-lcmbf16hybrid and Gleipnir by freek22 https://civitai.com/models/175094/gleipnir
The result is a model capable to do very low steps while giving the possibility to gain even more details on more steps. I have added a small steps/cfg scale to the showcase. It uses DPM++ SDE from a range from 5 steps to 60 steps and a cfg range from 1 to 20 cfg. It works well with A1111/Comfy/Foocus (just turn off all styles and Loras) I highly recommend to use a -2 Clip skip with this version.
A first workflow for comfy can be found here: https://civitai.com/articles/3113
- Downloads last month
- 10


