Instructions to use Bootoshi/shoggothv1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Bootoshi/shoggothv1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Bootoshi/shoggothv1") prompt = "onhx shoggoth playing in a band while holding a yellow mask with a mustache held by tentacles for a head. onhx is in the shape of an alien humanoid. many eyes on its skin are watching around in different expressions. onhx shoggoth is wearing a mexican hat and is holding two Maracas in its tentacles. two tentacles are holding a guitar. its like a one man band. the background is the mexican desert" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| onhx shoggoth playing in a band while holding a yellow mask with a mustache | |
| held by tentacles for a head. onhx is in the shape of an alien humanoid. | |
| many eyes on its skin are watching around in different expressions. onhx | |
| shoggoth is wearing a mexican hat and is holding two Maracas in its | |
| tentacles. two tentacles are holding a guitar. its like a one man band. the | |
| background is the mexican desert | |
| output: | |
| url: images/flux_00342_.png | |
| - text: >- | |
| onhx shoggoth bridging two distant cliffs using its tentacles. Text is | |
| overlaid ontop of the image. On the left side "AI Twitter" and on the right | |
| side "Retarded Crypto Twitter". each of the onhx shoggoth are holding a few | |
| masks with different expressions of anger of various intensity. each of the | |
| masks is held by a tentacle. The style of the image is extremely simple | |
| paint | |
| output: | |
| url: images/image22.png | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: onhx shoggoth, tentacle body, eyes on skin | |
| license: apache-2.0 | |
| # shoggoth | |
| <Gallery /> | |
| ## Model description | |
| inshogglah | |
| ## Trigger words | |
| You should use `onhx shoggoth` to trigger the image generation. | |
| You should use `tentacle body` to trigger the image generation. | |
| You should use `eyes on skin` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Bootoshi/shoggothv1/tree/main) them in the Files & versions tab. | |