Text-to-Image
Diffusers
English
GLZ_Porcelain
ceramic
sculpture
hyper-realistic
ComfyUI
Automatic1111
Instructions to use MidnightRunner/GLZ_Porcelain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MidnightRunner/GLZ_Porcelain with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MidnightRunner/GLZ_Porcelain", dtype=torch.bfloat16, device_map="cuda") prompt = "GLZ_Porcelain" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 2 files
Browse files- .gitattributes +2 -0
- 091429_00002_.png +3 -0
- 091942_00002_.png +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,5 @@ 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 |
GLZD_Porcelain_Video_1_thm2_apo8_ghq5.mp4 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 |
GLZD_Porcelain_Video_1_thm2_apo8_ghq5.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
091429_00002_.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
091942_00002_.png filter=lfs diff=lfs merge=lfs -text
|
091429_00002_.png
ADDED
|
Git LFS Details
|
091942_00002_.png
ADDED
|
Git LFS Details
|