Instructions to use TechieCrow/minecraft-log-textures with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TechieCrow/minecraft-log-textures with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TechieCrow/minecraft-log-textures", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
1635291
1
Parent(s): d85e17a
Upload sample_images with huggingface_hub
Browse files- sample_images/minecraft_log_side_textures_(1).jpg +0 -0
- sample_images/minecraft_log_side_textures_(2).jpg +0 -0
- sample_images/minecraft_log_side_textures_(3).jpg +0 -0
- sample_images/minecraft_log_side_textures_(4).jpg +0 -0
- sample_images/minecraft_log_side_textures_(5).jpg +0 -0
- sample_images/minecraft_log_side_textures_(6).jpg +0 -0
- sample_images/minecraft_log_side_textures_(7).jpg +0 -0
- sample_images/minecraft_log_top_textures_(1).jpg +0 -0
- sample_images/minecraft_log_top_textures_(2).jpg +0 -0
- sample_images/minecraft_log_top_textures_(3).jpg +0 -0
- sample_images/minecraft_log_top_textures_(4).jpg +0 -0
- sample_images/minecraft_log_top_textures_(5).jpg +0 -0
- sample_images/minecraft_log_top_textures_(6).jpg +0 -0
- sample_images/minecraft_log_top_textures_(7).jpg +0 -0
- sample_images/minecraft_log_top_textures_(8).jpg +0 -0
sample_images/minecraft_log_side_textures_(1).jpg
ADDED
|
sample_images/minecraft_log_side_textures_(2).jpg
ADDED
|
sample_images/minecraft_log_side_textures_(3).jpg
ADDED
|
sample_images/minecraft_log_side_textures_(4).jpg
ADDED
|
sample_images/minecraft_log_side_textures_(5).jpg
ADDED
|
sample_images/minecraft_log_side_textures_(6).jpg
ADDED
|
sample_images/minecraft_log_side_textures_(7).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(1).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(2).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(3).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(4).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(5).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(6).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(7).jpg
ADDED
|
sample_images/minecraft_log_top_textures_(8).jpg
ADDED
|