Instructions to use PYY2001/BizGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PYY2001/BizGen with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("PYY2001/BizGen", 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 Settings
- Draw Things
- DiffusionBee
Error while running Google collab and kaggel notebook :
#4
by Veddyaa - opened
Error while running Google collab and kaggel notebook :
EntryNotFoundError: 404 Client Error. (Request ID: Root=1-68959f6c-21fd225a3e5b052f4d336fe4;1a8fee77-e9cf-493c-825e-84529cd8a485)
Entry Not Found for url: https://huggingface.co/PYY2001/BizGen/resolve/main/model_index.json.