Instructions to use xAlexClashRoyale/iuli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xAlexClashRoyale/iuli 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("xAlexClashRoyale/iuli") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
#1
by Wow24 - opened
README.md
CHANGED
|
@@ -5,10 +5,6 @@ tags:
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
-
widget:
|
| 9 |
-
- text: "UNICODE\0\0i\0u\0l\0i\0a\0n\0a\0i\0u\0l\0i\0 \0i\0n\0 \0b\0i\0k\0i\0n\0i\0 \0i\0n\0 \0t\0h\0e\0 \0o\0c\0e\0a\0n\0"
|
| 10 |
-
output:
|
| 11 |
-
url: images/Iuliana_e000011_02_20240926153809.png
|
| 12 |
base_model:
|
| 13 |
- black-forest-labs/FLUX.1-dev
|
| 14 |
instance_prompt: null
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
base_model:
|
| 9 |
- black-forest-labs/FLUX.1-dev
|
| 10 |
instance_prompt: null
|