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
#7
by davidrd123 - opened
- README.md +5 -0
- images/example_x25mphdwx.png +0 -0
README.md
CHANGED
|
@@ -31,6 +31,11 @@ widget:
|
|
| 31 |
- text: astronaut pig in the style of m00nl4nd1ng
|
| 32 |
output:
|
| 33 |
url: images/example_g8oqvjp4u.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
---
|
| 36 |
|
|
|
|
| 31 |
- text: astronaut pig in the style of m00nl4nd1ng
|
| 32 |
output:
|
| 33 |
url: images/example_g8oqvjp4u.png
|
| 34 |
+
- text: >-
|
| 35 |
+
astronaut cat riding in a sparkling new 1956 BMW 507 in the style of
|
| 36 |
+
m00nl4nd1ng
|
| 37 |
+
output:
|
| 38 |
+
url: images/example_x25mphdwx.png
|
| 39 |
|
| 40 |
---
|
| 41 |
|
images/example_x25mphdwx.png
ADDED
|