Instructions to use mitchtech/cardassian-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mitchtech/cardassian-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("mitchtech/cardassian-diffusion", 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
- Draw Things
- DiffusionBee
license: creativeml-openrail-m
thumbnail: >-
https://huggingface.co/mitchtech/cardassian-diffusion/resolve/main/cardassian-grid1.png
tags:
- stable-diffusion
- text-to-image
Cardassian Diffusion
This is the fine-tuned Stable Diffusion model trained on screenshots of the cardassian alien species from the Star Trek franchise. Use the token cardassian in your prompts to generate the effect.
Cardassians generated using this model
Kim Cardassian CardassELON Musk CardassIAN McKellen CardassiANNE Hathaway
This model was trained using the diffusers based Dreambooth training by ShivamShrirao.
--
🧨 Diffusers
This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.
You can also export the model to ONNX, MPS and/or FLAX/JAX.
License
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:
- You can't use the model to deliberately produce nor share illegal or harmful outputs or content
- The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
- You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license here

