Instructions to use lemonaddie/Geowizard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lemonaddie/Geowizard with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lemonaddie/Geowizard", 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
comfyui vae does not auto download
2024-07-11 20:23:35.722 [Debug] [ComfyUI-0/STDERR] Using pytorch attention in VAE
2024-07-11 20:23:35.723 [Debug] [ComfyUI-0/STDERR] Using pytorch attention in VAE
2024-07-11 20:23:36.384 [Debug] [ComfyUI-0/STDERR]
2024-07-11 20:23:36.386 [Debug] [ComfyUI-0/STDERR] Fetching 10 files: 0%| | 0/10 [00:00<?, ?it/s]B:\SwarmUI\dlbackend\comfy\python_embeded\Lib\site-packages\huggingface_hub\file_download.py:1194: UserWarning: local_dir_use_symlinks parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder aslocal_dir.
2024-07-11 20:23:36.386 [Debug] [ComfyUI-0/STDERR] For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder.
2024-07-11 20:23:36.386 [Debug] [ComfyUI-0/STDERR] warnings.warn(
2024-07-11 20:23:36.716 [Debug] [ComfyUI-0/STDERR]