Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Jonjew
/
StarTrekTNG

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use Jonjew/StarTrekTNG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Jonjew/StarTrekTNG with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Jonjew/StarTrekTNG")
    
    prompt = "A high-quality photo capturing three people in red TNG uniform, blue TNG uniform, and yellow TNG uniform walking together through a sleek starship corridor. The corridor is illuminated by soft, futuristic lighting with glowing panels and high-tech control stations lining the walls. The individuals, each dressed in their respective uniforms, are engaged in animated conversation, exuding camaraderie and teamwork. The red-uniformed person, with a confident stride, gestures as they speak, while the blue-uniformed person listens intently, smiling with enthusiasm. The person in yellow, slightly ahead, glances back with a friendly expression. The uniforms are impeccably detailed, with their respective colors and insignias clearly visible. The corridor’s futuristic design features metallic surfaces, sleek lines, and subtle holographic displays, creating a dynamic and immersive setting. The photo captures the essence of adventure and collaboration aboard a starship."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
StarTrekTNG
194 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Jonjew's picture
Jonjew
Add 5 files
62822bc verified over 1 year ago
  • images
    Add 5 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    6.27 kB
    initial commit over 1 year ago
  • TNG_FLUX.safetensors
    172 MB
    xet
    Add 5 files over 1 year ago