Instructions to use Jonjew/ArtifyFantasySciFi2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/ArtifyFantasySciFi2 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/ArtifyFantasySciFi2") prompt = "The image is a highly detailed classic impasto oil painting featuring a striking, dark-haired woman standing against a muted, gradient background transitioning from dark brown to Fluorescent Pink. She is dressed in a futuristic, high-tech armor that combines leather and metal elements. The armor is primarily a deep red color with black accents, featuring a fitted, strapless bustier that accentuates her ample breasts, cinching at the waist and flaring out into a flowing, crimson cape, Sea Blue hue and Aqua Blue tint" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K