File size: 2,248 Bytes
de7caf5
 
 
 
 
 
 
 
 
 
 
377b78c
de7caf5
 
377b78c
 
 
 
b7cf55c
 
 
052a8bf
 
 
42da5d6
 
 
44b642e
 
 
7fa47e2
 
 
28e1571
 
 
 
 
3cd5f31
 
 
 
 
d50f903
 
 
 
 
377b78c
de7caf5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
language:
- en
tags:
- flux
- diffusers
- lora
- replicate
base_model: black-forest-labs/FLUX.1-dev
pipeline_tag: text-to-image
instance_prompt: m00nl4nd1ng
widget:
- text: astronaut hamster in the style of m00nl4nd1ng
  output:
    url: images/example_6adktoq5m.png
- text: astronaut hamster in the style of m00nl4nd1ng
  output:
    url: images/example_x6tmtc1o5.png
- text: astronaut hamster in the style of m00nl4nd1ng
  output:
    url: images/example_dqvgnsbs8.png
- text: astronaut cat in the style of m00nl4nd1ng
  output:
    url: images/example_an1jkdgmn.png
- text: astronaut cat in the style of m00nl4nd1ng
  output:
    url: images/example_bxaligavs.png
- text: astronaut pig in the style of m00nl4nd1ng
  output:
    url: images/example_g8oqvjp4u.png
- text: >-
    astronaut cat riding in a sparkling new 1956 BMW 507 in the style of
    m00nl4nd1ng
  output:
    url: images/example_x25mphdwx.png
- text: >-
    astronaut hamster riding in a Pagani Zonda HP Barchetta on the Moon in the
    style of m00nl4nd1ng
  output:
    url: images/example_ci12lxbbe.png
- text: >-
    Astronaut octopus operating a vintage space station control panel in the
    style of m00nl4nd1ng
  output:
    url: images/example_p1laue9cn.png

---

# Flux Moonlanding76 Replicate

<!-- <Gallery /> -->

Trained on Replicate using:

https://replicate.com/ostris/flux-dev-lora-trainer/train


## Trigger words
You should use `m00nl4nd1ng` to trigger the image generation.


## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('davidrd123/Flux-MoonLanding76-Replicate', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
```

For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)