How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("sdsiddharth/SPACEBOTS-17-B-GGUF", dtype=torch.bfloat16, device_map="cuda")

prompt = "My name is Julien and I like to"
image = pipe(prompt).images[0]

library_name: ollama pipeline_tag: text-generation base_model: null license: apache-2.0 datasets: [] language: en metrics: [] tags:

  • ollama
  • text-generation
  • AI-chatbot

VISIT OLLAMA ---> FOR DIRECT USE OF THE MODEL

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including sdsiddharth/SPACEBOTS-17-B-GGUF