Instructions to use furaidosu/flux-samhtr-remastered with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use furaidosu/flux-samhtr-remastered 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("furaidosu/flux-samhtr-remastered") prompt = "SAMHTR style game background. The camera is positioned at the entrance of the café, offering a clear view of the charming and playful exterior: Café Entrance: The entrance to the café features a bright, welcoming façade with white wooden siding and a red-tiled roof. The back door is adorned with simple, colorful flower pots on either side. The door itself is framed with a cheerful design, including a decorative awning that provides shade and adds a touch of whimsy. Outdoor Seating Area: Directly in front of the entrance, there’s a cozy outdoor seating area. The tables and chairs are designed with playful elements, such as tables shaped like oversized pastries and chairs with coffee mug backrests. The design is simplified to avoid clutter but maintains the café’s cheerful theme. Decorative Elements: The walls around the entrance are adorned with minimal yet vibrant murals depicting coffee cups, cakes, and other café-themed items. There are also a few hanging lanterns or string lights to add a warm and inviting glow. Pathway: The pathway leading to the café entrance is made of colorful cobblestones, but the design is straightforward and not overly intricate. The path is lined with a few decorative plants and shrubs with bright, cartoonish features, but kept simple. Adjacent Features: To the sides of the entrance, you can see parts of the nearby areas, such as the adventure tourism shop and the retro appliance store" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model lichorosario/flux-samhtr-remastered.
Prompt: SAMHTR cartoon style. The bathroom is large, tiled from floor to ceiling with glossy cream-colored ceramic. On the left side, there are five closed toilet cubicles, each door made of slightly rusted metal painted beige, with gaps below that show a sliver of the white ceramic toilets inside. From one of the stalls, a soft humming or muttering sound can be heard. A couple of doors have graffiti scratched into the paint — messages like “LONG LIVE LARVETTA” or “TROLLZ RULE.” In the center, there's a long countertop with three sinks embedded in a grey faux-marble slab. Above it runs a full-length mirror, cracked on one end and foggy in the middle. The faucets are automatic and one of them is dripping rhythmically. A single blue flower-shaped air freshener is stuck awkwardly to one corner of the mirror. To the right, two old electric hand dryers are mounted on the wall, yellowed with time. Below them, a black trash bin is overfilled, with paper towels scattered around it. A janitor’s yellow warning sign stands nearby, slightly crooked, reading “SLIPPERY WHEN WET” in Spanish. Up above, the ceiling features industrial-style fluorescent lights — one of which flickers erratically. A ventilation grille hums with a deep mechanical buzz. On the floor, the cream tiles are glossy and slightly wet, especially near the sinks, reflecting the ceiling lights. There are footprints in the moisture — some human, some odd. At the very back, there's a tiled wall tagged with colorful graffiti. A dirty mop and bucket rest in the corner. Next to it, a stainless steel door labeled “STAFF ONLY” is slightly ajar, leading who knows where.
- .gitattributes +1 -0
- README.md +26 -0
- images/example_vrntfhddi.png +3 -0
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/example_bvjnsk5cj.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/example_bvjnsk5cj.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/example_vrntfhddi.png filter=lfs diff=lfs merge=lfs -text
|
|
@@ -202,6 +202,32 @@ widget:
|
|
| 202 |
scene
|
| 203 |
output:
|
| 204 |
url: images/example_bvjnsk5cj.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
|
| 206 |
---
|
| 207 |
|
|
|
|
| 202 |
scene
|
| 203 |
output:
|
| 204 |
url: images/example_bvjnsk5cj.png
|
| 205 |
+
- text: >-
|
| 206 |
+
SAMHTR cartoon style. The bathroom is large, tiled from floor to ceiling
|
| 207 |
+
with glossy cream-colored ceramic. On the left side, there are five closed
|
| 208 |
+
toilet cubicles, each door made of slightly rusted metal painted beige, with
|
| 209 |
+
gaps below that show a sliver of the white ceramic toilets inside. From one
|
| 210 |
+
of the stalls, a soft humming or muttering sound can be heard. A couple of
|
| 211 |
+
doors have graffiti scratched into the paint — messages like “LONG LIVE
|
| 212 |
+
LARVETTA” or “TROLLZ RULE.” In the center, there's a long countertop with
|
| 213 |
+
three sinks embedded in a grey faux-marble slab. Above it runs a full-length
|
| 214 |
+
mirror, cracked on one end and foggy in the middle. The faucets are
|
| 215 |
+
automatic and one of them is dripping rhythmically. A single blue
|
| 216 |
+
flower-shaped air freshener is stuck awkwardly to one corner of the mirror.
|
| 217 |
+
To the right, two old electric hand dryers are mounted on the wall, yellowed
|
| 218 |
+
with time. Below them, a black trash bin is overfilled, with paper towels
|
| 219 |
+
scattered around it. A janitor’s yellow warning sign stands nearby, slightly
|
| 220 |
+
crooked, reading “SLIPPERY WHEN WET” in Spanish. Up above, the ceiling
|
| 221 |
+
features industrial-style fluorescent lights — one of which flickers
|
| 222 |
+
erratically. A ventilation grille hums with a deep mechanical buzz. On the
|
| 223 |
+
floor, the cream tiles are glossy and slightly wet, especially near the
|
| 224 |
+
sinks, reflecting the ceiling lights. There are footprints in the moisture —
|
| 225 |
+
some human, some odd. At the very back, there's a tiled wall tagged with
|
| 226 |
+
colorful graffiti. A dirty mop and bucket rest in the corner. Next to it, a
|
| 227 |
+
stainless steel door labeled “STAFF ONLY” is slightly ajar, leading who
|
| 228 |
+
knows where.
|
| 229 |
+
output:
|
| 230 |
+
url: images/example_vrntfhddi.png
|
| 231 |
|
| 232 |
---
|
| 233 |
|
|
Git LFS Details
|