Instructions to use Jonjew/FLUXIntheSkyCyberSteampunk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/FLUXIntheSkyCyberSteampunk 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/FLUXIntheSkyCyberSteampunk") prompt = "A split scene from top right to bottom left: Steampunk on the top right, Cyberpunk on the bottom left. The Steampunk side has brass gears, steam machines, Victorian architecture, airships, and a foggy, industrial vibe. The Cyberpunk side shows neon skyscrapers, holographic ads, flying cars, and a dark, rain-soaked cityscape. Both sides are foggy, with surreal dream-like double exposure effects and the feeling of living in a thunder cloud. (In the center, along the split, the text: (\"In the Sky v2\":1.25) appears, half metallic Victorian font, half glowing neon.) (bo-cityscape:1.3), (bo-exposure:1.5), (bo-cyberpunk:1.4), (bo-steampunk:1.4), ultra-crisp, high dynamic range, vibrant contrasts, anime masterpiece, cinematic lighting., <lora:Flux\\boFLUX In the Sky v2.safetensors:1.4000000000000001:1.4000000000000001>" 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!