Instructions to use Krass/CincyAI1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Krass/CincyAI1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Krass/CincyAI1") prompt = "high-resolution circular logo, echoing the style of the provided Cincinnati emblem. The logo should feature the text \"CINCINNATI RIDICULAM SATURA OHIO 2017\" and crossed ceremonial objects with a balance scale centered. Employ a color palette emphasizing red, white, black, and orange. Subtly integrate dark navy blue/black accents to suggest respect for law enforcement, maintaining a classic, vintage aesthetic. The design should not overshadow the core red, white, black, orange color scheme. Output multiple files in high resolution." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Gated model You can list files but not access them
Preview of files found in this repository