Instructions to use davidrd123/Flux-MoonLanding76-Replicate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use davidrd123/Flux-MoonLanding76-Replicate 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("davidrd123/Flux-MoonLanding76-Replicate") prompt = "astronaut hamster in the style of m00nl4nd1ng" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by davidrd123 - opened
- README.md +3 -0
- images/example_x6tmtc1o5.png +0 -0
README.md
CHANGED
|
@@ -16,6 +16,9 @@ widget:
|
|
| 16 |
- text: astronaut hamster in the style of m00nl4nd1ng
|
| 17 |
output:
|
| 18 |
url: images/example_6adktoq5m.png
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
---
|
| 21 |
|
|
|
|
| 16 |
- text: astronaut hamster in the style of m00nl4nd1ng
|
| 17 |
output:
|
| 18 |
url: images/example_6adktoq5m.png
|
| 19 |
+
- text: astronaut hamster in the style of m00nl4nd1ng
|
| 20 |
+
output:
|
| 21 |
+
url: images/example_x6tmtc1o5.png
|
| 22 |
|
| 23 |
---
|
| 24 |
|
images/example_x6tmtc1o5.png
ADDED
|