Instructions to use Motas/Retro_Flux_Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Motas/Retro_Flux_Loras 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("Motas/Retro_Flux_Loras") prompt = "The image is a digital illustration in a detailed, vibrant, high contrast, semi-realistic art style with 90s retro futuristic anime-inspired elements. Featuring a young woman with blonde hair and a serene expression. She has long, voluminous, wavy blonde hair cascading around her face and shoulders. Her face is small, cute and soft with full, slightly parted lips. She wears a high-tech, futuristic armor that covers her torso, with intricate metallic patterns and a prominent, circular blue light on her chest, suggesting advanced technology and possibly cyborg elements. Surrounding her, there are vivid, red roses, some in bloom and others in bud, creating a contrast of softness and hardness. The background appears to be a complex, mechanical environment with metallic structures and glowing lights, indicating a futuristic, perhaps post-apocalyptic setting. The composition is dramatic with strong filmic effects, color grading." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files- RetroAnimeFluxV1.safetensors +3 -0
- images/MarkuryFLUX_00015_.png +3 -0
- images/image_00039_.png +3 -0
- rogiFLUX.safetensors +3 -0
RetroAnimeFluxV1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f43c31b6c3238ac44195c970d511d759c5893bddd00f59f42b8fe51e8e76fa0
|
| 3 |
+
size 1076068432
|
images/MarkuryFLUX_00015_.png
ADDED
|
Git LFS Details
|
images/image_00039_.png
ADDED
|
Git LFS Details
|
rogiFLUX.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ed0371964cc0a602fa4bab6f1833fda7b9750a96975461b462f2398693cc4ec
|
| 3 |
+
size 612752048
|