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 Settings
- Draw Things
- DiffusionBee
Add generated example
#8
by davidrd123 - opened
- README.md +5 -0
- images/example_ci12lxbbe.png +0 -0
README.md
CHANGED
|
@@ -36,6 +36,11 @@ widget:
|
|
| 36 |
m00nl4nd1ng
|
| 37 |
output:
|
| 38 |
url: images/example_x25mphdwx.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
---
|
| 41 |
|
|
|
|
| 36 |
m00nl4nd1ng
|
| 37 |
output:
|
| 38 |
url: images/example_x25mphdwx.png
|
| 39 |
+
- text: >-
|
| 40 |
+
astronaut hamster riding in a Pagani Zonda HP Barchetta on the Moon in the
|
| 41 |
+
style of m00nl4nd1ng
|
| 42 |
+
output:
|
| 43 |
+
url: images/example_ci12lxbbe.png
|
| 44 |
|
| 45 |
---
|
| 46 |
|
images/example_ci12lxbbe.png
ADDED
|