gjnxGarry2 / README.md
techyygarry's picture
Update README.md
0d1806d verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: GNX Flux LoRA Inference
emoji: πŸš€
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 4.16.0
app_file: main.py
pinned: false

GNX Flux LoRA Inference (ComfyUI via Gradio)

This Hugging Face Space runs a Flux .1 Dev LoRA model trained by @gauravjuneja using the ComfyUI framework.

✨ Features

  • Custom prompt input
  • Runs locally with preloaded LoRA and UNet model
  • Inference pipeline powered by ComfyUI

πŸ”§ Usage

  1. Type a prompt like:
    gjnx is driving a Ferrari on a road in Germany
    
  2. Wait for the CPU-based inference to return a generated image.

πŸ“ Model Structure

This Space uses the following models:

  • flux1-dev.sft β€” UNet
  • clip_l.safetensors β€” CLIP-1
  • t5xxl_fp16.safetensors β€” CLIP-2
  • ae.safetensors β€” VAE
  • gauravjuneja4.safetensors β€” Trained LoRA

Please ensure these are under the proper usage rights.


πŸ“œ License

Code: Apache 2.0
LoRA Weights: Provided for educational/research use
Base Models: Original authors’ licenses apply (e.g., CreativeML Open RAIL-M if SD-derived)


πŸš€ Deployed With