Instructions to use strangerzonehf/Real-Claymation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Real-Claymation 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("strangerzonehf/Real-Claymation") prompt = "Real Claymation, Captured at eye-level on a low-angle perspective, a blue figurine with a red hat on its head and a red scarf around its neck. The figurines head is positioned in the center of the frame, with two large white eyes and a black nose on its face. Its mouth is slightly open, revealing a black smile. The background is a stark white, adding a pop of color to the scene." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,21 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
-
- text: '-'
|
| 9 |
output:
|
| 10 |
-
url: images/
|
| 11 |
-
- text: '
|
| 12 |
output:
|
| 13 |
-
url: images/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
base_model: black-forest-labs/FLUX.1-dev
|
| 15 |
instance_prompt: Real Claymation
|
| 16 |
license: apache-2.0
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
+
- text: 'Real Claymation, Captured at eye-level on a low-angle perspective, a blue figurine with a red hat on its head and a red scarf around its neck. The figurines head is positioned in the center of the frame, with two large white eyes and a black nose on its face. Its mouth is slightly open, revealing a black smile. The background is a stark white, adding a pop of color to the scene.'
|
| 9 |
output:
|
| 10 |
+
url: images/1.png
|
| 11 |
+
- text: 'Real Claymation, a green toy frog is standing on a light brown wooden table. The frogs mouth is open, revealing a red heart in its mouth. Its mouth is adorned with red beads, adding a pop of color to the scene. Above the frogs head, a white keyboard can be seen.'
|
| 12 |
output:
|
| 13 |
+
url: images/22.png
|
| 14 |
+
- text: 'Real Claymation, Captured at eye-level on a low-angle shot, two green plush toys are perched on a piece of wood. The toy on the left is facing the viewer, while the one on the right is facing away from the viewer. Both toys are made of clay, a vibrant green color, and have white teeth and a red button in the mouth. The backdrop is a lush green field, with a body of water in the distance. The sky is filled with white, fluffy clouds, adding a touch of contrast to the scene.'
|
| 15 |
+
output:
|
| 16 |
+
url: images/33.png
|
| 17 |
+
- text: 'Real Claymation, Captured at eye-level on a low-angle, close-up shot of a green frog and a black and white penguin. The frog and penguin are facing each other, their arms wrapped around each other. The penguins head is encircled by a red hot dog, its tongue sticking out, adding a pop of color to the scene. The background is a stark white, allowing the frog to be the focal point of the image.'
|
| 18 |
+
output:
|
| 19 |
+
url: images/44.png
|
| 20 |
+
- text: 'Real Claymation, Captured at eye-level on a low-angle, close-up shot of a yellow smiley face with open hands. The smiley face has two large black eyes and a wide, friendly grin. Its hands are extended forward as if offering a warm hug. The background is a stark white, making the bright yellow and expressive features stand out, adding a pop of color to the scene.'
|
| 21 |
+
output:
|
| 22 |
+
url: images/55.png
|
| 23 |
base_model: black-forest-labs/FLUX.1-dev
|
| 24 |
instance_prompt: Real Claymation
|
| 25 |
license: apache-2.0
|