Instructions to use ajgazin/steampunkanimals with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ajgazin/steampunkanimals 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("ajgazin/steampunkanimals") prompt = "A variety of steampunk animals next to each other steampunk_animals" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by ajgazin - opened
- README.md +3 -0
- images/example_3ds4lk1oj.png +0 -0
README.md
CHANGED
|
@@ -21,6 +21,9 @@ widget:
|
|
| 21 |
- text: A large, fully-sized steampunk-style Rhino steampunk_animals
|
| 22 |
output:
|
| 23 |
url: images/example_8idydafzl.png
|
|
|
|
|
|
|
|
|
|
| 24 |
base_model: black-forest-labs/FLUX.1-dev
|
| 25 |
instance_prompt: steampunk_animals
|
| 26 |
license: other
|
|
|
|
| 21 |
- text: A large, fully-sized steampunk-style Rhino steampunk_animals
|
| 22 |
output:
|
| 23 |
url: images/example_8idydafzl.png
|
| 24 |
+
- text: A steampunk-style copper cat in denim steampunk_animals
|
| 25 |
+
output:
|
| 26 |
+
url: images/example_3ds4lk1oj.png
|
| 27 |
base_model: black-forest-labs/FLUX.1-dev
|
| 28 |
instance_prompt: steampunk_animals
|
| 29 |
license: other
|
images/example_3ds4lk1oj.png
ADDED
|