Instructions to use RED-AIGC/StoryMaker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RED-AIGC/StoryMaker with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RED-AIGC/StoryMaker", 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
Can't download the model
#3
by fhjhl - opened
Hi,
Thanks for this amazing work, but I encountered the following error when I tried to download this model. May I have your help?
EntryNotFoundError: 404 Client Error. (Request ID: Root=1-66efe939-53ea818334e4177953fbdbf6;339b7456-e1ce-4f1a-a949-457e3a10bbf6)
Entry Not Found for url: https://huggingface.co/RED-AIGC/StoryMaker/resolve/main/model_index.json.
You can directly download the model https://huggingface.co/RED-AIGC/StoryMaker/resolve/main/mask.bin,
model_index.json is not needed in the model.