Open-Orca/OpenOrca
Viewer • Updated • 2.94M • 49.3k • 1.54k
How to use Cyborg-AI/model with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Cyborg-AI/model", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]This repository contains various models tha you can download in the CyborgAI app for different purposes. Each model is organized in its respective folder.
CyborgAI is a platform that focuses on developing advanced AI models and applications. Visit CyborgAI for more information.
Special thanks to Hugging Face for providing a space to host and share these models with the community. We appreciate the efforts of all creators involved in developing these models.
Support our work by buying us a coffee.