Instructions to use charnelofmaw/flux-gdubrobot-bugs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use charnelofmaw/flux-gdubrobot-bugs 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("charnelofmaw/flux-gdubrobot-bugs") prompt = "This is a CGI rendering of a futuristic, anthropomorphic insect with a robotic exoskeleton. The insect has a metallic green body with large, shiny green eyes and translucent, veined wings. Its legs are segmented and mechanical, ending in sharp, claw-like appendages. The background is a gradient of soft, muted colors, highlighting the insect's detailed design. The insect's antennae are long and slender, adding to its robotic appearance." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!