Text-to-Image
Diffusers
English
art
people
diffusion
Cinematic
Photography
Landscape
Interior
Food
Car
Wildlife
Architecture
Instructions to use lenML/case-h-beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lenML/case-h-beta with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lenML/case-h-beta", dtype=torch.bfloat16, device_map="cuda") prompt = "cinematic film still one man, orc, in armor. shallow depth of field, vignette, highly detailed, high budget Hollywood movie, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,10 +16,26 @@ tags:
|
|
| 16 |
- Wildlife
|
| 17 |
- Architecture
|
| 18 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
-
#
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
CaseH does not mean `hentai case`; instead, CaseH stands for `Case Hardened`.
|
| 24 |
|
| 25 |
It derives from the SDXL distillation, creating a 1.5 model.
|
|
|
|
| 16 |
- Wildlife
|
| 17 |
- Architecture
|
| 18 |
pipeline_tag: text-to-image
|
| 19 |
+
widget:
|
| 20 |
+
- text: "cinematic film still one man, orc, in armor. shallow depth of field, vignette, highly detailed, high budget Hollywood movie, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy"
|
| 21 |
+
output:
|
| 22 |
+
url: "https://cdn-uploads.huggingface.co/production/uploads/6346a49add6d90d82cd03c42/eYfxL_1REcqUM2SIItqtG.jpeg"
|
| 23 |
+
- text: "Old tree, A detailed illustration muted chinese ink painting, muted colors, rice paper texture, splash paint, halo ai, one human, one red sun. Venus. Space. Clouds wet to wet techniques. vibrant vector. using Cinema 4D"
|
| 24 |
+
output:
|
| 25 |
+
url: "https://cdn-uploads.huggingface.co/production/uploads/6346a49add6d90d82cd03c42/UcvQMAXnl4a95DbH5YAKL.jpeg"
|
| 26 |
+
- text: "(dynamic lighting:1.1), ((masterpiece)), solo, portrait,
|
| 27 |
+
Thri Kreen, furry insect, colored sclera, beetle antennae, 2 pairs of hands, 1girl, flat breast, yellow eyes, white chitin, grey shirt, steel armor,
|
| 28 |
+
fantasy background, blurred background"
|
| 29 |
+
output:
|
| 30 |
+
url: "https://cdn-uploads.huggingface.co/production/uploads/6346a49add6d90d82cd03c42/pHZimaVIbRFN38roDSjei.jpeg"
|
| 31 |
---
|
| 32 |
|
| 33 |
+
# Case-Hardened
|
| 34 |
|
| 35 |
+
<Gallery />
|
| 36 |
+
|
| 37 |
+
## Model description
|
| 38 |
+
### CaseH-beta
|
| 39 |
CaseH does not mean `hentai case`; instead, CaseH stands for `Case Hardened`.
|
| 40 |
|
| 41 |
It derives from the SDXL distillation, creating a 1.5 model.
|