Instructions to use abhiraoo/aimodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use abhiraoo/aimodel 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("abhiraoo/aimodel") prompt = "sameera" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#1
by abhiraoo - opened
- README.md +5 -0
- images/example_aos66kyl6.png +0 -0
README.md
CHANGED
|
@@ -12,6 +12,11 @@ tags:
|
|
| 12 |
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
instance_prompt: sameera
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Aimodel
|
|
|
|
| 12 |
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
instance_prompt: sameera
|
| 15 |
+
widget:
|
| 16 |
+
- text: Sameera in tight jean at MacDonald
|
| 17 |
+
output:
|
| 18 |
+
url: images/example_aos66kyl6.png
|
| 19 |
+
|
| 20 |
---
|
| 21 |
|
| 22 |
# Aimodel
|
images/example_aos66kyl6.png
ADDED
|