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
Browse filesGenerated example for model cocktailpeanut/reina.
Prompt: reina in a studio ghibli anime that takes place in a rural japan village
- README.md +3 -0
- images/example_xp14gllms.png +0 -0
README.md
CHANGED
|
@@ -25,6 +25,9 @@ widget:
|
|
| 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
|
|
|
|
| 25 |
- text: reina is a garbage man
|
| 26 |
output:
|
| 27 |
url: images/example_kyexu845i.png
|
| 28 |
+
- text: reina in a studio ghibli anime that takes place in a rural japan village
|
| 29 |
+
output:
|
| 30 |
+
url: images/example_xp14gllms.png
|
| 31 |
base_model: black-forest-labs/FLUX.1-dev
|
| 32 |
instance_prompt: reina
|
| 33 |
license: other
|
images/example_xp14gllms.png
ADDED
|