Instructions to use cocktailpeanut/reina with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cocktailpeanut/reina 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("cocktailpeanut/reina") prompt = "reina is a garbage man" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by cocktailpeanut - opened
- README.md +3 -0
- images/example_kyexu845i.png +0 -0
README.md
CHANGED
|
@@ -22,6 +22,9 @@ widget:
|
|
| 22 |
- text: reina is busking on the street in union square new york
|
| 23 |
output:
|
| 24 |
url: images/example_ojkzon6rd.png
|
|
|
|
|
|
|
|
|
|
| 25 |
base_model: black-forest-labs/FLUX.1-dev
|
| 26 |
instance_prompt: reina
|
| 27 |
license: other
|
|
|
|
| 22 |
- text: reina is busking on the street in union square new york
|
| 23 |
output:
|
| 24 |
url: images/example_ojkzon6rd.png
|
| 25 |
+
- text: reina is a garbage man
|
| 26 |
+
output:
|
| 27 |
+
url: images/example_kyexu845i.png
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: reina
|
| 30 |
license: other
|
images/example_kyexu845i.png
ADDED
|