Instructions to use furaidosu/samhtr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use furaidosu/samhtr with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("furaidosu/samhtr") prompt = "dott style, an end street to a high clif over the ocean, little town, capri,point and click game background,50s cartoon style picture, swirly clouds, perspective distortion, surrealistic look, twisted elements, skewed architectural, 360 panorama, 2 vanishing points perspective, cell painting" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| license: creativeml-openrail-m | |
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| base_model: stabilityai/stable-diffusion-xl-base-1.0 | |
| instance_prompt: | |
| pipeline_tag: text-to-image | |
| widget: | |
| - text: dott style, an end street to a high clif over the ocean, little town, capri,point and click game background,50s cartoon style picture, swirly clouds, perspective distortion, surrealistic look, twisted elements, skewed architectural, 360 panorama, 2 vanishing points perspective, cell painting | |
| example_title: "Capri" | |
| parameters: | |
| negative_prompt: outlines, lineart, washed out colors | |
| width: 768 | |
| height: 512 | |
| guidance_scale: 12 | |
| output: | |
| url: dott_style/sample/dott_style_20231201050224_e000010_00.png | |
| - text: dott style, a house on top of a hill, coiled shapes, whimsical, distorted perspective, two point vanishing point perspective, twisted, coiled, colorful, contrasted | |
| example_title: "House on top of a hill" | |
| parameters: | |
| negative_prompt: outlines, lineart, washed out colors | |
| - text: dott style, a char in the middle of a misty swamp surrounded by dry trees, coiled shapes, whimsical, distorted perspective, two point vanishing point perspective, twisted, coiled, black and white, low poly | |
| example_title: "Misty swamp" | |
| parameters: | |
| negative_prompt: outlines, lineart, washed out colors | |
| - text: dott style, a casino on top of a hill, palmtrees, sinuous cobblestone road, coiled shapes, whimsical, distorted perspective, two point vanishing point perspective, twisted, coiled, fractal 3d low poly | |
| example_title: "Casino on top of a hill" | |
| parameters: | |
| negative_prompt: outlines, lineart, washed out colors | |
| - text: dott style. day of the tentacle background. asymmetric wonky art style. genndy tartakovsky background art. perspective distortion. lonely street in a small town. Cobblestone road. exterior lamp. Night scene | |
| example_title: "Lonely town night scene" | |
| parameters: | |
| negative_prompt: outlines, lineart, washed out colors | |
| width: 768 | |
| height: 512 | |
| guidance_scale: 12 | |
| # Sam & Max Hit the Road (synthetic data) | |
| <Gallery /> | |
| ## Model description |