Instructions to use opsinha/g0th with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use opsinha/g0th 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("opsinha/g0th") prompt = "portrait of g0th, a stylish gothic woman, walking under Chicago streetlights at dusk, layered black outfit, cinematic soft light, --d 42" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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("opsinha/g0th")
prompt = "portrait of g0th, a stylish gothic woman, walking under Chicago streetlights at dusk, layered black outfit, cinematic soft light, --d 42"
image = pipe(prompt).images[0]G0th
A Flux LoRA trained on a local computer with Fluxgym

- Prompt
- portrait of g0th, a stylish gothic woman, walking under Chicago streetlights at dusk, layered black outfit, cinematic soft light, --d 42

- Prompt
- full-body photo of g0th, a woman on a rainy city sidewalk holding a transparent umbrella, moody reflections, elegant dark fashion, --d 42

- Prompt
- editorial photo of g0th, a gothic woman in a black velvet coat beside a stone building, overcast daylight, refined modern goth tone, --d 42

- Prompt
- close-up portrait of g0th, female model framed by neon red and blue lights, shallow depth of field, cinematic fashion style, --d 42

- Prompt
- g0th, a woman leaning against a wrought-iron fence in Chicago, wearing dark streetwear and silver jewelry, natural daylight, --d 42

- Prompt
- waist-up portrait of g0th, gothic woman at a cafe window on a cloudy afternoon, casual dark aesthetic, warm reflection light, --d 42

- Prompt
- full-body image of g0th, female model standing on a rooftop at sunset, wind in hair, minimal city skyline behind, cinematic tones, --d 42

- Prompt
- g0th, a woman sitting on concrete steps with headphones, urban grunge look, soft directional light, realistic street fashion, --d 42

- Prompt
- side-profile photo of g0th, gothic woman walking through a park path lined with bare trees, misty morning atmosphere, --d 42

- Prompt
- fashion editorial shot of g0th, female model in a dark tailored blazer, confident pose, warm backlight and cool shadows, --d 42
Trigger words
You should use g0th to trigger the image generation.
Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
Weights for this model are available in Safetensors format.
- Downloads last month
- 22
Model tree for opsinha/g0th
Base model
black-forest-labs/FLUX.1-dev