Text-to-Image
Diffusers
English
Chinese
lora
template:diffusion-lora
flux
flux.1-dev
automotive-design
industrial-design
design
agent-friendly
Instructions to use XonarLabs/OLOID_Framework with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XonarLabs/OLOID_Framework 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("XonarLabs/OLOID_Framework") prompt = "xonar_ext_SUV_rough, A professional studio photography of a SUV, silver metallic gloss paint, 8k resolution, cinematic lighting, dark grey studio background." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,14 +12,14 @@ tags:
|
|
| 12 |
- agent-friendly
|
| 13 |
widget:
|
| 14 |
- output:
|
| 15 |
-
url:
|
| 16 |
-
text: '
|
| 17 |
- output:
|
| 18 |
-
url:
|
| 19 |
-
text: '
|
| 20 |
- output:
|
| 21 |
-
url:
|
| 22 |
-
text: '
|
| 23 |
base_model: black-forest-labs/FLUX.1-dev
|
| 24 |
instance_prompt: null
|
| 25 |
license: apache-2.0
|
|
|
|
| 12 |
- agent-friendly
|
| 13 |
widget:
|
| 14 |
- output:
|
| 15 |
+
url: assets/covers/PRD_Ext_Sportscar.webp
|
| 16 |
+
text: 'xonar_ext_sportscar_classic, A professional studio photography of a sports car, silver metallic gloss paint, 8k resolution, cinematic lighting, dark grey studio background.'
|
| 17 |
- output:
|
| 18 |
+
url: assets/covers/CRT_Int_Concept2.webp
|
| 19 |
+
text: 'xonar_int_concept, the interior of the concept car.'
|
| 20 |
- output:
|
| 21 |
+
url: assets/covers/INS_Inspiration01.webp
|
| 22 |
+
text: 'xonar_ext_odd, A professional studio photography of a concept car, silver metallic gloss paint, 8k resolution, cinematic lighting, dark grey studio background.'
|
| 23 |
base_model: black-forest-labs/FLUX.1-dev
|
| 24 |
instance_prompt: null
|
| 25 |
license: apache-2.0
|