Instructions to use GenAIJake/g3na1j8k3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use GenAIJake/g3na1j8k3 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("GenAIJake/g3na1j8k3") prompt = "g3na1J8k3 man smiling as a vibrate comic book cover" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#1
by GenAIJake - opened
Generated example for model GenAIJake/g3na1j8k3.
Prompt: g3na1J8k3 sleek, professional Funko Pop-style vinyl figure, dressed in a sharp tailored suit with subtle futuristic details. A confident stance, holding a minimalist AI tablet or a stylized briefcase, exuding the presence of a cutting-edge AI expert. High-quality matte finish with refined details, making it look like an exclusive collector’s edition for tech innovators.
GenAIJake changed pull request status to merged